From d08194bfd8080b0c326f985900f8ecbbd6e6b294 Mon Sep 17 00:00:00 2001 From: sjl <1716605279@qq.com> Date: Tue, 23 Sep 2025 08:39:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B8=E5=BA=8F=E6=A0=A1=E9=AA=8C=E6=8B=A6?= =?UTF-8?q?=E6=88=AA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/home/components/comparePreTest.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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'