From 0c070817accc40e6c8a2a1479fe2a9ee6f2f5d3e Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Fri, 08 Sep 2023 10:00:04 +0800
Subject: [PATCH] 修改基本功能、添加进入项目详情
---
src/components/g-map/use-mqtt.ts | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/components/g-map/use-mqtt.ts b/src/components/g-map/use-mqtt.ts
index c02f537..d5bfa68 100644
--- a/src/components/g-map/use-mqtt.ts
+++ b/src/components/g-map/use-mqtt.ts
@@ -60,6 +60,8 @@
case DRC_METHOD.DELAY_TIME_INFO_PUSH:
case DRC_METHOD.HSI_INFO_PUSH:
case DRC_METHOD.OSD_INFO_PUSH:
+ case DRC_METHOD.DRONE_CONTROL:
+ case DRC_METHOD.DRONE_EMERGENCY_STOP:
EventBus.emit('droneControlMqttInfo', payloadObj)
break
default:
--
Gitblit v1.9.3