相序校验拦截错误

This commit is contained in:
sjl
2025-09-23 08:39:15 +08:00
parent 55f579ef64
commit d08194bfd8

View File

@@ -384,9 +384,13 @@ watch(webMsgSend, function (newValue, oldValue) {
} else if(newValue.code == 25002){ } else if(newValue.code == 25002){
step4InitLog.value.push({ step4InitLog.value.push({
type: 'error', type: 'error',
log: newValue.data + '相序校验失败!', log: newValue.data,
}) })
} else if (newValue.code == 25003) { } else if (newValue.code == 25003) {
step4InitLog.value.push({
type: 'error',
log: newValue.data,
})
step4.value = 'error' step4.value = 'error'
ts.value = 'error' ts.value = 'error'
step5.value = 'error' step5.value = 'error'