From bb171c0549ee3983bc71985e22137a1ba93a8495 Mon Sep 17 00:00:00 2001 From: LiLongLong <13717757313@163.com> Date: Thu, 6 Mar 2025 02:29:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95=E9=A1=B5=E9=9D=A2=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E6=B3=A8=E5=B0=84=E6=B3=B5=E7=9A=84=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/services/globalCmd/cmdTypes.ts | 2 +- src/views/debug/index.vue | 11 ++++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/src/services/globalCmd/cmdTypes.ts b/src/services/globalCmd/cmdTypes.ts index 9385db3..84f3aef 100644 --- a/src/services/globalCmd/cmdTypes.ts +++ b/src/services/globalCmd/cmdTypes.ts @@ -9,7 +9,7 @@ export type ControlType = { export type SyringeParams = { rotationSpeed: number; direction: string; - time: number; + // time: number; } export type SyringeType = { params: SyringeParams; diff --git a/src/views/debug/index.vue b/src/views/debug/index.vue index 93044f0..9836d32 100644 --- a/src/views/debug/index.vue +++ b/src/views/debug/index.vue @@ -50,7 +50,7 @@
-
+
电机回原点 @@ -59,15 +59,13 @@ Y Z - 回原点 - - + 电机转速 @@ -115,13 +113,13 @@ type="number" class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[100px]" />uL/Min
-
+
方向: 后退 @@ -356,7 +354,6 @@ const activeName = ref("debug"); const voltageValue = ref(); const syringeForm = ref({ rotationSpeed: 1, - time: 0, direction: "1", }); const workForm = ref({