From 8e79b5c74f4c0f52cff9f18991cde9cfc16d270f Mon Sep 17 00:00:00 2001
From: GuLiMmo <2820890765@qq.com>
Date: Mon, 01 Jul 2024 14:57:05 +0800
Subject: [PATCH] fix: /subscribeTopic /unsubscribeTopic 注释
---
src/components/common/sidebar.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/components/common/sidebar.vue b/src/components/common/sidebar.vue
index b70b687..c70f83c 100644
--- a/src/components/common/sidebar.vue
+++ b/src/components/common/sidebar.vue
@@ -75,7 +75,8 @@
async function goBack () {
const query = toRefs(osdVisible.value)
snList.value.forEach(async (v: string) => {
- await UnBind(v)
+ // TODO:暂时注释
+ // await UnBind(v)
})
store.commit('SET_OSD_VISIBLE_INFO', { ...query, visible: false })
store.commit('SET_SELECT_WAYLINE_INFO', {})
--
Gitblit v1.9.3