Commit 40513595 authored by 徐一鸣's avatar 徐一鸣

标题验证

parent 2e855906
...@@ -384,7 +384,7 @@ export default { ...@@ -384,7 +384,7 @@ export default {
this.$message.error("新增失败"); this.$message.error("新增失败");
}); });
} else { } else {
this.$message.error("验证失败"); this.$message.error(data.errMsg || "验证失败");
} }
}) })
.catch((error) => { .catch((error) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment