From 1788c96aea9247cc36ef8b82734997f1a6a92fb4 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 23 八月 2024 11:07:42 +0800
Subject: [PATCH] 新增新版本。静安区特供版

---
 src/components/map/MapToolbox.vue |   36 ++++++++++++++++++------------------
 1 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/src/components/map/MapToolbox.vue b/src/components/map/MapToolbox.vue
index 0b0db4d..39f98c7 100644
--- a/src/components/map/MapToolbox.vue
+++ b/src/components/map/MapToolbox.vue
@@ -72,25 +72,25 @@
             this.value = !this.value;
             toolbox.toggleCoorPicking(this.value);
           }
-        },
-        {
-          icon: 'fa fa-compass',
-          label: '鏁版嵁鏍囪',
-          value: true,
-          click: function () {
-            this.value = !this.value;
-            // todo 鏁版嵁鏍囪
-          }
-        },
-        {
-          icon: 'fa fa-compass',
-          label: '鏁版嵁寮规',
-          value: true,
-          click: function () {
-            this.value = !this.value;
-            // todo 鏁版嵁寮规
-          }
         }
+        // {
+        //   icon: 'fa fa-compass',
+        //   label: '鏁版嵁鏍囪',
+        //   value: true,
+        //   click: function () {
+        //     this.value = !this.value;
+        //     // todo 鏁版嵁鏍囪
+        //   }
+        // },
+        // {
+        //   icon: 'fa fa-compass',
+        //   label: '鏁版嵁寮规',
+        //   value: true,
+        //   click: function () {
+        //     this.value = !this.value;
+        //     // todo 鏁版嵁寮规
+        //   }
+        // }
       ]
     };
   },

--
Gitblit v1.9.3