| uniapps/work-app/src/utils/websocket.js | ●●●●● patch | view | raw | blame | history |
uniapps/work-app/src/utils/websocket.js
@@ -50,7 +50,7 @@ this.socketTask.onOpen(() => { this.connected = true // console.log('WebSocket已连接,userId:', this.userId) this.startPing() // this.startPing() if (this.onOpenCallback) { this.onOpenCallback() }