jufubao-base 1.0.119-beta4 → 1.0.119-beta5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -329,11 +329,12 @@
|
|
|
329
329
|
},
|
|
330
330
|
//快捷登录
|
|
331
331
|
doLoginAuth(){
|
|
332
|
+
console.log("快捷登录", this.quickLogin);
|
|
332
333
|
const { quickLogin } = this;
|
|
333
334
|
//登录平台name 聚福宝 钉钉 企业微信
|
|
334
|
-
if(quickLogin.
|
|
335
|
+
if(quickLogin.login_platform_code === 'DD'){
|
|
335
336
|
this.p_loginDing();
|
|
336
|
-
}else if(quickLogin.
|
|
337
|
+
}else if(quickLogin.login_platform_code === 'QW'){
|
|
337
338
|
this.p_loginWxEnter();
|
|
338
339
|
}
|
|
339
340
|
},
|