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