This commit is contained in:
duanxiaohai 2024-08-28 11:07:25 +08:00
parent 677745276b
commit 3ae1e1df34
1 changed files with 1 additions and 1 deletions

View File

@ -902,7 +902,7 @@ const pagination = reactive({
//------------------------------------------------
//
const initMap = () => {
map = new BMapGL.Map("map", { minZoom: 8, maxZoom: 20 });
map = new BMapGL.Map("map", { minZoom: 8, maxZoom: 16 });
map.setMapType(BMAP_SATELLITE_MAP);
map.enableScrollWheelZoom(true);
goMapCenter([119.178783, 29.034583], 11);