fix: 修复点击开启新会话的时候,界面显示异常的问题

This commit is contained in:
2025-07-29 20:20:05 +08:00
parent 05144d9afb
commit 9353af4973
4 changed files with 220 additions and 170 deletions

View File

@@ -132,7 +132,8 @@ export default {
this.$emit('update:isSearching', !this.isSearching)
},
startNewConversation() {
this.$emit('update:messages', [])
this.$emit('initBotMessage')
// this.$emit('update:messages', [])
this.$emit('update:conversationId', '')
this.$emit('update:productName', '')
},