From 5b9a1d6cb3a7d59c8f2de83c495bba1a069b2723 Mon Sep 17 00:00:00 2001
From: gaosp <gaosp>
Date: 星期五, 19 一月 2024 00:23:15 +0800
Subject: [PATCH] update

---
 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