Commit 22081cbd by cherishsince

【优化】AI 切换对话,动态切换 chat 标题

parent b7d5ce4b
...@@ -386,6 +386,7 @@ const handlerTitleSuccess = async () => { ...@@ -386,6 +386,7 @@ const handlerTitleSuccess = async () => {
const handleConversationClick = async (conversation: ChatConversationVO) => { const handleConversationClick = async (conversation: ChatConversationVO) => {
// 更新选中的对话 id // 更新选中的对话 id
activeConversationId.value = conversation.id activeConversationId.value = conversation.id
activeConversation.value = conversation
// 刷新 message 列表 // 刷新 message 列表
await getMessageList() await getMessageList()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment