From bf8b8c9f0f72c8ffef87e4882baf5fb3d9790f56 Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Thu, 31 Jul 2025 14:16:27 +0800 Subject: [PATCH] =?UTF-8?q?NPQS-581=E8=A1=A8=E5=8D=95=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=8A=A0=E5=AF=86=E3=80=81=E5=AF=86=E9=92=A5=E5=92=8C=E8=AF=86?= =?UTF-8?q?=E5=88=AB=E7=A0=81=E4=B8=BA=E4=B8=87=E8=83=BD=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/machine/device/components/devicePopup.vue | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/frontend/src/views/machine/device/components/devicePopup.vue b/frontend/src/views/machine/device/components/devicePopup.vue index 3bb3d4f..ae7073f 100644 --- a/frontend/src/views/machine/device/components/devicePopup.vue +++ b/frontend/src/views/machine/device/components/devicePopup.vue @@ -446,13 +446,11 @@ const handleDevTypeChange = (value: string) => { formContent.value.devVolt = dev.devVolt; // 默认值为1 formContent.value.icdId = dev.icd formContent.value.power = dev.power - // if (dev.name.includes('882B')) { - // formContent.value.ip = '172.17.102.220' - // } else if (dev.name.includes('882A')) { - // formContent.value.ip = '172.17.102.221' - // } else { - // formContent.value.ip = '172.17.102.200' - // } + if (dev.name.includes('NPQS-580')) { + formContent.value.encryptionFlag = 1 + formContent.value.series='Pqs&cn870299' + formContent.value.devKey='!qaz@wsx3edc4rfv' + } } else {