From 8a54a83ff45c879700875e6a9b48ad1f8e5ab257 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Tue, 26 Sep 2023 09:17:15 +0800
Subject: [PATCH] 修改配置

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