Merge branch 'master' of https://gitee.com/beijing_hongye_huicheng/lilishop-ui
commit
4fd419fcfe
|
@ -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