项目基本信息添加地图中心点

This commit is contained in:
骆乐 2022-09-23 10:46:43 +08:00
parent 6116521c41
commit f3a55d7b21

View File

@ -78,7 +78,8 @@ export default {
initMap() {
//
this.map = new AMap.Map("container", {
resizeEnable: true
resizeEnable: true,
center:[this.coordinateInfo.lng,this.coordinateInfo.lat]
});
//
var autoOptions = {