账号 密码登录 与 获取权限问题

master
yeliang-king 2022-05-09 09:34:49 +08:00
parent b4e2761b1f
commit df9530e48f
1 changed files with 1 additions and 5 deletions

View File

@ -21,11 +21,7 @@ export default {
};
},
onLoad(params) {
params.IM
? (this.src = `${configs.imWebSrc}?token=${storage.getAccessToken()}&id=${
params.IM
}`)
: (this.src = decodeURIComponent(params.src));
params.IM ? (this.src = `${configs.imWebSrc}?token=${storage.getAccessToken()}&id=${params.IM}`): (this.src = decodeURIComponent(params.src));
console.log(this.src);
},
};