From f53c7b82eff9ea009a6260efae7e4bb7248e1939 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 30 Mar 2023 09:49:05 +0800 Subject: [PATCH] 151 --- project/fengdu/app/AppIntegratingTask/components/Add.vue | 1 - project/fengdu/app/AppIntegratingTask/components/Detail.vue | 1 - 2 files changed, 2 deletions(-) diff --git a/project/fengdu/app/AppIntegratingTask/components/Add.vue b/project/fengdu/app/AppIntegratingTask/components/Add.vue index 2c30d773..e170ff71 100644 --- a/project/fengdu/app/AppIntegratingTask/components/Add.vue +++ b/project/fengdu/app/AppIntegratingTask/components/Add.vue @@ -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 }) diff --git a/project/fengdu/app/AppIntegratingTask/components/Detail.vue b/project/fengdu/app/AppIntegratingTask/components/Detail.vue index a04c16ea..7ffbe6e0 100644 --- a/project/fengdu/app/AppIntegratingTask/components/Detail.vue +++ b/project/fengdu/app/AppIntegratingTask/components/Detail.vue @@ -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({