|
@@ -244,12 +244,12 @@ export default {
|
|
},
|
|
},
|
|
// 获取蓝信免登陆授权吗
|
|
// 获取蓝信免登陆授权吗
|
|
getLanXinCode() {
|
|
getLanXinCode() {
|
|
- console.log("getLanXinCode--code-");
|
|
|
|
lx.biz
|
|
lx.biz
|
|
.getAuthCode({
|
|
.getAuthCode({
|
|
appId: process.env.VUE_APP_LANXIN_APPID
|
|
appId: process.env.VUE_APP_LANXIN_APPID
|
|
})
|
|
})
|
|
.then(res => {
|
|
.then(res => {
|
|
|
|
+ console.log("getLanXinCode--code-" + JSON.stringify(res));
|
|
let authCode = res.authCode;
|
|
let authCode = res.authCode;
|
|
this.getLanXinUserInfo(authCode);
|
|
this.getLanXinUserInfo(authCode);
|
|
});
|
|
});
|