Commit 42436c73 by 张卓

toAppid从链接拿取

parent b32c2621
...@@ -29,8 +29,6 @@ export default { ...@@ -29,8 +29,6 @@ export default {
} }
}, },
async onLoad(options){ async onLoad(options){
// this.link = 'https://www.baidu.com/?token=550e48f594414525a1bd0dfda431e370&scene=sso'
// return
if(options.scene) { if(options.scene) {
//扫码 //扫码
let data = await this.getParams(options.scene); let data = await this.getParams(options.scene);
...@@ -121,8 +119,8 @@ export default { ...@@ -121,8 +119,8 @@ export default {
email: "", email: "",
fromAppid: "VsEOuDJqBnGNyXZJWCQS", fromAppid: "VsEOuDJqBnGNyXZJWCQS",
// mobilephone: '15821335747',hgFTLLhgnBmeOyCkcbyv // mobilephone: '15821335747',hgFTLLhgnBmeOyCkcbyv
toAppid: 'hgFTLLhgnBmeOyCkcbyv', // toAppid: 'hgFTLLhgnBmeOyCkcbyv',
// toAppid: getUrlKey(link,'toAppid'),//道可 toAppid: getUrlKey(link,'toAppid'),//道可
wxAvatarUrl: this.$store.state.userInfo.avatarUrl, wxAvatarUrl: this.$store.state.userInfo.avatarUrl,
}; };
login.getSsoBcakUrl(op).then((res) => { 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