From 08ffcf9d7ffafaa82d8de7f9b5fcfdb49e9c3688 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 05 十一月 2025 17:33:54 +0800
Subject: [PATCH] 动态溯源 1. 修复CO因子文本没有正常显示的问题;
---
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