main.jsVue.use(VueSocketio, socketi('https://**'))chat.vuesockets: {
connect() { console.log('链接成功') }, im_chat_msg_event(value) { this.getPushMsgEvent(value)
}
},浏览器调试确实是链接成功了,为什么一直都不能触发connect,跟im_chat_msg_event事件。
添加回答
举报
0/150
提交
取消