he wei
2023-05-24 959d28740e28d50e732fc744a9470fa7faee6c48
src/views/home/home-conductor.vue
@@ -326,6 +326,9 @@
      this.sendMessage();
    },
    sendMessage() {
      if (!this.isWSOpen) {
        return false;
      }
      this.SOCKET.send('');
    },
    onWSMessage(res) {