fix: Change role to toles for LoginResultModel (#3037)
This commit is contained in:
parent
74a2f6209f
commit
ce6b25d03b
|
|
@ -17,7 +17,7 @@ export interface RoleInfo {
|
|||
export interface LoginResultModel {
|
||||
userId: string | number;
|
||||
token: string;
|
||||
role: RoleInfo;
|
||||
roles: RoleInfo[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue