From 1f96f089eb3546c682313d29513be04ac72e2de5 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 31 十月 2023 16:21:08 +0800
Subject: [PATCH] Merge branch 'master' of ssh://114.215.109.124:29418/grid-management-vue

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

diff --git a/src/components/map/baseMap.js b/src/components/map/baseMap.js
index 67bcdd7..8e433f4 100644
--- a/src/components/map/baseMap.js
+++ b/src/components/map/baseMap.js
@@ -73,25 +73,25 @@
   satellite.hide();
   map.add([satellite]);
 
-  const rPx = 100;
-  const tPx = 110;
+  // const rPx = 100;
+  // const tPx = 110;
   // 娣诲姞鍦板浘鎺у埗宸ュ叿
-  map.addControl(
-    new AMap.ControlBar({
-      position: {
-        right: rPx + 'px',
-        top: tPx + 'px'
-      }
-    })
-  );
-  map.addControl(
-    new AMap.ToolBar({
-      position: {
-        right: rPx + 30 + 'px',
-        top: tPx + 90 + 'px'
-      }
-    })
-  );
+  // map.addControl(
+  //   new AMap.ControlBar({
+  //     position: {
+  //       right: rPx + 'px',
+  //       top: tPx + 'px'
+  //     }
+  //   })
+  // );
+  // map.addControl(
+  //   new AMap.ToolBar({
+  //     position: {
+  //       right: rPx + 30 + 'px',
+  //       top: tPx + 90 + 'px'
+  //     }
+  //   })
+  // );
 
   //
   mouseTool = new AMap.MouseTool(map);

--
Gitblit v1.9.3