fix: 地图样式更改

This commit is contained in:
jiayu 2025-12-31 17:25:09 +08:00
parent f02e2f97c1
commit 695d5fae83

View File

@ -95,7 +95,8 @@ const initMap = () => {
viewMode: "3D", //3D viewMode: "3D", //3D
zoom: 10, // zoom: 10, //
center: [114.085947, 22.547], // center: [114.085947, 22.547], //
mapStyle: "amap://styles/67570a93d67b07a02ee522a2c1180be4" // mapStyle: "amap://styles/67570a93d67b07a02ee522a2c1180be4"
mapStyle: "amap://styles/blue"
}); });
// //
AMap.plugin( AMap.plugin(