diff --git a/src/views/debug/index.vue b/src/views/debug/index.vue index 888ae70..b882c60 100644 --- a/src/views/debug/index.vue +++ b/src/views/debug/index.vue @@ -258,7 +258,6 @@ import { //连接websocket const wsClient = createWebSocket(sharedWsUrl); subscription = wsClient.dataOb.subscribe(data => { - }); wsClient.connect(); }) @@ -271,7 +270,6 @@ import { const onMoveMachinery = (axis:string) => { if(!axis)return; const x = parseFloat(parseFloat(machineryForm.value[axis]).toFixed(1)); - console.log('x-------', x) const params = { commandName:'moveMotorToPosition', params: {