refactor: ♻️ 优化登录页样式,减少冗余

;
This commit is contained in:
超凡
2025-03-31 03:25:54 +08:00
parent 6b93a8098d
commit 486e5a038c
2 changed files with 111 additions and 240 deletions

View File

@@ -61,6 +61,8 @@ export interface LoginFormData {
captchaKey: string;
/** 验证码 */
captchaCode: string;
/** 记住我 */
rememberMe: boolean;
}
/** 登录响应 */