From fa0045dec30afff824b1efdafeb437a7b4f21c7e Mon Sep 17 00:00:00 2001
From: rain <167982779@qq.com>
Date: Thu, 16 Jan 2025 10:08:16 +0800
Subject: [PATCH] 打印ws信息

---
 src/components/waylinetool/route-profile.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/waylinetool/route-profile.vue b/src/components/waylinetool/route-profile.vue
index b141b7f..2e45b7c 100644
--- a/src/components/waylinetool/route-profile.vue
+++ b/src/components/waylinetool/route-profile.vue
@@ -26,7 +26,7 @@
 const details = ref<any>([])
 const route = useRoute()
 
-const isShow = computed(() => !kmlStr.value && isWaylineRoute && author.fileName && author.author && details.value.length > 0)
+const isShow = computed(() => !kmlStr.value && isWaylineRoute.value && author.fileName && author.author && details.value.length > 0)
 
 watch(
   () => fileAuthor,

--
Gitblit v1.9.3