feat: add login user display to login records (#12870)

This commit is contained in:
ssongliu
2026-05-27 13:44:14 +08:00
committed by GitHub
parent 612e67e4cc
commit b9dff99d63
11 changed files with 49 additions and 16 deletions
+2 -1
View File
@@ -24,11 +24,12 @@ export namespace Log {
operation: string;
}
export interface SearchLgLog extends ReqPage {
ip: string;
info: string;
status: string;
}
export interface LoginLogs {
ip: string;
user: string;
address: string;
agent: string;
status: string;