微调
This commit is contained in:
@@ -202,7 +202,7 @@ function useMetaInfo() {
|
||||
hardwareVersion: '',
|
||||
softwareVersion: '',
|
||||
protocol: 'MMS',
|
||||
ip: '',
|
||||
ip: '172.17.102.222',
|
||||
port: 102,
|
||||
encryptionFlag: 0,
|
||||
reCheckNum: 0,
|
||||
@@ -233,7 +233,7 @@ const resetFormContent = () => {
|
||||
hardwareVersion: '',
|
||||
softwareVersion: '',
|
||||
protocol: 'MMS',
|
||||
ip: '',
|
||||
ip: '172.17.102.222',
|
||||
port: 102,
|
||||
encryptionFlag: 0,
|
||||
reCheckNum: 0,
|
||||
@@ -445,7 +445,7 @@ const handleDevTypeChange = (value: string) => {
|
||||
formContent.value.icdId = dev.icd
|
||||
formContent.value.power = dev.power
|
||||
if(scene.value === '1'){
|
||||
if (dev.name.includes('NPQS-581') || dev.name.includes('NPQS-580')) {
|
||||
if (dev.name.includes('NPQS-581') || dev.name.includes('NPQS-580') || dev.name.includes('PQ-COM')) {
|
||||
formContent.value.encryptionFlag = 1
|
||||
formContent.value.series = 'Pqs&cn870299'
|
||||
formContent.value.devKey = '!qaz@wsx3edc4rfv'
|
||||
|
||||
Reference in New Issue
Block a user