This commit is contained in:
yanran200730
2023-03-30 09:49:05 +08:00
parent 08225b7e1f
commit f53c7b82ef
2 changed files with 0 additions and 2 deletions

View File

@@ -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 })

View File

@@ -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({