This commit is contained in:
parent
677745276b
commit
3ae1e1df34
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue