diff --git a/src/views/debug/index.vue b/src/views/debug/index.vue index becef3a..fc21991 100644 --- a/src/views/debug/index.vue +++ b/src/views/debug/index.vue @@ -45,9 +45,33 @@ +
-
+
+ + 指定电机转速 + + + X + Y + Z + +
+
+ 速度:毫米/秒 +
+
+ 确定 +
+
+
+
+ 电压控制器: @@ -71,7 +95,7 @@ v-model="syringeForm.rotationSpeed" placeholder="转速" type="number" - class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[100px]" />毫米/秒 + class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[100px]" />微升/每分钟
- - - - -
指定转速      指定时间:
- - X - Y - Z - -
- 速度:毫米/秒 - -
-
- 确定 - - - - -
-
-
- -
@@ -555,7 +526,7 @@ const onTurnOnLightPanel = () => { function onTurnOffLightPanel() { const params = { - brightness: 40, + brightness: brightness.value, }; turnOffLightPanel(params).then((res) => { success(res);