From 66e48ee8e286533a9614efa34d42297213c1da4b Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 04 六月 2025 17:34:11 +0800
Subject: [PATCH] 动态溯源(待完成)

---
 src/utils/map/index.js |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/src/utils/map/index.js b/src/utils/map/index.js
index 8998a7f..c681b2d 100644
--- a/src/utils/map/index.js
+++ b/src/utils/map/index.js
@@ -68,7 +68,7 @@
     viewMode: '3D', // 鍦板浘妯″紡
     resizeEnable: true,
     center: [121.6039283, 31.25295567],
-    zooms: [3, 18],
+    zooms: [2, 26],
     zoom: 14
   });
 
@@ -107,4 +107,12 @@
   });
 }
 
-export { createMap, onMapMounted, map, AMap, mouseTool, object3Dlayer, isDragging };
+export {
+  createMap,
+  onMapMounted,
+  map,
+  AMap,
+  mouseTool,
+  object3Dlayer,
+  isDragging
+};

--
Gitblit v1.9.3