mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 17:05:54 +08:00
pc发布商品不显示IM
This commit is contained in:
@@ -253,11 +253,12 @@ export default {
|
||||
// 获取访问Token
|
||||
let accessToken = this.getStore("accessToken");
|
||||
await this.getIMDetailMethods();
|
||||
let res = await getIMDetail();
|
||||
if (!accessToken) {
|
||||
this.$Message.error("请登录后再联系客服");
|
||||
return;
|
||||
}
|
||||
window.open(" http://192.168.0.139:8000?token=" + accessToken);
|
||||
window.open(`${res.result}?token=` + accessToken);
|
||||
},
|
||||
|
||||
// 获取im信息
|
||||
|
||||
Reference in New Issue
Block a user