refactor: ♻️ 优化登录页样式,减少冗余
;
This commit is contained in:
@@ -61,6 +61,8 @@ export interface LoginFormData {
|
||||
captchaKey: string;
|
||||
/** 验证码 */
|
||||
captchaCode: string;
|
||||
/** 记住我 */
|
||||
rememberMe: boolean;
|
||||
}
|
||||
|
||||
/** 登录响应 */
|
||||
|
||||
Reference in New Issue
Block a user