From cb5f94b1971c2d51066701f5f77625538cdebf35 Mon Sep 17 00:00:00 2001 From: houzhongjian <houzhongyi@126.com> Date: 星期五, 27 六月 2025 09:02:51 +0800 Subject: [PATCH] 修改模型查询接口ModelApi.getModelSimpleList --- src/views/ai/dashboard/components/conversation/ConversationList.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/views/ai/dashboard/components/conversation/ConversationList.vue b/src/views/ai/dashboard/components/conversation/ConversationList.vue index 01df587..c66ff0a 100644 --- a/src/views/ai/dashboard/components/conversation/ConversationList.vue +++ b/src/views/ai/dashboard/components/conversation/ConversationList.vue @@ -149,7 +149,6 @@ // 1.1 获取 对话数据 conversationList.value = await ChatConversationApi.getChatConversationEnergyList(modelName.value) - console.log(conversationList.value) if(conversationList.value.length == 0) { await createConversation() } -- Gitblit v1.9.3