From 3f41712cfc8264ed2da1720ae187657f0ff86e89 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Sat, 14 Oct 2023 15:28:09 +0800
Subject: [PATCH] 显示无人机操作栏、动态加载无人机型号

---
 src/store/index.ts |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/store/index.ts b/src/store/index.ts
index 024d468..0c1c5d0 100644
--- a/src/store/index.ts
+++ b/src/store/index.ts
@@ -77,7 +77,10 @@
     visible: false,
     gateway_sn: '',
     is_dock: false,
-    payloads: null
+    payloads: null,
+    device_domain: '',
+    device_sub_type: '',
+    device_type: ''
   } as OSDVisible,
   waylineInfo: {
 

--
Gitblit v1.9.3