Commit 42436c73 by 张卓

toAppid从链接拿取

parent b32c2621
......@@ -29,8 +29,6 @@ export default {
}
},
async onLoad(options){
// this.link = 'https://www.baidu.com/?token=550e48f594414525a1bd0dfda431e370&scene=sso'
// return
if(options.scene) {
//扫码
let data = await this.getParams(options.scene);
......@@ -121,8 +119,8 @@ export default {
email: "",
fromAppid: "VsEOuDJqBnGNyXZJWCQS",
// mobilephone: '15821335747',hgFTLLhgnBmeOyCkcbyv
toAppid: 'hgFTLLhgnBmeOyCkcbyv',
// toAppid: getUrlKey(link,'toAppid'),//道可
// toAppid: 'hgFTLLhgnBmeOyCkcbyv',
toAppid: getUrlKey(link,'toAppid'),//道可
wxAvatarUrl: this.$store.state.userInfo.avatarUrl,
};
login.getSsoBcakUrl(op).then((res) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment