reedliuqing_i hace 5 años
padre
commit
31b0ee6eb2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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() {