fix: bug 问答语音联调20%

This commit is contained in:
yanghang
2025-07-16 18:04:17 +08:00
parent 216fe5f846
commit 125e0fe4ad
8 changed files with 114 additions and 32 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ export default class WebSocketUtil {
this.socketTask.onMessage((res) => {
if(res.data){
const { rtnCode } = JSON.parse(res.data)
console.log('收到WebSocket消息', JSON.parse(res.data) );
// console.log('收到WebSocket消息', JSON.parse(res.data) );
if(['0005', 'QQ0005'].includes(rtnCode)) {
clearInterval(this.reconnectTimer);
this.reconnectTimer = null