From 24ced6b9b523043172fee71bb949418ce5510ee4 Mon Sep 17 00:00:00 2001 From: izory <791736813@qq.com> Date: Wed, 13 Oct 2021 16:41:00 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E7=99=BB=E5=BD=95=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E7=A0=81=E5=88=B7=E6=96=B0=E5=90=8E=E8=BE=93=E5=85=A5=E4=B8=8D?= =?UTF-8?q?=E4=BA=86bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZR.Vue/src/views/login.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/ZR.Vue/src/views/login.vue b/ZR.Vue/src/views/login.vue index c13c14c..fb9d92b 100644 --- a/ZR.Vue/src/views/login.vue +++ b/ZR.Vue/src/views/login.vue @@ -88,6 +88,7 @@ export default { getCodeImg().then((res) => { this.codeUrl = "data:image/gif;base64," + res.data.img; this.loginForm.uuid = res.data.uuid; + this.$forceUpdate(); }); }, getCookie() {