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) {

部分文件因为文件数量过多而无法显示