From 3f1a8f29ad67e632b53cd7844b671fbf9d910f58 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Wed, 19 Mar 2025 09:30:35 +0800
Subject: [PATCH] 增加备案信息

---
 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