zhouwx
2026-03-12 c74fb6e3cfc1c25c7ef1415c5ae96f57d007850b
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;