@@ -30,7 +30,6 @@
//长链接发送消息
socketSendMsg(val) {
if (val) {
- console.log('发送消息', val)
HcSocket.sendSocketMsg(val)
}
},