From a355aafef5a635bd31a701127cea097338cee0a7 Mon Sep 17 00:00:00 2001
From: whyczyk <525500596@qq.com>
Date: 星期三, 13 十月 2021 14:55:22 +0800
Subject: [PATCH] 图形跳转对应参数界面功能

---
 src/components/charts/chinaMap.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/components/charts/chinaMap.vue b/src/components/charts/chinaMap.vue
index a36a872..696840a 100644
--- a/src/components/charts/chinaMap.vue
+++ b/src/components/charts/chinaMap.vue
@@ -240,7 +240,7 @@
 		startSearchMapHomeState() {
 			this.timers = setInterval(() => {
 				this.searchChartHomeState()
-			}, 15000)
+			}, 60 * 1000)
 		},
 		initPage() {
 			// 鍒濆鍖栧湴鍥�
@@ -331,6 +331,7 @@
 						item.value.push(item.latitude);
 						tempData.push(item)
 					})
+					this.searchChartHomeState()
 					this.startSearchMapHomeState();
 				} else {
 					this.initChart([], []);

--
Gitblit v1.9.1