登录页改为记住密码

This commit is contained in:
季圣华 2023-08-10 00:57:24 +08:00
parent 9c7c9d1388
commit fb8b982c22

View File

@ -24,7 +24,7 @@
</a-form-item>
<a-form-item>
<a-checkbox v-decorator="['rememberMe', {initialValue: true, valuePropName: 'checked'}]" >自动登陆</a-checkbox>
<a-checkbox v-decorator="['rememberMe', {initialValue: true, valuePropName: 'checked'}]" >记住密码</a-checkbox>
<router-link v-if="registerFlag==='1'" :to="{ name: 'register'}" class="forge-password" style="float: right;margin-right: 10px;" >
注册租户
</router-link>