【重要更新】vue3前端为了适配springboot3 sas分支(Spring Authorization Server)特定修改

This commit is contained in:
JEECG
2024-06-23 11:25:55 +08:00
parent 8e54e06978
commit 9e25566271
5 changed files with 31 additions and 9 deletions

View File

@@ -4,11 +4,13 @@
export interface LoginParams {
username: string;
password: string;
grant_type: string;
}
export interface ThirdLoginParams {
token: string;
thirdType: string;
grant_type: string;
}
export interface RoleInfo {