mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 16:05:53 +08:00
账号 密码登录 与 获取权限问题
This commit is contained in:
@@ -21,11 +21,7 @@ export default {
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
onLoad(params) {
|
onLoad(params) {
|
||||||
params.IM
|
params.IM ? (this.src = `${configs.imWebSrc}?token=${storage.getAccessToken()}&id=${params.IM}`): (this.src = decodeURIComponent(params.src));
|
||||||
? (this.src = `${configs.imWebSrc}?token=${storage.getAccessToken()}&id=${
|
|
||||||
params.IM
|
|
||||||
}`)
|
|
||||||
: (this.src = decodeURIComponent(params.src));
|
|
||||||
console.log(this.src);
|
console.log(this.src);
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user