角色列表添加
This commit is contained in:
@@ -35,14 +35,18 @@ export interface NavTabs {
|
||||
}
|
||||
|
||||
export interface AdminInfo {
|
||||
id: number
|
||||
username: string
|
||||
nickname: string
|
||||
avatar: string
|
||||
last_login_time: string
|
||||
token: string
|
||||
access_token: string
|
||||
token_type: string
|
||||
refresh_token: string
|
||||
super: boolean
|
||||
expires_in: number
|
||||
scope: string
|
||||
nickname: string
|
||||
userType: number
|
||||
deptIndex: string
|
||||
userIndex: string
|
||||
client_id: string
|
||||
headSculpture: string
|
||||
jti: string
|
||||
}
|
||||
|
||||
export interface DictData {
|
||||
|
||||
Reference in New Issue
Block a user