Skip to content

Commit

Permalink
fix: Change role to toles for LoginResultModel (#3037)
Browse files Browse the repository at this point in the history
  • Loading branch information
alixhome committed Sep 18, 2023
1 parent 74a2f62 commit ce6b25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/sys/model/userModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface RoleInfo {
export interface LoginResultModel {
userId: string | number;
token: string;
role: RoleInfo;
roles: RoleInfo[];
}

/**
Expand Down

0 comments on commit ce6b25d

Please sign in to comment.