151
This commit is contained in:
		| @@ -215,7 +215,6 @@ export default { | ||||
|         this.map = new AMap.Map('map', { | ||||
|           resizeEnable: true, | ||||
|           zooms: [6, 20], | ||||
|           center:[104.067923463,30.6799428454], | ||||
|           zoom: 11, | ||||
|         }) | ||||
|         this.placeSearch = new AMap.PlaceSearch({ map: this.map }) | ||||
|   | ||||
| @@ -79,7 +79,6 @@ | ||||
|           this.mapDetail = new AMap.Map(document.getElementById("mapDetail"), { | ||||
|             resizeEnable: true, | ||||
|             zooms: [6, 20], | ||||
|             center:[104.067923463,30.6799428454], | ||||
|             zoom: 11, | ||||
|           }) | ||||
|           let marker = new AMap.Marker({ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user