From 3b5b3421442e2e01dd672190eb9777c189f94fae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=A2=A6=E8=BF=9C?= <1063331231@qq.com> Date: Tue, 15 Jul 2025 14:13:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E8=AF=BB=E5=8F=96=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/debug/index.vue | 48 +++++++++++++++++++++++------------------------ src/views/main/index.vue | 4 ++-- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/src/views/debug/index.vue b/src/views/debug/index.vue index 558d627..c89384b 100644 --- a/src/views/debug/index.vue +++ b/src/views/debug/index.vue @@ -55,15 +55,15 @@ const nozzleHeatClose = async () => { } await sendControl(params, 'debug') } -const nozzleHeatGet = async () => { - const params = { - cmdCode: 'nozzle_heat_get', - cmdId: '', - params: { - }, - } - await sendControl(params, 'debug') -} +// const nozzleHeatGet = async () => { +// const params = { +// cmdCode: 'nozzle_heat_get', +// cmdId: '', +// params: { +// }, +// } +// await sendControl(params, 'debug') +// } const slidePlatHeatOpen = async () => { if (!form.nozzle.temperature) { FtMessage.error('请输入设置温度') @@ -87,15 +87,15 @@ const slidePlatHeatClose = async () => { } await sendControl(params, 'debug') } -const slidePlatHeatGet = async () => { - const params = { - cmdCode: 'slide_plat_heat_get', - cmdId: '', - params: { - }, - } - await sendControl(params, 'debug') -} +// const slidePlatHeatGet = async () => { +// const params = { +// cmdCode: 'slide_plat_heat_get', +// cmdId: '', +// params: { +// }, +// } +// await sendControl(params, 'debug') +// } const motorMove = async (device: 'x' | 'y' | 'z') => { if (!form[device].position || !form[device].speed) { FtMessage.error('请补全参数') @@ -424,9 +424,9 @@ const highVoltageClose = async () => { 关闭 - - 读取 - + + + @@ -440,9 +440,9 @@ const highVoltageClose = async () => { 关闭 - - 读取 - + + + diff --git a/src/views/main/index.vue b/src/views/main/index.vue index 481a863..4bbb694 100644 --- a/src/views/main/index.vue +++ b/src/views/main/index.vue @@ -197,7 +197,7 @@ const slideSwitch = async () => { }) } else { - FtMessage.success('载台加热已关闭') + FtMessage.warning('载台加热已关闭') } } const nozzleSwitch = async () => { @@ -221,7 +221,7 @@ const nozzleSwitch = async () => { }) } else { - FtMessage.success('喷头加热已经关闭') + FtMessage.warning('喷头加热已经关闭') } }