From f867933e35ac04a097905d117959466b99704fd6 Mon Sep 17 00:00:00 2001 From: qingzhengli <1204552371@qq.com> Date: Tue, 19 Mar 2024 15:11:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E9=92=AE=E8=B0=83=E6=95=B4=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/Home/components/HomeVectorControl/index.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/HomeVectorControl/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/HomeVectorControl/index.vue index ae5317a9..9dd29d39 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/HomeVectorControl/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/HomeVectorControl/index.vue @@ -27,9 +27,8 @@ export default { methods: { handleClick(type) { this.activeIcon = this.activeIcon === type ? null : type; - if (this.activeIcon) window.showStakeText = true; - else window.showStakeText = false; - markerClusterIns.setData(); + + // markerClusterIns.setData(); }, filterEnd(data) { this.activeIcon = null;