From dfa2e66389df106ef38a4fd621f2e3e0cf91ace8 Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期五, 08 三月 2024 15:28:48 +0800
Subject: [PATCH] feat:地图信息框点击

---
 src/views/daoAnOffice/center-map.vue |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/views/daoAnOffice/center-map.vue b/src/views/daoAnOffice/center-map.vue
index fa8412e..d32e142 100644
--- a/src/views/daoAnOffice/center-map.vue
+++ b/src/views/daoAnOffice/center-map.vue
@@ -5,6 +5,16 @@
     </div>
     <div class="mapwrap">
       <CityMap @mapItemClick="mapItemClick" @cancleClick="cancleClick"></CityMap>
+
+      <!-- <DialogType1></DialogType1>
+      <DialogType2></DialogType2>
+      <DialogType3></DialogType3>
+      <DialogType4></DialogType4>
+      <DialogType5></DialogType5>
+      <DialogType6></DialogType6>
+      <DialogType7></DialogType7>
+      <DialogType8></DialogType8>
+      <DialogType9></DialogType9> -->
     </div>
 
     <div class="map-info-container">
@@ -64,6 +74,7 @@
 
 <script setup>
 import CityMap from './center/city-map.vue';
+
 import { ref,onMounted } from "vue";
 const mapData = ref([
   {

--
Gitblit v1.8.0