houzhongjian
2025-05-29 3880399bef4144fa15264f470a0a51034c0253c9
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()
    }