|
@@ -48,7 +48,7 @@
|
|
|
|
|
|
|
|
|
</a-tab-pane>
|
|
|
- <a-tab-pane key="tab2" tab="手机号登录">
|
|
|
+ <!-- <a-tab-pane key="tab2" 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;">
|
|
|
+ <!-- <router-link :to="{ name: 'alteration'}" class="forge-password" style="float: right;">
|
|
|
忘记密码
|
|
|
</router-link>
|
|
|
<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">
|