From 4109a5f3adb87196b250e1a9c19c18d69b64e30d Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期二, 02 七月 2024 15:49:42 +0800
Subject: [PATCH] #
---
Monitor-APP/pages/index/index.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Monitor-APP/pages/index/index.vue b/Monitor-APP/pages/index/index.vue
index 34dfee3..f84c4f0 100644
--- a/Monitor-APP/pages/index/index.vue
+++ b/Monitor-APP/pages/index/index.vue
@@ -399,13 +399,12 @@
// 涓婚〉淇℃伅
this.getServerData();
this.getOther();
- this.getDateFormat();
// 鍏朵粬淇℃伅
this.getDate();
- this.getPakin();
- this.getError();
- // this.getYYY();
- // this.getEEE();
+ // this.getPakin();
+ // this.getError();
+ this.getYYY();
+ this.getEEE();
this.animation()
this.getUrl()
},1000)
@@ -584,6 +583,7 @@
method:'GET',
success(result) {
var res = result.data
+ console.log(result);
if (res.code === 200) {
that.chartsData.Line.categories = [
that.getDateFormat(-11),that.getDateFormat(-10),that.getDateFormat(-9),that.getDateFormat(-8),
--
Gitblit v1.9.1