摘要: data(){ return{ websock: null, } } created() { this.init(); }, destroyed() { this.websock.close(); //离开路由之后断开websocket连接 }, methods: { initWebSocket() 阅读全文