lsc 1 yıl önce
ebeveyn
işleme
29843c54c9

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/index.html


Dosya farkı çok büyük olduğundan ihmal edildi
+ 1 - 1
dist/report.html


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/js/app.9718619d.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/js/app.cf9998dc.js


+ 15 - 12
src/App.vue

@@ -42,18 +42,21 @@ export default {
       }
     },
     toggleVc() {
-      const nowTime = new Date().getTime()
-      if (nowTime - this.lastClickTime < 3000) {
-        this.count++
-      } else {
-        this.count = 0
-      }
-      this.lastClickTime = nowTime
-      if (this.count >= this.limit) {
-        const vconDom = document.getElementById('__vconsole')
-        this.toggleClass(vconDom, 'show')
-        this.count = 0
-      }
+      // const nowTime = new Date().getTime()
+      // if (nowTime - this.lastClickTime < 3000) {
+      //   this.count++
+      // } else {
+      //   this.count = 0
+      // }
+      // this.lastClickTime = nowTime
+      // if (this.count >= this.limit) {
+      //   const vconDom = document.getElementById('__vconsole')
+      //   this.toggleClass(vconDom, 'show')
+      //   this.count = 0
+      // }
+
+      const vconDom = document.getElementById('__vconsole')
+      this.toggleClass(vconDom, 'show')
     }
   }
 }

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor