From c66b9868ededa0f89038f1a046ee7b3daee2e203 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 05 十一月 2024 16:16:20 +0800
Subject: [PATCH] 回车刷新页面问题

---
 src/views/screen/components/screen-map/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/screen/components/screen-map/index.vue b/src/views/screen/components/screen-map/index.vue
index 821c160..ea2a99f 100644
--- a/src/views/screen/components/screen-map/index.vue
+++ b/src/views/screen/components/screen-map/index.vue
@@ -1,6 +1,6 @@
 <template>
   <div class="map-container">
-    <wrapper-title :title="'鍖哄煙鍦板浘'"></wrapper-title>
+    <!-- <wrapper-title :title="'鍖哄煙鍦板浘'"></wrapper-title> -->
     <div class="map-content">
       <div ref="map" class="map-style"></div>
     </div>
@@ -100,7 +100,7 @@
         zoomSensitivity: 1,
         rotateSensitivity: 0,
       },
-      
+
       // 鏁版嵁
       data: mapData.features.map((item) => {
         return {
@@ -256,4 +256,4 @@
   top: 0;
   left: 0;
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.8.0