From a41b5836765e2487103c893d277d48d2189d3a64 Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Sun, 5 Mar 2023 16:42:39 +0800 Subject: [PATCH] =?UTF-8?q?--=20fix=20bug=20=E8=B7=AF=E5=BE=84=E5=9B=BE?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/learningpath/LearningPath.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/learningpath/LearningPath.vue b/src/views/learningpath/LearningPath.vue index b248b576..54e5f36a 100644 --- a/src/views/learningpath/LearningPath.vue +++ b/src/views/learningpath/LearningPath.vue @@ -1234,7 +1234,7 @@ export default { state.confirmLoading = false; return message.warning("未配置H5背景图,请联系管理员!"); } - if (!state.validate) { + if (state.validated !== 2) { message.destroy(); state.confirmLoading = false; message.warning("路径图名称重复"); @@ -1347,7 +1347,7 @@ export default { state.confirmLoading = false; return message.warning("未配置H5背景图,请联系管理员!"); } - if (!state.validate) { + if (state.validated !== 2) { message.destroy(); state.confirmLoading = false; return message.warning("路径图名称重复");