罗广辉
2025-06-19 4e3afce8658ce98c2c58d33e231e19c5649eb4db
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,