qingyiay
2023-04-25 d8974c0d693b51760ba5ab935aa240512a873a93
pages/tabbar-page/index-tabbar/index-tabbar.vue
@@ -249,12 +249,12 @@
               this.messageList = JSON.parse(res.data.slice(5));
               this.messagePushShow = true;
            } else {
               console.log('websocket还在活着');
               console.log('websocket启动中');
            }
         });
         socket.onClose(e => {
            console.log('webSocketClose', e);
            this.$u.toast('连接已断开,请重新进入该页面,重试!!');
            // this.$u.toast('连接已断开,请重新进入该页面,重试!!');
            this.isconnect = false;
         });
         socket.onError(err => {