gerson
2024-07-20 109fc0a39c9d89204dfa17e817690798edd70188
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 = () => {