gaoluyang
2 天以前 46d5fc2f692b19538f2f7224f04096faececd38b
src/views/chatHome/chatHomeIndex/MobileChat.vue
@@ -140,7 +140,7 @@
    }
    chatList.value.push(chatMsg)
    let chatGPT = {
      headImg: headPortrait,
      headImg: chatGPTHeadImg,
      name: '小智',
      time: new Date().toLocaleTimeString(),
      msg: "",
@@ -185,7 +185,7 @@
    uid: '1002'
  })
  chatList.value.push({
    headImg: chatGPTHeadImg,
    headImg: headPortrait,
    name: '卧龙',
    time: new Date().toLocaleTimeString(),
    msg: route.query.keyWord,