From 0d5d99fe39572ed5713e3b180cebbd61f9555441 Mon Sep 17 00:00:00 2001 From: oldHome Date: Sat, 28 Jun 2025 07:50:52 +0800 Subject: [PATCH] test --- src/components/ControllerTabs.vue | 11 +++++++---- src/components/PlaneStatus.vue | 4 ++-- src/components/SwarmControllerTabs.vue | 4 ++-- src/views/layout/components/main/register/index.vue | 2 +- src/views/login.vue | 2 +- 5 files changed, 13 insertions(+), 10 deletions(-) diff --git a/src/components/ControllerTabs.vue b/src/components/ControllerTabs.vue index 82f10d5..17f07bb 100644 --- a/src/components/ControllerTabs.vue +++ b/src/components/ControllerTabs.vue @@ -149,18 +149,21 @@
悬停
+ + @click="confirmation('确认执行自动航线?请确保飞行区域安全且航线已设置。', '自动航线', '{autoMode:1}'); speakText('执行自动航线')"> -
复航
+
自动
+ + @click="confirmation('确认返航?请确保返航路径无障碍。', '返航操作', '{rtlMode:1}'); speakText('返航')">
返航
+ + @click="confirmation('确认降落?请注意着陆区域安全。', '降落操作', '{landMode:1}'); speakText('降落')">
降落
diff --git a/src/components/PlaneStatus.vue b/src/components/PlaneStatus.vue index 7392a2f..a2df383 100644 --- a/src/components/PlaneStatus.vue +++ b/src/components/PlaneStatus.vue @@ -57,7 +57,7 @@ -
+
diff --git a/src/components/SwarmControllerTabs.vue b/src/components/SwarmControllerTabs.vue index 332a798..41c4314 100644 --- a/src/components/SwarmControllerTabs.vue +++ b/src/components/SwarmControllerTabs.vue @@ -50,12 +50,12 @@
悬停
+ @click="confirmation('确认返航全部飞机?请确保返航路径无障碍。', '返航操作', '{rtlMode:1}'); speakText('返航')">
返航
+ @click="confirmation('确认降落全部飞机?请确保降落区域安全。', '降落操作', '{landMode:1}'); speakText('降落')">
降落
diff --git a/src/views/layout/components/main/register/index.vue b/src/views/layout/components/main/register/index.vue index 6e0d374..fef8545 100644 --- a/src/views/layout/components/main/register/index.vue +++ b/src/views/layout/components/main/register/index.vue @@ -48,7 +48,7 @@ 编辑 删除 - 对频 + diff --git a/src/views/login.vue b/src/views/login.vue index 0b76086..bbfbee1 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -5,7 +5,7 @@ v.1.0.1 -

运载无机监管平台

+

运载无人机监管平台