From e570732e993bdc8fdd1a8aa37adf77f4fbe36139 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Tue, 26 Sep 2023 11:24:00 +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 c407ae2..7d7e941 100644
--- a/src/components/GMap.vue
+++ b/src/components/GMap.vue
@@ -406,7 +406,7 @@
               </a-button>
             </a-col>
             <a-col span="11">
-              <a-button :disabled="deviceInfo.device?.mode_code == 14 || !deviceInfo.device?true:false" :class="[openDroneControl?'active-color':'unactive-color']" class="width-100" type="primary"  size="small"
+              <a-button :class="[openDroneControl?'active-color':'unactive-color']" class="width-100" type="primary"  size="small"
                 @click="openDeviceSetting">
                 操作
               </a-button>

--
Gitblit v1.9.3