From 04c48f02b661c1881a44ba18c7ba9cdb81b6b150 Mon Sep 17 00:00:00 2001
From: LiLongLong <13717757313@163.com>
Date: Wed, 5 Mar 2025 18:47:38 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/debug/index.vue | 83 +++++++++++++++--------------------------------
1 file changed, 27 insertions(+), 56 deletions(-)
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]" />微升/每分钟
@@ -555,7 +526,7 @@ const onTurnOnLightPanel = () => {
function onTurnOffLightPanel() {
const params = {
- brightness: 40,
+ brightness: brightness.value,
};
turnOffLightPanel(params).then((res) => {
success(res);