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:
@@ -5,6 +5,7 @@ import { UserState } from '@/store/modules/login/types';
|
||||
const BASE_URL = '/auth';
|
||||
|
||||
export interface LoginReq {
|
||||
phone?: string;
|
||||
username: string;
|
||||
password: string;
|
||||
captcha: string;
|
||||
|
||||
Reference in New Issue
Block a user