From 6b6a9ce33453a5ec9ca8346df39a7a610042424c Mon Sep 17 00:00:00 2001
From: gaosp <gaosp>
Date: 星期二, 12 三月 2024 21:38:52 +0800
Subject: [PATCH] 更新地图

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

diff --git a/src/container/mapPreviewDetail/index.vue b/src/container/mapPreviewDetail/index.vue
index dbd1760..bb209e6 100644
--- a/src/container/mapPreviewDetail/index.vue
+++ b/src/container/mapPreviewDetail/index.vue
@@ -1,7 +1,7 @@
 <!--
  * @Date: 2024-01-05 22:26:22
  * @LastEditors: Sneed
- * @LastEditTime: 2024-03-08 09:07:05
+ * @LastEditTime: 2024-03-12 21:10:54
  * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/mapPreviewDetail/index.vue
 -->
 <template>
@@ -294,7 +294,7 @@
             } catch (error) {
                 this.deviceInfo = {}
             }
-            this.name = `杞﹂棿鍒楄〃 / ${this.$route.query.name} / ${this.deviceInfo.machineName}`
+            this.name = `杞﹂棿鍒楄〃 / ${this.$route.query.name ? this.$route.query.name + '/'  : ''} ${this.deviceInfo.machineName}`
         },
         formatSeconds(value) {
             var secondTime = parseInt(value)// 绉�

--
Gitblit v1.9.3