相序校验拦截错误
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user