|
@@ -165,7 +165,7 @@ const wsReceive = (message: any) => {
|
|
|
messageList.value.push(data);
|
|
|
}
|
|
|
scrollToBottom();
|
|
|
- // console.log('通话消息转写内容:', messageList.value);
|
|
|
+ console.log('通话消息转写内容:', messageList.value);
|
|
|
}
|
|
|
if (data.body.content.action === 4) {
|
|
|
// 通话结束
|