diff --git a/pages/ai-consult/chat.vue b/pages/ai-consult/chat.vue index ba7793f..d8d1181 100644 --- a/pages/ai-consult/chat.vue +++ b/pages/ai-consult/chat.vue @@ -4,9 +4,9 @@ {{ formatMessageTime(item.createTime) }} - {{ displayContent(item) }} - - + {{ displayContent(item) }} + + AI {{ session?.assistantName || 'AI咨询助理' }} @@ -25,8 +25,8 @@ -