mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat: 添加用户类型字段到注册表单,并优化注册加载状态
This commit is contained in:
2
src/typings/api/api.d.ts
vendored
2
src/typings/api/api.d.ts
vendored
@ -132,6 +132,8 @@ declare namespace Api {
|
||||
password?: string;
|
||||
/** 确认密码 */
|
||||
confirmPassword?: string;
|
||||
/** 用户类型 */
|
||||
userType?: string;
|
||||
}
|
||||
|
||||
/** login token data */
|
||||
|
Reference in New Issue
Block a user