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:
10
src/typings/api/api.d.ts
vendored
10
src/typings/api/api.d.ts
vendored
@ -114,6 +114,16 @@ declare namespace Api {
|
||||
password?: string;
|
||||
}
|
||||
|
||||
/** register form */
|
||||
interface RegisterForm extends LoginForm {
|
||||
/** 用户名 */
|
||||
username?: string;
|
||||
/** 密码 */
|
||||
password?: string;
|
||||
/** 确认密码 */
|
||||
confirmPassword?: string;
|
||||
}
|
||||
|
||||
/** login token data */
|
||||
interface LoginToken {
|
||||
/** 授权令牌 */
|
||||
|
1
src/typings/app.d.ts
vendored
1
src/typings/app.d.ts
vendored
@ -419,6 +419,7 @@ declare namespace App {
|
||||
login: {
|
||||
common: {
|
||||
loginOrRegister: string;
|
||||
register: string;
|
||||
userNamePlaceholder: string;
|
||||
phonePlaceholder: string;
|
||||
codePlaceholder: string;
|
||||
|
Reference in New Issue
Block a user