From 1731e6836448689d30e9d28067e125a5930c7504 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 30 Mar 2023 09:52:01 +0800 Subject: [PATCH] 150 --- project/fengdu/app/AppIntegratingTask/components/Add.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 })