From ef34660d3f4f78fe1de43d6a53f712c2f8209e61 Mon Sep 17 00:00:00 2001 From: LiLongLong <13717757313@163.com> Date: Sat, 1 Mar 2025 20:56:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/debug/index.vue | 2 -- 1 file changed, 2 deletions(-) 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: {