From c74fb6e3cfc1c25c7ef1415c5ae96f57d007850b Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Thu, 12 Mar 2026 08:32:48 +0800
Subject: [PATCH] 修改

---
 src/views/safetyReview/projectManage/components/mapLocation.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/safetyReview/projectManage/components/mapLocation.vue b/src/views/safetyReview/projectManage/components/mapLocation.vue
index aa943a8..497dabd 100644
--- a/src/views/safetyReview/projectManage/components/mapLocation.vue
+++ b/src/views/safetyReview/projectManage/components/mapLocation.vue
@@ -30,7 +30,7 @@
 
     </div>
     <div class="mapLocation_body">
-      <baidu-map class="map"  @ready="getAdress" ak="BkZdiHBj9aGrMdVFM48r2njNiMzsekga" v="3.0" type="API" :center="state.center" :zoom="state.zoom" scroll-wheel-zoom  @click="getPosition">
+      <baidu-map class="map"  @ready="getAdress" ak="8r64GW9ERCWLwF83f9hG7onI1YC0dq7v" v="3.0" type="API" :center="state.center" :zoom="state.zoom" scroll-wheel-zoom  @click="getPosition">
         <div style="position: absolute;z-index: 999;margin-top: -495px">
           <label>搜索:<input v-model="state.keyword"></label>
           <bm-local-search
@@ -149,7 +149,8 @@
 }
 .mapLocation_body{
   width:100%;
-  height:500px
+  height:500px;
+  margin-top: 20px;
 }
 .mapLocation_latlng{
   padding-top:10px;

--
Gitblit v1.9.2