From 4309bbe6a29dd3c87bb29ce6ed2edf52c2278f58 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期二, 12 十二月 2023 15:18:21 +0800
Subject: [PATCH] #
---
Monitor-APP/pages/home/home.vue | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index 064d6ca..76bb265 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/Monitor-APP/pages/home/home.vue
@@ -470,6 +470,10 @@
this.controller()
},1000)
+ // setInterval(()=>{
+ // this.changeErrorShow()
+ // },5000)
+
setInterval(()=>{
this.getServerData()
this.initlineChart()
@@ -500,6 +504,7 @@
},
carInfoModel(res) {
let infoList = []
+
if (res.code == 200 && res.data != '') {
let str = ''
for (let k of res.data) {
@@ -1189,7 +1194,7 @@
top: 0;
right: 0;
/* background-color: #aa00ff; */
- height: 13vh;
+ /* height: 13vh; */
width: 100%;
/* box-shadow: rgba(0,0,0,.35) 0px 5px 15px; */
}
--
Gitblit v1.9.1