fix: 设备分配代理,虚比例,sim顺序
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m15s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m15s
This commit is contained in:
@@ -22,7 +22,9 @@ export interface LoginData {
|
||||
access_token: string
|
||||
refresh_token: string
|
||||
expires_in: number
|
||||
permissions?: string[] | null
|
||||
permissions: string[] | null
|
||||
menus: any[] | null
|
||||
buttons: string[] | null
|
||||
user: UserInfo
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user