perf: 首页新增修改密码提示

This commit is contained in:
xiaojunnuo
2024-11-30 22:35:26 +08:00
parent 61d6b06c56
commit 0772d3b3fd
10 changed files with 162 additions and 92 deletions
@@ -27,6 +27,7 @@ export interface UserInfoRes {
nickName: string;
avatar: string;
roleIds: number[];
isWeak?: boolean;
}
export interface LoginRes {