chore(auth): 解决ts 类型检查报错
This commit is contained in:
@@ -14,6 +14,10 @@ export namespace AuthApi {
|
||||
* 最后登录时间
|
||||
*/
|
||||
lastTime: string;
|
||||
/**
|
||||
* 角色列表
|
||||
*/
|
||||
role: string;
|
||||
}
|
||||
|
||||
/** 登录接口返回值 */
|
||||
|
||||
Reference in New Issue
Block a user