dongyukun
5 天以前 f84c0f2de793be5dac3bda0e952afe14c625f596
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()
    }