SanHQin 18 시간 전
부모
커밋
f705cd3d51

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
dist/report.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/chunk-7aa290a8.bc5860dc.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.c7a72e65.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-7aa290a8.b9e3760e.js


+ 1 - 1
src/components/qrScanner.vue

@@ -58,7 +58,7 @@ export default {
       this.show = true
       this.$nextTick(() => {
         if (this.$refs.video) {
-          this.$toast('测试测试')
+          // this.$toast('测试测试')
           this.startScanner()
         }
       })

+ 1 - 1
src/views/testDetail/components/sweep.vue

@@ -85,7 +85,7 @@ export default {
     sweepSuccess(result) {
       this.checkJson.answer2 = result
       this.$refs.qrScannerRef.close()
-      this.$toast(result)
+      // this.$toast(result)
       this.$forceUpdate()
     },
     sweepError(error) {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.