账号 密码登录 与 获取权限问题
parent
b4e2761b1f
commit
df9530e48f
|
@ -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);
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue