V0.2.1.20250724
———————————————
1.修复邮箱📫校验
———————————————
This commit is contained in:
parent
8b57d55013
commit
5df7512315
@ -85,7 +85,7 @@ const submitForm = (formEl: FormInstance | undefined) => {
|
||||
</el-icon>
|
||||
返回
|
||||
</el-button>
|
||||
<el-text>登录</el-text>
|
||||
<el-text>注册</el-text>
|
||||
</el-form-item>
|
||||
<el-form-item label="用户名(UserID)" prop="userid">
|
||||
<el-input v-model="ruleForm.text" type="text" autocomplete="off"/>
|
||||
@ -99,10 +99,6 @@ const submitForm = (formEl: FormInstance | undefined) => {
|
||||
<el-form-item label="二次确认密码(CheckPass)" prop="checkPass">
|
||||
<el-input v-model="ruleForm.checkPass" type="password" autocomplete="off"/>
|
||||
</el-form-item>
|
||||
<el-form-item style="width:100%;">
|
||||
<!-- 忘记密码-->
|
||||
<el-button key="ResetPassword" type="info" text style="height: 20px; margin: 0;padding: 0;">忘记密码?</el-button>
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
<el-button type="primary" @click="submitForm(ruleFormRef)" style="height: 70px;">提交</el-button>
|
||||
</el-form-item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user