reedliuqing_i 5 年 前
コミット
31b0ee6eb2
1 ファイル変更1 行追加1 行削除
  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() {