From f736b7715513039bd27051d6b75f8ae214c2816c Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期二, 19 十二月 2023 13:53:24 +0800
Subject: [PATCH] Merge branch 'lfdMonitor' of http://47.97.1.152:5880/r/private into lfdMonitor

---
 Monitor-APP/pages/home/home.vue |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index 77095e0..3f6886b 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/Monitor-APP/pages/home/home.vue
@@ -463,10 +463,10 @@
 
 			this.getDate2()
 			setTimeout(() => {
-				// this.getServerData()
-				// this.initlineChart()
-				// this.initPieChart()
-				// this.getOther()
+				this.getServerData()
+				this.initlineChart()
+				this.initPieChart()
+				this.getOther()
 				setTimeout(() => {
 					this.getServerData()
 					this.initlineChart()
@@ -477,18 +477,18 @@
 						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)
 
@@ -497,7 +497,7 @@
 				this.initlineChart()
 				this.initPieChart()
 				this.getOther()
-			}, 3600000)
+			}, 1800000)
 		},
 		methods: {
 			timeOuts() {

--
Gitblit v1.9.1