gaoluyang
7 天以前 465c270f98a50d31b8146a5a91a2539211f67a2e
src/views/chatHome/chatHomeIndex/MobileChat.vue
@@ -141,7 +141,7 @@
    chatList.value.push(chatMsg)
    let chatGPT = {
      headImg: headPortrait,
      name: 'DeepSeek',
      name: '小智',
      time: new Date().toLocaleTimeString(),
      msg: "",
      chatType: 0, //信息类型,0文字,1图片
@@ -203,7 +203,7 @@
  }
  chatList.value.push(replyMsg)
  scrollBottom()
  loading.value = false
  // 如果有查询关键字,则模拟流式输出
  if (route.query.keyWord) {
    simulateStreamingOutput(replyMsg, route.query.keyWord)