统一授权登录

This commit is contained in:
thiszhc
2023-07-01 16:24:48 +08:00
parent 6e3aec7c50
commit 14cf3be392
3 changed files with 73 additions and 40 deletions

View File

@@ -15,10 +15,13 @@ export type RegisterForm = {
* 登录请求
*/
export interface LoginData {
tenantId: string;
username: string;
password: string;
tenantId?: string;
username?: string;
password?: string;
rememberMe?: boolean;
socialCode?: string,
socialState?: string,
source?: string,
code?: string;
uuid?: string;
clientId: string;