项目基本信息添加地图中心点
This commit is contained in:
parent
6116521c41
commit
f3a55d7b21
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user