roose 5 年之前
父節點
當前提交
be6b6e74e9
共有 1 個文件被更改,包括 6 次插入7 次删除
  1. 6 7
      src/pages/Home.vue

+ 6 - 7
src/pages/Home.vue

@@ -218,12 +218,12 @@
             };
             };
         },
         },
         mounted() {
         mounted() {
-            this.timer = setInterval(() => {
-                this.mapsec();
-            }, 60000);
-            this.timer = setInterval(() => {
-                this.ssdj();
-            }, 60000);
+            // this.timer = setInterval(() => {
+            //     this.mapsec();
+            // }, 60000);
+            // this.timer = setInterval(() => {
+            //     this.ssdj();
+            // }, 60000);
             // this.fiveNum();
             // this.fiveNum();
 
 
             this.count1_method();
             this.count1_method();
@@ -302,7 +302,6 @@
             },
             },
             async right3() {
             async right3() {
                 const result = await selectInfoMessage({}, 'POST');
                 const result = await selectInfoMessage({}, 'POST');
-                console.log(JSON.stringify(result))
                 this.listData = result;
                 this.listData = result;
             },
             },
             // 认证数据 按钮切换
             // 认证数据 按钮切换