houzhongjian
2025-06-12 11697cb7da4e5d78d21bd2f5c107da456a08c594
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()
    }