From c130597e953354c82dd36a046761773e1f000d9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B?= <994041296@163.com> Date: Fri, 13 Jan 2023 18:16:14 +0800 Subject: [PATCH] =?UTF-8?q?im=E5=95=86=E5=AE=B6=E6=8E=A5=E5=8F=A3=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/public/config.js | 8 ++++++-- im/src/components/chat/panel/OtherLink.vue | 2 +- seller/public/config.js | 5 +++++ 3 files changed, 12 insertions(+), 3 deletions(-) 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",