|
@@ -8,14 +8,14 @@
|
|
<a-form :form="form" class="user-layout-login" ref="formLogin" id="formLogin">
|
|
<a-form :form="form" class="user-layout-login" ref="formLogin" id="formLogin">
|
|
<a-tabs :activeKey="customActiveKey" :tabBarStyle="{ textAlign: 'center', borderBottom: 'unset' }"
|
|
<a-tabs :activeKey="customActiveKey" :tabBarStyle="{ textAlign: 'center', borderBottom: 'unset' }"
|
|
@change="handleTabClick">
|
|
@change="handleTabClick">
|
|
- <!-- <a-tab-pane key="tab1" tab="企业微信扫码登录">
|
|
|
|
|
|
+ <a-tab-pane key="tab1" tab="企业微信扫码登录">
|
|
<a-form-item>
|
|
<a-form-item>
|
|
<div id="wx_reg" style="display:flex;justify-content: center;margin-top:15px"></div>
|
|
<div id="wx_reg" style="display:flex;justify-content: center;margin-top:15px"></div>
|
|
<div style="display:flex;justify-content: center;color:red;font-size:16px;">
|
|
<div style="display:flex;justify-content: center;color:red;font-size:16px;">
|
|
需先用企业微信开通过账号,方可使用企业微信登录
|
|
需先用企业微信开通过账号,方可使用企业微信登录
|
|
</div>
|
|
</div>
|
|
</a-form-item>
|
|
</a-form-item>
|
|
- </a-tab-pane> -->
|
|
|
|
|
|
+ </a-tab-pane>
|
|
<a-tab-pane key="tab2" tab="账号密码登陆">
|
|
<a-tab-pane key="tab2" tab="账号密码登陆">
|
|
<a-form-item>
|
|
<a-form-item>
|
|
<a-input size="large"
|
|
<a-input size="large"
|