From 6616742b31c1c872192b49c5580cde920a0c83a7 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Sun, 18 May 2025 17:17:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=89=98=E7=9B=98=E5=8D=87=E9=99=8D?= =?UTF-8?q?=E5=9B=9E=E5=8E=9F=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/debug/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/debug/index.vue b/src/views/debug/index.vue index cff9a3b..f71bee5 100644 --- a/src/views/debug/index.vue +++ b/src/views/debug/index.vue @@ -62,11 +62,11 @@ const debug_pallet_elevator_stop = async () => { await debugStore.sendControl(params) } -const debug_cap_lifting_origin = async () => { +const debug_pallet_elevator_reset = async () => { currentCommandId = Date.now().toString() const params = { commandId: currentCommandId, - command: 'debug_cap_lifting_origin', + command: 'debug_pallet_elevator_reset', params: { index: debugStore.formData.heatArea.index, }, @@ -862,7 +862,7 @@ const debug_door_stop = async () => { 停止 - + 回原点