补充提交im ws-socket中发现的问题
parent
40ccbf3edb
commit
ac0404adaa
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue