Browse Source

fix 桩号开启flag持久化

wangqin
qingzhengli 11 months ago
parent
commit
d413013187
  1. 3
      ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/HomeVector/index.vue

3
ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/HomeVector/index.vue

@ -25,6 +25,9 @@ export default {
activeIcon: null,
};
},
created() {
this.activeIcon = window.showStakeText ? 'Vector' : null;
},
methods: {
handleClick(type) {
this.activeIcon = this.activeIcon === type ? null : type;

Loading…
Cancel
Save