fix 登录验证码刷新后输入不了bug
This commit is contained in:
parent
c873511f4d
commit
24ced6b9b5
@ -88,6 +88,7 @@ export default {
|
|||||||
getCodeImg().then((res) => {
|
getCodeImg().then((res) => {
|
||||||
this.codeUrl = "data:image/gif;base64," + res.data.img;
|
this.codeUrl = "data:image/gif;base64," + res.data.img;
|
||||||
this.loginForm.uuid = res.data.uuid;
|
this.loginForm.uuid = res.data.uuid;
|
||||||
|
this.$forceUpdate();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
getCookie() {
|
getCookie() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user