From ee6e8272323e836af654fe40cbd35ff149f5a7d4 Mon Sep 17 00:00:00 2001 From: "Mr.jiang" <714156421@qq.com> Date: Wed, 24 Jul 2024 22:49:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=8A=E5=A4=A9=E5=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/config.js | 2 +- pages.json | 18 +++++++++++++++--- pages/msg/im.vue | 9 ++------- utils/websocketUtils.js | 2 +- 4 files changed, 19 insertions(+), 12 deletions(-) diff --git a/common/config.js b/common/config.js index 311e402..8f34f2a 100644 --- a/common/config.js +++ b/common/config.js @@ -10,7 +10,7 @@ // const ROOTPATH = "http://1.92.152.160/sqx_fast"; // const ROOTPATH1 = "http://1.92.152.160/sqx_fast"; -const ROOTPATH3 = "wss://sausers.blxinchuang.com/wss/websocket/"; +const ROOTPATH3 = "wss://sausers.blxinchuang.com/wss/chatSocket/"; const ROOTPATH = "https://sausers.blxinchuang.com/sqx_fast"; const ROOTPATH1 = "https://sausers.blxinchuang.com/sqx_fast"; diff --git a/pages.json b/pages.json index 7c96f99..7f20640 100644 --- a/pages.json +++ b/pages.json @@ -278,20 +278,32 @@ { "path": "pages/msg/index", "style": { - "navigationBarTitleText": "消息" + "navigationBarTitleText": "消息", + "app-plus": { + "bounce": "none", + "titleNView": false + } } }, { "path": "pages/msg/im", "style": { - "navigationBarTitleText": "消息" + "navigationBarTitleText": "消息", + "app-plus": { + "bounce": "none", + "titleNView": false + } } }, { "path": "pages/msg/message", "style": { "navigationBarTitleText": "系统消息", - "enablePullDownRefresh": true + "enablePullDownRefresh": true, + "app-plus": { + "bounce": "none", + "titleNView": false + } } }, // #ifdef H5 diff --git a/pages/msg/im.vue b/pages/msg/im.vue index 78dd1ca..bf30984 100644 --- a/pages/msg/im.vue +++ b/pages/msg/im.vue @@ -1,6 +1,6 @@