From 5c15b7f5032121efcd9e930f75d1e7488d1ee840 Mon Sep 17 00:00:00 2001 From: cherishsince Date: Tue, 21 May 2024 11:33:28 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=A7=A3=E5=86=B3todo=E3=80=91?= =?UTF-8?q?=E5=A4=84=E7=90=86=20AI=20=E5=AF=B9=E8=AF=9D=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ai/chat/Conversation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ai/chat/Conversation.vue b/src/views/ai/chat/Conversation.vue index 8191318b..bdd91310 100644 --- a/src/views/ai/chat/Conversation.vue +++ b/src/views/ai/chat/Conversation.vue @@ -151,7 +151,7 @@ const getChatConversationList = async () => { const res = await ChatConversationApi.getChatConversationMyList() // 2、排序 res.sort((a, b) => { - return b.updateTime - a.updateTime + return b.createTime - a.createTime }) conversationList.value = res // 3、默认选中