Commit c77b6f71 authored by yaya's avatar yaya

feat: 优化

parent 95964f25
...@@ -122,7 +122,7 @@ export default { ...@@ -122,7 +122,7 @@ export default {
return !this.messageContent || this.messageContent.length === 0 || !this.chatUserInfo.intervened || !this.currentConversationItem.conversationID return !this.messageContent || this.messageContent.length === 0 || !this.chatUserInfo.intervened || !this.currentConversationItem.conversationID
}, },
serviceTip() { serviceTip() {
if (!this.chatUserInfo.user) { if (!this.chatUserInfo.aiAssistant) {
return '' return ''
} }
return this.chatUserInfo.intervened ? '结束人工' : '人工介入' return this.chatUserInfo.intervened ? '结束人工' : '人工介入'
......
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 to comment