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