From cbcb844edf5c3bef84560af8bde1e4973fab7f3a Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Thu, 28 Sep 2023 12:05:49 +0800
Subject: [PATCH] 修改打包文件失效的问题

---
 src/components/g-map/use-dock-control.ts |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/components/g-map/use-dock-control.ts b/src/components/g-map/use-dock-control.ts
index 3cf9b1a..186bf7b 100644
--- a/src/components/g-map/use-dock-control.ts
+++ b/src/components/g-map/use-dock-control.ts
@@ -46,6 +46,7 @@
 
   // 控制面板关闭
   async function onCloseControlPanel (sn: string) {
+    console.log(dockControlPanelVisible.value, 'value')
     await dockDebugOnOff(sn, false)
     setDockControlPanelVisible(false)
   }

--
Gitblit v1.9.3