From f0701f57ac7ee651c21fe97c9ccae269018bfcaf Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Tue, 26 Sep 2023 10:43:46 +0800
Subject: [PATCH] 修改获取workSpaceID的位置

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

diff --git a/src/components/GMap.vue b/src/components/GMap.vue
index 33ca752..83938f5 100644
--- a/src/components/GMap.vue
+++ b/src/components/GMap.vue
@@ -983,7 +983,7 @@
     // 打开无人机操作
     const openDeviceSetting = () => {
       setDockControlPanelVisible(false)
-      openDroneControl.value = false
+      openDroneControl.value = !openDroneControl.value
     }
     watch(() => store.state.deviceStatusEvent,
       data => {

--
Gitblit v1.9.3