|
@@ -218,12 +218,12 @@
|
|
|
};
|
|
|
},
|
|
|
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.count1_method();
|
|
@@ -302,7 +302,6 @@
|
|
|
},
|
|
|
async right3() {
|
|
|
const result = await selectInfoMessage({}, 'POST');
|
|
|
- console.log(JSON.stringify(result))
|
|
|
this.listData = result;
|
|
|
},
|
|
|
// 认证数据 按钮切换
|