diff --git a/buyer/public/config.js b/buyer/public/config.js index 201b6b4d..bd1537fc 100644 --- a/buyer/public/config.js +++ b/buyer/public/config.js @@ -3,8 +3,12 @@ var BASE = { * @description api请求基础路径 */ API_DEV: { - common: "http://192.168.0.113:8890", - buyer: "http://192.168.0.113:8898", + // common: "http://192.168.0.113:8890", + // buyer: "http://192.168.0.113:8898", + // seller: "https://store-api.pickmall.cn", + // manager: "https://admin-api.pickmall.cn" + common: "https://common-api.pickmall.cn", + buyer: "https://buyer-api.pickmall.cn", seller: "https://store-api.pickmall.cn", manager: "https://admin-api.pickmall.cn" }, diff --git a/im/src/components/chat/panel/OtherLink.vue b/im/src/components/chat/panel/OtherLink.vue index 99dc4163..fdcb2a56 100644 --- a/im/src/components/chat/panel/OtherLink.vue +++ b/im/src/components/chat/panel/OtherLink.vue @@ -77,7 +77,7 @@ export default { this.getMemberDetail() } this.getFootPrint() - if (this.goodsParams) { + if (this.goodsParams && this.toUser.storeFlag == true) { this.getGoodsDetail() } }, diff --git a/seller/public/config.js b/seller/public/config.js index 69441029..0042124f 100644 --- a/seller/public/config.js +++ b/seller/public/config.js @@ -7,6 +7,11 @@ var BASE = { buyer: "https://buyer-api.pickmall.cn", seller: "https://store-api.pickmall.cn", manager: "https://admin-api.pickmall.cn" + + // common: "http://192.168.0.113:8890", + // buyer: "http://192.168.0.113:8898", + // seller: "http://192.168.0.113:8889", + // manager: "https://admin-api.pickmall.cn" }, API_PROD: { common: "https://common-api.pickmall.cn",