From c18eb793db52d66ebe98ce6c54dccc0fe092c290 Mon Sep 17 00:00:00 2001 From: jiangzhe <244140623@qq.com> Date: Sun, 28 Apr 2024 17:00:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=84=E6=8F=90=E4=BA=A4=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E6=97=B6=E5=A2=9E=E5=8A=A0=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Exam/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/Exam/index.vue b/src/views/Exam/index.vue index 5b5fb27..db92299 100644 --- a/src/views/Exam/index.vue +++ b/src/views/Exam/index.vue @@ -161,6 +161,11 @@ async function submit() { } else { router.replace({ path: '/' }) } + } else { + ElMessage({ + message: res.msg, + type: 'error' + }) } }