|
@@ -8,7 +8,7 @@
|
|
|
<a-form :form="form" class="user-layout-login" ref="formLogin" id="formLogin">
|
|
|
<a-tabs :activeKey="customActiveKey" :tabBarStyle="{ textAlign: 'center', borderBottom: 'unset' }"
|
|
|
@change="handleTabClick">
|
|
|
- <a-tab-pane key="tab1" tab="企业微信扫码登录">
|
|
|
+ <a-tab-pane key="tab1" tab="企业微信扫码登录" forceRender>
|
|
|
<a-form-item>
|
|
|
<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;">
|
|
@@ -148,7 +148,7 @@
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
- customActiveKey: 'tab2',
|
|
|
+ customActiveKey: 'tab1',
|
|
|
loginBtn: false,
|
|
|
// login type: 0 email, 1 username, 2 telephone
|
|
|
loginType: 0,
|