feat: 完成在线用户、登录日志、操作日志页面
This commit is contained in:
@@ -101,6 +101,9 @@ const onLogin = async (formEl: FormInstance | undefined) => {
|
||||
message(t("login.pureLoginFail"), { type: "error" });
|
||||
}
|
||||
})
|
||||
.catch(err => {
|
||||
getCode();
|
||||
})
|
||||
.finally(() => (loading.value = false));
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user