|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
<template> |
|
|
|
|
<div class="main"> |
|
|
|
|
<div class="main" style="background: rgba(0,0,0,.25)"> |
|
|
|
|
<a-form :form="form" class="user-layout-login" ref="formLogin" id="formLogin"> |
|
|
|
|
<a-tabs |
|
|
|
|
:activeKey="customActiveKey" |
|
|
|
@ -48,7 +48,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</a-tab-pane> |
|
|
|
|
<a-tab-pane key="tab2" tab="手机号登录"> |
|
|
|
|
<!-- <a-tab-pane key="tab2" style="color: #fff" tab="手机号登录"> |
|
|
|
|
<a-form-item> |
|
|
|
|
<a-input |
|
|
|
|
v-decorator="['mobile',validatorRules.mobile]" |
|
|
|
@ -80,17 +80,17 @@
|
|
|
|
|
v-text="!state.smsSendBtn && '获取验证码' || (state.time+' s')"></a-button> |
|
|
|
|
</a-col> |
|
|
|
|
</a-row> |
|
|
|
|
</a-tab-pane> |
|
|
|
|
</a-tab-pane>--> |
|
|
|
|
</a-tabs> |
|
|
|
|
|
|
|
|
|
<a-form-item> |
|
|
|
|
<a-checkbox v-decorator="['rememberMe', {initialValue: true, valuePropName: 'checked'}]" >自动登录</a-checkbox> |
|
|
|
|
<router-link :to="{ name: 'alteration'}" class="forge-password" style="float: right;"> |
|
|
|
|
<a-checkbox v-decorator="['rememberMe', {initialValue: true, valuePropName: 'checked'}]" style="color: white">自动登录</a-checkbox> |
|
|
|
|
<router-link :to="{ name: 'alteration'}" class="forge-password" style="float: right;color: white"> |
|
|
|
|
忘记密码 |
|
|
|
|
</router-link> |
|
|
|
|
<router-link :to="{ name: 'register'}" class="forge-password" style="float: right;margin-right: 10px" > |
|
|
|
|
<!--<router-link :to="{ name: 'register'}" class="forge-password" style="float: right;margin-right: 10px" > |
|
|
|
|
注册账户 |
|
|
|
|
</router-link> |
|
|
|
|
</router-link>--> |
|
|
|
|
</a-form-item> |
|
|
|
|
|
|
|
|
|
<a-form-item style="margin-top:24px"> |
|
|
|
|