mirror of
https://github.com/MengMengCode/CLICD.git
synced 2026-08-06 05:52:19 +08:00
添加了子用户列表功能
This commit is contained in:
@@ -197,6 +197,14 @@ export interface LoginLog {
|
||||
success: boolean
|
||||
}
|
||||
|
||||
export interface AuditLog {
|
||||
time: string
|
||||
action: string
|
||||
target: string
|
||||
detail: string
|
||||
user: string
|
||||
}
|
||||
|
||||
export const getLoginLogs = () =>
|
||||
api.get<APIResponse<LoginLog[]>>('/login-logs')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user