Browse Source

屏蔽ws 事件

master
453530270@qq.com 2 years ago
parent
commit
fa0f6ba242
  1. 7
      src/views/TycView.vue

7
src/views/TycView.vue

@ -441,7 +441,7 @@ export default {
this.getTdcg()
// ws
this.getsckdata()
// this.getsckdata()
},
methods: {
// 110,210,310
@ -893,10 +893,7 @@ export default {
}
}
},
beforeUnmount(){
// console.log('');
ws.close();
}
}
</script>
Loading…
Cancel
Save