From d22ce1ad1c4656f5c2212bbabb35ba498300aced Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 20 七月 2023 17:12:20 +0800
Subject: [PATCH] 线索下发及提交结论和问题模块基本完成

---
 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