From c20e4c6e6b26e60ce850913513db8475a34aa536 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Tue, 26 Sep 2023 09:47:06 +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