From 5e554a5b30a27e11e166cf3a592a4380d9b327b7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?=
<7507756+jiang_yuqi@user.noreply.gitee.com>
Date: Wed, 20 Mar 2024 01:26:33 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/index.html | 5 ++++-
src/pages/toAIVideoProject.vue | 13 +++++++------
2 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/public/index.html b/public/index.html
index c7b49d5..083cdc8 100644
--- a/public/index.html
+++ b/public/index.html
@@ -9,7 +9,10 @@
-
+
+
+
+
diff --git a/src/pages/toAIVideoProject.vue b/src/pages/toAIVideoProject.vue
index c5784c5..6674ac9 100644
--- a/src/pages/toAIVideoProject.vue
+++ b/src/pages/toAIVideoProject.vue
@@ -22,11 +22,11 @@
{{overviewTotal}} 次
-
-
@@ -137,6 +137,7 @@ import '../components/staff-survey-chart'
import '../components/classify-bar'
import '../components/amplify/shipinguanli/amplify-spjk'
import '../components/rank-chart'
+
import debounce from 'lodash.debounce'
import gsap from 'gsap'
export default {
@@ -159,6 +160,7 @@ export default {
majorVideoSize:0,
//预警概况
overview: 0,
+ overviewDay: 0,
overviewInterval: '',
overviewTotal: 0,
legendOpt1: {
@@ -189,7 +191,6 @@ export default {
],
overviewTextDay: '今日预警',
overviewTotalDay: 0,
- overviewDay: 0,
legendOpt2: {
icon: "rect",
textStyle: {
@@ -539,7 +540,7 @@ export default {
})
this.overviewTotalDay = sum;
this.typeDistributionDataDay = response.data;
- this.overviewDay++;
+ //this.overviewDay++;
}
});
@@ -552,7 +553,7 @@ export default {
})
this.overviewTotal = sum;
this.typeDistributionData = response.data;
- this.overview++;
+ //this.overview++;
}
});
},
@@ -712,7 +713,7 @@ export default {
};
-