From 2b653695ba807777a492123eb7b9e1d9f2d7f18a Mon Sep 17 00:00:00 2001
From: xieb <vip_xiaobin810@163.com>
Date: Tue, 26 Sep 2023 09:17:59 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/demo' into demo
---
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