chc 2023-03-02 17:55:47 +08:00
commit 4fd419fcfe
1 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,8 @@ class WsSocket {
connect.onmessage = this.onMessage.bind(this);
connect.onclose = this.onClose.bind(this);
this.connect = connect;
store.commit('SET_WS_STATUS',false);
}
/**