src/components/chat/components/playBar/voicePage/VoicePage.vue
@@ -91,6 +91,9 @@ if (!res) { return; } if (!isShow.value) { return; } let text = ''; if (res.type === AnswerType.Text || res.type === AnswerType.Knowledge) { @@ -120,6 +123,7 @@ resetToListenVoice(); }; window.speechSynthesis.speak(speech); setRoomConfig(router.currentRoute.value.query.id as string, 'firstResCb', undefined); }; const voiceTipClick = () => {