Commit 44ef027f authored by “yiyousong”'s avatar “yiyousong”

perf: 登录form暂时去掉mark字段

parent 68139835
# 开发环境配置 # 开发环境配置
NODE_ENV = development NODE_ENV = development
# VUE_APP_API_BASE_URL=http://8.136.255.30:11078 # VUE_APP_API_BASE_URL=http://8.136.255.30:11078
VUE_APP_API_BASE_URL=http://192.168.0.98:11078 VUE_APP_API_BASE_URL=http://192.168.0.53:17212
#图片显示拼接 #图片显示拼接
# VUE_APP_API_IMG_URL=http://8.136.255.30:11078/ # VUE_APP_API_IMG_URL=http://8.136.255.30:11078/
VUE_APP_API_IMG_URL=http://192.168.0.98:11078/ VUE_APP_API_IMG_URL=http://192.168.0.98:11078/
......
...@@ -286,7 +286,7 @@ export default { ...@@ -286,7 +286,7 @@ export default {
loginName: "", loginName: "",
password: "", password: "",
securityCode: "", securityCode: "",
mark: "", // mark: "",
type: 2, type: 2,
}, },
changePwdForm: { changePwdForm: {
...@@ -393,7 +393,7 @@ export default { ...@@ -393,7 +393,7 @@ export default {
createCode() { createCode() {
// 加时间戳印记用于刷新gif // 加时间戳印记用于刷新gif
let mark = new Date().getTime(); let mark = new Date().getTime();
this.form.mark = mark; // this.form.mark = mark;
this.imgCode = this.imgCode =
this.api + "/zwfw/securitycode/createCode" + `?mark=${mark}`; 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