登录页改为记住密码
This commit is contained in:
parent
9c7c9d1388
commit
fb8b982c22
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user