5 Commits

Author SHA1 Message Date
466d552165 签出调整 2025-11-26 10:53:52 +08:00
9d23303919 Merge remote-tracking branch 'origin/qr_branch' into qr_branch 2025-11-26 08:57:28 +08:00
83cdc4ba30 签出调整 2025-11-26 08:56:58 +08:00
caozehui
29efbae717 源未知异常处理 2025-11-06 08:42:04 +08:00
caozehui
a5177860de 微调 2025-09-03 14:23:05 +08:00
5 changed files with 39 additions and 15 deletions

View File

@@ -57,9 +57,9 @@ export default class SocketService {
this.connected = false; this.connected = false;
this.connectRetryCount++; this.connectRetryCount++;
this.clearHeartbeat(); this.clearHeartbeat();
/* setTimeout(() => { /* setTimeout(() => {
this.connect(); this.connect();
}, 500 * this.connectRetryCount);*/ }, 500 * this.connectRetryCount);*/
}; };
@@ -121,7 +121,7 @@ export default class SocketService {
return; return;
} }
_this.sendHeartbeat(); _this.sendHeartbeat();
} }
} }
sendHeartbeat() { sendHeartbeat() {

View File

@@ -262,6 +262,12 @@ watch(webMsgSend, function (newValue, oldValue) {
type: 'error', type: 'error',
}) })
TableInit(); TableInit();
} else if (newValue.code == -1) { //todo 10552之后还会发送消息吗
ElMessageBox.alert('源未知异常', '检测失败', {
confirmButtonText: '确定',
type: 'error',
})
TableInit();
} else { } else {
console.log('显示东西code', newValue.code) console.log('显示东西code', newValue.code)
console.log('显示东西requestId', newValue.requestId) console.log('显示东西requestId', newValue.requestId)

View File

@@ -501,6 +501,14 @@ watch(webMsgSend, function (newValue, oldValue) {
}) })
ts.value = 'error' ts.value = 'error'
step5.value = 'error' step5.value = 'error'
}else if (newValue.code == -1) {
step4.value = 'error'
step4InitLog.value = [{
type: 'error',
log: '源未知异常!',
}];
ts.value = 'error'
step5.value = 'error'
} }
break; break;

View File

@@ -390,6 +390,16 @@ watch(webMsgSend, function (newValue, oldValue) {
}) })
// emit('update:testStatus', 'recheck') // emit('update:testStatus', 'recheck')
emit('update:testStatus', 'test_init_fail') emit('update:testStatus', 'test_init_fail')
} else if (newValue.code == -1) {
ElMessageBox.alert('源未知异常!', '检测失败!', {
confirmButtonText: '确定',
type: 'error',
})
testLogList.push({
type: 'error',
log: `${new Date().toLocaleString()}:源未知异常!`
})
emit('update:testStatus', 'error')
} else { } else {
switch (newValue.requestId) { switch (newValue.requestId) {
case 'server_error': case 'server_error':
@@ -470,14 +480,14 @@ watch(webMsgSend, function (newValue, oldValue) {
testLogList.push({type: 'info', log: `${new Date().toLocaleString()}:源初始化成功!`}) testLogList.push({type: 'info', log: `${new Date().toLocaleString()}:源初始化成功!`})
percentage.value = 1 percentage.value = 1
} }
if (newValue.code == -1) { // if (newValue.code == -1) {
ElMessageBox.alert('源未知异常!', '初始化失败', { // ElMessageBox.alert('源未知异常!', '初始化失败', {
confirmButtonText: '确定', // confirmButtonText: '确定',
type: 'error', // type: 'error',
}) // })
testLogList.push({type: 'error', log: `${new Date().toLocaleString()}:源未知异常!`}) // testLogList.push({type: 'error', log: `${new Date().toLocaleString()}:源未知异常!`})
emit('update:testStatus', 'test_init_fail') // emit('update:testStatus', 'test_init_fail')
} // }
break; break;
} }
break; break;

View File

@@ -202,7 +202,7 @@ function useMetaInfo() {
hardwareVersion: '', hardwareVersion: '',
softwareVersion: '', softwareVersion: '',
protocol: 'MMS', protocol: 'MMS',
ip: '', ip: '172.17.102.222',
port: 102, port: 102,
encryptionFlag: 0, encryptionFlag: 0,
reCheckNum: 0, reCheckNum: 0,
@@ -233,7 +233,7 @@ const resetFormContent = () => {
hardwareVersion: '', hardwareVersion: '',
softwareVersion: '', softwareVersion: '',
protocol: 'MMS', protocol: 'MMS',
ip: '', ip: '172.17.102.222',
port: 102, port: 102,
encryptionFlag: 0, encryptionFlag: 0,
reCheckNum: 0, reCheckNum: 0,
@@ -445,7 +445,7 @@ const handleDevTypeChange = (value: string) => {
formContent.value.icdId = dev.icd formContent.value.icdId = dev.icd
formContent.value.power = dev.power formContent.value.power = dev.power
if(scene.value === '1'){ 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.encryptionFlag = 1
formContent.value.series = 'Pqs&cn870299' formContent.value.series = 'Pqs&cn870299'
formContent.value.devKey = '!qaz@wsx3edc4rfv' formContent.value.devKey = '!qaz@wsx3edc4rfv'