houzhongjian
6 天以前 cb5f94b1971c2d51066701f5f77625538cdebf35
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()
    }