diff --git a/frontend/src/views/home/components/comparePreTest.vue b/frontend/src/views/home/components/comparePreTest.vue index e7195c9..665ea2d 100644 --- a/frontend/src/views/home/components/comparePreTest.vue +++ b/frontend/src/views/home/components/comparePreTest.vue @@ -384,9 +384,13 @@ watch(webMsgSend, function (newValue, oldValue) { } else if(newValue.code == 25002){ step4InitLog.value.push({ type: 'error', - log: newValue.data + '相序校验失败!', + log: newValue.data, }) } else if (newValue.code == 25003) { + step4InitLog.value.push({ + type: 'error', + log: newValue.data, + }) step4.value = 'error' ts.value = 'error' step5.value = 'error'