Browse Source

修复bug

Huanyi 2 weeks ago
parent
commit
d7e37830b2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/api/types.ts

+ 1 - 0
src/api/types.ts

@@ -15,6 +15,7 @@ export type RegisterForm = {
  * 登录请求
  */
 export interface LoginData {
+  userSource?: number;
   platformId?: number;
   tenantId?: string;
   username?: string;