refactor: 账号管理功能大体完成,后续优化与细节调整

This commit is contained in:
秋帆
2024-04-21 22:33:48 +08:00
parent 124674c530
commit 875b72b3a0
32 changed files with 1279 additions and 397 deletions

View File

@@ -54,5 +54,5 @@ export interface LoginResp {
// 第三方登录授权类型
export interface SocialAuthAuthorizeResp {
authorizeUrl: string;
}
authorizeUrl: string
}