reedliuqing_i 5 năm trước cách đây
mục cha
commit
31b0ee6eb2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/layout/index.vue

+ 1 - 1
src/layout/index.vue

@@ -43,8 +43,8 @@ export default {
     }
   },
   methods: {
+    // 整个页面的点击次数
     listenClick(event) {
-      console.log(event)
       this.$store.dispatch('app/addClickCount')
     },
     handleClickOutside() {