SanHQin 18 hours ago
parent
commit
f705cd3d51

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 1 - 1
dist/report.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-7aa290a8.bc5860dc.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.c7a72e65.js


File diff suppressed because it is too large
+ 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.show = true
       this.$nextTick(() => {
       this.$nextTick(() => {
         if (this.$refs.video) {
         if (this.$refs.video) {
-          this.$toast('测试测试')
+          // this.$toast('测试测试')
           this.startScanner()
           this.startScanner()
         }
         }
       })
       })

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

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

Some files were not shown because too many files changed in this diff