mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 08:55:52 +08:00
补充提交im ws-socket中发现的问题
This commit is contained in:
@@ -105,6 +105,8 @@ class WsSocket {
|
|||||||
connect.onmessage = this.onMessage.bind(this);
|
connect.onmessage = this.onMessage.bind(this);
|
||||||
connect.onclose = this.onClose.bind(this);
|
connect.onclose = this.onClose.bind(this);
|
||||||
this.connect = connect;
|
this.connect = connect;
|
||||||
|
|
||||||
|
store.commit('SET_WS_STATUS',false);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user