-- fix bug 路径图名称校验

This commit is contained in:
yuping
2023-03-05 16:42:39 +08:00
parent abee0b773c
commit a41b583676

View File

@@ -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("路径图名称重复");