Commit 171818ec authored by “yiyousong”'s avatar “yiyousong”

pref:修改登录校验

parent 54983433
......@@ -71,6 +71,7 @@ export default {
loginName: "",
password: "",
code: "",
mark: "",
},
rules: {
loginName: [{ required: true, message: "请输入账号", trigger: "blur" }],
......@@ -93,6 +94,7 @@ export default {
createCode() {
// 加时间戳印记用于刷新gif
let mark = new Date().getTime();
this.form.mark = mark;
this.imgCode =
this.api + "/zwfw/securitycode/createCode" + `?mark=${mark}`;
},
......
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