whyczyk
2021-10-08 b77a08b70d8fc45ce700d8fc86e53503e9a8ec05
src/components/charts/chinaMap.vue
@@ -528,6 +528,11 @@
   destroyed() {
      window.removeEventListener('resize', this.resize);
      clearInterval(this.timer)
      // this.$socket.initWebSocket("/device", "")
      // this.$socket.sendSock(null, (res) => {
      //     console.log(res)
      // });
      // this.$socket.close();
   },
}
</script>