refactor: 重构登录页面 UI 以适配多因子认证、第三方登录等场景

This commit is contained in:
2023-09-27 23:19:24 +08:00
parent d356a6ad04
commit d40d5b4ae6
13 changed files with 662 additions and 400 deletions

View File

@@ -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;