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

标题验证

parent 2e855906
......@@ -384,7 +384,7 @@ export default {
this.$message.error("新增失败");
});
} else {
this.$message.error("验证失败");
this.$message.error(data.errMsg || "验证失败");
}
})
.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