fix: 修复登录时菜单显示不全
This commit is contained in:
parent
9cf28df363
commit
d8c2d1db4b
@ -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" });
|
||||
|
Loading…
x
Reference in New Issue
Block a user