From f5233339920a59103d53e8efadc6f3f5d0b64f31 Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期三, 08 五月 2024 14:45:37 +0800
Subject: [PATCH] 移动端

---
 src/utils/store.js |   19 ++++++++++++-------
 1 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/src/utils/store.js b/src/utils/store.js
index 5034651..0d5e62b 100644
--- a/src/utils/store.js
+++ b/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: {

--
Gitblit v1.9.3