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

pull/449/MERGE
cherishsince 2024-05-16 19:43:51 +08:00
parent b7d5ce4bc5
commit 22081cbd48
1 changed files with 1 additions and 0 deletions

View File

@ -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()
} }