mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-10-15 07:33:07 +00:00
【重要更新】vue3前端为了适配springboot3 sas分支(Spring Authorization Server)特定修改
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user