北京经济技术开发区经开区虚拟城市项目-【前端】-移动端Web
lixuliang
2024-08-07 a916fc2df00bac9f8210b09fd7ee79f8b291e345
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
@@ -47,13 +59,6 @@
    },
    setLayerPanelShow(val) {
        this.layerPanel.show = val;
    },
    /**三维关闭按钮 */
    tDCloseBtn: {
        show: true
    },
    set3DCloseBtnShow(val) {
        this.tDCloseBtn.show = val;
    },
    /**漫游面板 */
    roamPanel: {