From 31cc7133822eee0fc66bdc6f5ff27d61320977f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=B2=A9?= Date: Mon, 15 Dec 2025 09:33:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BC=A0=E5=85=A5=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E5=86=99=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/sparring/talk.vue | 8 +++++++- src/pages/test/{testChat.vue => testChat.nvue} | 0 2 files changed, 7 insertions(+), 1 deletion(-) rename src/pages/test/{testChat.vue => testChat.nvue} (100%) diff --git a/src/pages/sparring/talk.vue b/src/pages/sparring/talk.vue index b6f7bf76..42e699ab 100644 --- a/src/pages/sparring/talk.vue +++ b/src/pages/sparring/talk.vue @@ -255,7 +255,13 @@ }); onMounted(() => { initConnection({ - authParams: toRaw(dataInfo), + authParams: { + traId: dataInfo.traId, + chaId: dataInfo.chaId, + traType: dataInfo.traType, + traInterTyp: dataInfo.traInterTyp, + preview: dataInfo.preview + }, onStartRecord: onStartRecord, playPcmCallback: (res) => talkSpeakerRef.value.playPCM(res), setPlayNumber: (id) => talkSpeakerRef.value.setPlayNumber(id), diff --git a/src/pages/test/testChat.vue b/src/pages/test/testChat.nvue similarity index 100% rename from src/pages/test/testChat.vue rename to src/pages/test/testChat.nvue