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 {
};
-