Commit 057edb12 authored by “yiyousong”'s avatar “yiyousong”

perf: 修改登录

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