diff --git a/src/views/Agent/Chat/components/HistoryChat.vue b/src/views/Agent/Chat/components/HistoryChat.vue index c3abfd3..1ead5f6 100644 --- a/src/views/Agent/Chat/components/HistoryChat.vue +++ b/src/views/Agent/Chat/components/HistoryChat.vue @@ -6,7 +6,7 @@ - {{ cozeInfo.title }} + {{ cozeInfo.name }} {{ cozeInfo.type == 1 ? '智能体' : '对话式' }} {{ cozeInfo.views }}次使用

{{ cozeInfo.description }}

diff --git a/src/views/Agent/Chat/index.vue b/src/views/Agent/Chat/index.vue index 7cf179c..b2a0231 100644 --- a/src/views/Agent/Chat/index.vue +++ b/src/views/Agent/Chat/index.vue @@ -23,10 +23,11 @@