vue创建socket长链接

getSocket() { //获取消息 var socket = new WebSocket('wss://你的socket地址'); socket.onopen = function () { const _this = this var userInfo = JSON.parse(localStorage.getItem('
相关文章
相关标签/搜索