fix 登录验证码刷新后输入不了bug

This commit is contained in:
izory 2021-10-13 16:41:00 +08:00
parent c873511f4d
commit 24ced6b9b5

View File

@ -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() {