chore(auth): 解决ts 类型检查报错

This commit is contained in:
2026-01-22 14:38:19 +08:00
parent d712f9a5bf
commit be5078ae0d
5 changed files with 15 additions and 6 deletions

View File

@@ -14,6 +14,10 @@ export namespace AuthApi {
* 最后登录时间
*/
lastTime: string;
/**
* 角色列表
*/
role: string;
}
/** 登录接口返回值 */