From d8c2d1db4bb05aed8eecd9b59ff6e1a7905be41d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9A=93=E6=9C=88=E5=BD=92=E5=B0=98?= Date: Tue, 18 Feb 2025 02:16:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E6=97=B6=E8=8F=9C=E5=8D=95=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 1b4a9cd..765486a 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -98,6 +98,7 @@ const onLogin = async (formEl: FormInstance | undefined) => { message(t("login:LoginSuccess"), { type: "success" }); }) .finally(() => (disabled.value = false)); + window.location.reload(); }); } else { message(t("login:LoginFail"), { type: "error" });