Commit d0c435b7 by wusiyi

fix: 修复配货打单/配货分拣断线自动重连未发送消息订阅bug #1001825

parent f48383a0
......@@ -80,6 +80,7 @@ class Im {
private _onWsOpen(): void {
console.log('服务器连接成功')
this.num = 0
localStorage.setItem('socket_connect', 'online')
this._onOpenCallback?.()
this._startHeartbeat()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment