Commit b68115ba authored by 廖旭伟's avatar 廖旭伟

Merge remote-tracking branch 'origin/master'

parents 5c1fcc09 9b834d8d
......@@ -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