From 6fbb59250c36d18f7e82dcd05f9b366b2fba4fa4 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期四, 21 十二月 2023 15:56:34 +0800
Subject: [PATCH] #
---
Monitor-APP/pages/home/home.vue | 23 +++++++++++------------
1 files changed, 11 insertions(+), 12 deletions(-)
diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index f6918fc..97f1ea4 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/Monitor-APP/pages/home/home.vue
@@ -445,28 +445,27 @@
this.initlineChart()
this.initPieChart()
this.getOther()
- },3000)
- },1000)
- },1000)
+ },500)
+ },500)
+ },500)
},
onLoad() {
setInterval(()=>{
this.getDate2()
this.getUrl()
- // this.getInfo()
- // this.getError()
- this.getInfo2()
- this.getError2()
+ this.getInfo()
+ this.getError()
+ // this.getInfo2()
+ // this.getError2()
this.controller()
},1000)
setInterval(()=>{
- this.getDate2()
- this.getUrl()
- // this.getInfo2()
- // this.getError2()
- this.controller()
+ this.getServerData()
+ this.initlineChart()
+ this.initPieChart()
+ this.getOther()
},600000)
},
methods: {
--
Gitblit v1.9.1