NPQS-581表单默认加密、密钥和识别码为万能的
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user