refactor: 系统管理接口和页面重构
Former-commit-id: d16371370c6bf6928bcf0883e1511a1a91ea388d
This commit is contained in:
@@ -7,10 +7,11 @@ export interface LoginData {
|
||||
}
|
||||
|
||||
/**
|
||||
* 登录详情
|
||||
* 登录响应
|
||||
*/
|
||||
export interface LoginResult {
|
||||
accessToken: string;
|
||||
tokenType: string;
|
||||
refreshToken: string;
|
||||
expires: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user