From 7f6661cca40e3530111d628222fa25462022ec78 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期四, 04 九月 2025 18:25:36 +0800 Subject: [PATCH] 2025.9.4 --- 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