mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 08:25:52 +08:00
IM功能
This commit is contained in:
@@ -4,7 +4,7 @@ var BASE = {
|
|||||||
*/
|
*/
|
||||||
API_DEV: {
|
API_DEV: {
|
||||||
common: "http://192.168.0.113:8890",
|
common: "http://192.168.0.113:8890",
|
||||||
buyer: "http://192.168.0.113:8888",
|
buyer: "http://192.168.0.113:8898",
|
||||||
seller: "https://store-api.pickmall.cn",
|
seller: "https://store-api.pickmall.cn",
|
||||||
manager: "https://admin-api.pickmall.cn"
|
manager: "https://admin-api.pickmall.cn"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -98,7 +98,11 @@ export default {
|
|||||||
"?token=" +
|
"?token=" +
|
||||||
accessToken +
|
accessToken +
|
||||||
"&id=" +
|
"&id=" +
|
||||||
this.goodsMsg.data.storeId
|
this.goodsMsg.data.storeId +
|
||||||
|
"&goodsId=" +
|
||||||
|
this.goodsMsg.data.goodsId +
|
||||||
|
"&skuId=" +
|
||||||
|
this.goodsMsg.data.id
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
// 获取im信息
|
// 获取im信息
|
||||||
|
|||||||
2
im
2
im
Submodule im updated: 9cecda4936...3a179ad310
@@ -3,10 +3,10 @@ var BASE = {
|
|||||||
* @description api请求基础路径
|
* @description api请求基础路径
|
||||||
*/
|
*/
|
||||||
API_DEV: {
|
API_DEV: {
|
||||||
common: "https://common-api.pickmall.cn",
|
common: "http://192.168.0.113:8890",
|
||||||
buyer: "https://buyer-api.pickmall.cn",
|
buyer: "http://192.168.0.113:8888",
|
||||||
seller: "https://store-api.pickmall.cn",
|
seller: "http://192.168.0.113:8889",
|
||||||
manager: "https://admin-api.pickmall.cn"
|
manager: "http://192.168.0.113:8887"
|
||||||
},
|
},
|
||||||
API_PROD: {
|
API_PROD: {
|
||||||
common: "https://common-api.pickmall.cn",
|
common: "https://common-api.pickmall.cn",
|
||||||
|
|||||||
@@ -3,10 +3,10 @@ var BASE = {
|
|||||||
* @description api请求基础路径
|
* @description api请求基础路径
|
||||||
*/
|
*/
|
||||||
API_DEV: {
|
API_DEV: {
|
||||||
common: "https://common-api.pickmall.cn",
|
common: "http://192.168.0.113:8890",
|
||||||
buyer: "https://buyer-api.pickmall.cn",
|
buyer: "http://192.168.0.113:8888",
|
||||||
seller: "https://store-api.pickmall.cn",
|
seller: "http://192.168.0.113:8889",
|
||||||
manager: "https://admin-api.pickmall.cn"
|
manager: "http://192.168.0.113:8887"
|
||||||
},
|
},
|
||||||
API_PROD: {
|
API_PROD: {
|
||||||
common: "https://common-api.pickmall.cn",
|
common: "https://common-api.pickmall.cn",
|
||||||
|
|||||||
@@ -254,7 +254,7 @@ export default {
|
|||||||
this.$Message.error("请登录后再联系客服");
|
this.$Message.error("请登录后再联系客服");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
window.open(this.IMLink + "?token=" + accessToken);
|
window.open(" http://192.168.0.113:8000?token=" + accessToken);
|
||||||
},
|
},
|
||||||
|
|
||||||
// 获取im信息
|
// 获取im信息
|
||||||
|
|||||||
Reference in New Issue
Block a user