@@ -26,7 +26,6 @@ export default {
},
websocketonerror: _.throttle(function() { // 连接建立失败重连
- console.log(222)
this.initWebSocket()
}, 5000),
websocketsend(Data) { // 数据发送