refactor: 系统管理接口和页面重构

Former-commit-id: d16371370c6bf6928bcf0883e1511a1a91ea388d
This commit is contained in:
haoxr
2023-03-11 21:21:54 +08:00
parent 314789ad09
commit 00082202dd
22 changed files with 1664 additions and 1549 deletions

View File

@@ -7,10 +7,11 @@ export interface LoginData {
}
/**
* 登录详情
* 登录响应
*/
export interface LoginResult {
accessToken: string;
tokenType: string;
refreshToken: string;
expires: number;
}