From 823056d5bc4a541b43fb1bf24f3c373d7a960ef1 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Tue, 10 Oct 2023 10:29:56 +0800
Subject: [PATCH] Merge branch 'feature_1.0'
---
src/components/Wind/Map.vue | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/components/Wind/Map.vue b/src/components/Wind/Map.vue
index d9d8111..5414cfd 100644
--- a/src/components/Wind/Map.vue
+++ b/src/components/Wind/Map.vue
@@ -1566,7 +1566,6 @@
// ������������������������
getParamsData() {
clearInterval(this.timer)
- this.change(this.changeColor)
this.timer = setInterval(() => {
this.currentHour()
this.times--
@@ -1595,6 +1594,10 @@
// this.windDir()
// console.log('���������������')
// }
+ setTimeout(() => {
+ this.change(this.changeColor)
+ this.times = 300
+ }, 100)
}
}, 1000)
},
@@ -1623,7 +1626,7 @@
maxZoom: 18,
center: [this.weiduNew, this.jingduNew],
zoom: 14,
- zoomControl: true, // ������������
+ zoomControl: false, // ������������
trackResize: true,
worldCopyJump: true,
dragging: true,
--
Gitblit v1.8.0