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 () => {
停止
-
+
回原点