Commit e94fc37d authored by 李丹's avatar 李丹

校验验证码

parent 81cb8700
......@@ -422,7 +422,6 @@ export default {
this.ruleFormIcon.yzm = false;
this.yzmState = false;
callback(new Error(response.data.errMsg));
this.getImg();
}
})
.catch(function (response) {});
......@@ -655,11 +654,7 @@ export default {
if (volid_yzm) {
self.submitAll();
} else {
self.$message({
message: "请完善验证码",
type: "error",
});
self.refreshCode();
self.getImg();
}
});
} else {
......
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