mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-11-02 04:57:16 +08:00
refactor: 登录页面 UI 新增邮箱登录模式
This commit is contained in:
@@ -6,10 +6,11 @@ const BASE_URL = '/auth';
|
||||
|
||||
export interface LoginReq {
|
||||
phone?: string;
|
||||
username: string;
|
||||
password: string;
|
||||
email?: string;
|
||||
username?: string;
|
||||
password?: string;
|
||||
captcha: string;
|
||||
uuid: string;
|
||||
uuid?: string;
|
||||
}
|
||||
|
||||
export interface LoginRes {
|
||||
|
||||
Reference in New Issue
Block a user