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 => {