mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 00:45:54 +08:00
Merge branch 'master' of https://gitee.com/beijing_hongye_huicheng/lilishop-ui
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