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 @@