Browse Source

按钮调整优化

wangqin
qingzhengli 11 months ago
parent
commit
f867933e35
  1. 5
      ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/HomeVectorControl/index.vue

5
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;

Loading…
Cancel
Save