From b1bde2f105ebf60da335f8c050850bc203dd3fae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E5=BE=88=E5=B7=AE=E5=95=A6?= <17633066053@163.com> Date: Tue, 10 Jan 2023 15:21:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E4=BF=AE=E6=94=B9=E5=9B=A0?= =?UTF-8?q?=E4=B8=BAIm=E5=AF=BC=E8=87=B4=E5=BE=AE=E4=BF=A1=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E7=BC=96=E8=AF=91=E4=B8=8D=E9=80=9A=E8=BF=87?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20=E6=9B=B4=E6=94=B9=E7=9C=8B=E5=88=B0?= =?UTF-8?q?=E7=9A=84=E5=8F=98=E9=87=8F=E5=90=8D=E9=97=AE=E9=A2=98=20im?= =?UTF-8?q?=E5=90=8E=E7=BB=AD=E4=BC=9A=E8=BF=9B=E8=A1=8C=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.js | 4 +- pages.json | 12 +++--- pages/mine/im/index.vue | 63 ++++++++++++++++---------------- pages/mine/im/list.vue | 12 +++--- pages/product/goods.vue | 8 ++-- pages/tabbar/user/utils/tool.vue | 4 +- utils/socket_service.js | 2 +- 7 files changed, 53 insertions(+), 52 deletions(-) diff --git a/config/config.js b/config/config.js index 80afd7b..7fd54e7 100644 --- a/config/config.js +++ b/config/config.js @@ -12,8 +12,8 @@ export default { logo: "https://lilishop-oss.oss-cn-beijing.aliyuncs.com/4c864e133c2944efad1f7282ac8a3b9e.png", //logo地址 customerServiceMobile: "13161366885", //客服电话 customerServiceEmail: "lili@lili.com", //客服邮箱 - imWebSrc: "http://192.168.0.113:8001/", //IM地址 - BASE_WS_URL: "ws://192.168.0.113:8885/lili/webSocket", + imWebSrc: "https://im.pickmall.cn", //IM地址 + baseWsUrl: "wss://im-api.pickmall.cn/lili/webSocket", // IM WS 地址 enableGetClipboard: true, //是否启用粘贴板获取 scanAuthNavigation 中的链接,如果匹配则会跳转到对应页面 enableMiniBarStartUpApp: true, //是否在h5中右侧浮空按钮点击启动app /** diff --git a/pages.json b/pages.json index ad68094..21dc83e 100644 --- a/pages.json +++ b/pages.json @@ -274,17 +274,19 @@ } } }, + { - "path": "im/index", + "path": "im/list", "style": { - "app-plus": { - }, + "navigationStyle": "custom", // 隐藏系统导航栏 "enablePullDownRefresh": true, - "navigationStyle": "custom" // 隐藏系统导航栏 + "app-plus": { + } + } }, { - "path": "im/list", + "path": "im/index", "style": { "navigationStyle": "custom", // 隐藏系统导航栏 "enablePullDownRefresh": true, diff --git a/pages/mine/im/index.vue b/pages/mine/im/index.vue index 2ec296f..994367e 100644 --- a/pages/mine/im/index.vue +++ b/pages/mine/im/index.vue @@ -1,6 +1,6 @@