From b61c719954b48d726268a51d05cc34c22388003f Mon Sep 17 00:00:00 2001 From: guoapeng Date: Wed, 30 Apr 2025 15:29:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E8=AF=95=E6=8C=87=E4=BB=A4?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/debug/index.vue | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/views/debug/index.vue b/src/views/debug/index.vue index c5f5c51..e21f509 100644 --- a/src/views/debug/index.vue +++ b/src/views/debug/index.vue @@ -122,10 +122,10 @@ const debug_fan_stop = async () => { await debugStore.sendControl(params) } -const debug_cover_elvator_lift_up = async () => { +const debug_cover_elevator_lift_up = async () => { const params = { commandId: Date.now().toString(), - command: 'debug_cover_elvator_lift_up', + command: 'debug_cover_elevator_lift_up', params: { ...debugStore.formData.lidData, }, @@ -133,10 +133,10 @@ const debug_cover_elvator_lift_up = async () => { await debugStore.sendControl(params) } -const debug_cover_elvator_lift_down = async () => { +const debug_cover_elevator_lift_down = async () => { const params = { commandId: Date.now().toString(), - command: 'debug_cover_elvator_lift_down', + command: 'debug_cover_elevator_lift_down', params: { ...debugStore.formData.lidData, }, @@ -144,19 +144,19 @@ const debug_cover_elvator_lift_down = async () => { await debugStore.sendControl(params) } -const debug_cover_elvator_reset = async () => { +const debug_cover_elevator_reset = async () => { const params = { commandId: Date.now().toString(), - command: 'debug_cover_elvator_reset', + command: 'debug_cover_elevator_reset', params: {}, } await debugStore.sendControl(params) } -const debug_cover_elvator_stop = async () => { +const debug_cover_elevator_stop = async () => { const params = { commandId: Date.now().toString(), - command: 'debug_cover_elvator_stop', + command: 'debug_cover_elevator_stop', params: {}, } await debugStore.sendControl(params) @@ -748,18 +748,18 @@ const door_stop = async () => { - + 抬升 - + 下降 - + 复位 - + 停止