北京经济技术开发区经开区虚拟城市项目-【前端】-移动端Web
lixuliang
2024-05-08 f5233339920a59103d53e8efadc6f3f5d0b64f31
src/utils/store.js
@@ -1,4 +1,16 @@
const store = {
    navigator: {
        show: true,
    },
    setNavigatorShow(val) {
        this.navigator.show = val
    },
    mapTools: {
        show: true,
    },
    setMapToolShow(val) {
        this.mapTools.show = val
    },
    /**地址页面 */
    locationCollection: {
        show: false
@@ -131,8 +143,16 @@
    tdglInfo: {
        flag: false,
        show: false,
        sliderShow: false,
        alpha: 1,
        info: {}
    },
    setAlpha(val) {
        this.tdglInfo.alpha = val;
    },
    setSliderShow(val) {
        this.tdglInfo.sliderShow = val;
    },
    setTdglFlag(val) {
        this.tdglInfo.flag = val;
    },