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;