From c55d9376565a78ce31a5b8d78dad89df16c2628e Mon Sep 17 00:00:00 2001
From: gaosp <gaosp>
Date: 星期四, 18 一月 2024 23:34:54 +0800
Subject: [PATCH] 删除完 更新

---
 src/container/mapPreview/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/container/mapPreview/index.vue b/src/container/mapPreview/index.vue
index 045a5bd..b0a7e57 100644
--- a/src/container/mapPreview/index.vue
+++ b/src/container/mapPreview/index.vue
@@ -1,7 +1,7 @@
 <!--
  * @Date: 2024-01-05 22:26:22
  * @LastEditors: Sneed
- * @LastEditTime: 2024-01-16 22:50:48
+ * @LastEditTime: 2024-01-17 23:29:15
  * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/mapPreview/index.vue
 -->
 <template>
@@ -18,7 +18,7 @@
             <div class="right">
                 <Status v-show="id" :info="info" />
                 <div class="preview-map">
-                    <Map v-if="id" :id="id" :status="2" :currentMap="currentMap" @out="out" />
+                    <Map v-if="id" :id="id" :status="2" :currentMap="currentMap" />
                 </div>
             </div>
         </div>

--
Gitblit v1.9.3