diff --git a/project/fengdu/app/AppIntegratingTask/components/Add.vue b/project/fengdu/app/AppIntegratingTask/components/Add.vue index e170ff71..6a923bec 100644 --- a/project/fengdu/app/AppIntegratingTask/components/Add.vue +++ b/project/fengdu/app/AppIntegratingTask/components/Add.vue @@ -20,11 +20,11 @@ :limit="9"> - + @@ -215,6 +215,7 @@ export default { this.map = new AMap.Map('map', { resizeEnable: true, zooms: [6, 20], + center:[107.73,29.86], zoom: 11, }) this.placeSearch = new AMap.PlaceSearch({ map: this.map })