yangyin
2024-11-05 f15c8fa05e3e4eae8ef093ba6ba827ad74e38fec
src/components/chat/components/playBar/PlayBar.vue
@@ -464,7 +464,7 @@
   if (!props.isHome) {
      let obj = {
         id: val?.historyId,
         title: val?.content.values,
         question: val?.content.values,
      };
      commonPhrasesRef.value.commonChatByUser(obj);
      isShowPhrase.value = true;