From b2f563e557d7b19334b6591a00001e3fb522da21 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期五, 13 六月 2025 17:05:44 +0800 Subject: [PATCH] 2025.6.13 --- src/utils/map/index.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/utils/map/index.js b/src/utils/map/index.js index 26f5c3c..4ba00b2 100644 --- a/src/utils/map/index.js +++ b/src/utils/map/index.js @@ -62,13 +62,14 @@ alwaysRender: false, showLabel: true, showBuildingBlock: true, - mapStyle: 'amap://styles/e1e78509de64ddcd2efb4cb34c6fae2a', + // mapStyle: 'amap://styles/e1e78509de64ddcd2efb4cb34c6fae2a', + mapStyle: 'amap://styles/macaron', features: ['bg', 'road'], pitch: 0, // 鍦板浘淇话瑙掑害锛屾湁鏁堣寖鍥� 0 搴�- 83 搴� viewMode: '3D', // 鍦板浘妯″紡 resizeEnable: true, center: [121.603928, 31.252955], - zooms: [3, 18], + zooms: [2, 20], zoom: 14 }) -- Gitblit v1.9.3