feat:【antd】【ai】chat/manager 的代码优化

This commit is contained in:
YunaiV
2025-10-26 17:56:47 +08:00
parent 86cae454d1
commit 02b6ab1886
4 changed files with 40 additions and 48 deletions

View File

@@ -5,8 +5,8 @@ import { DocAlert, Page } from '@vben/common-ui';
import { Card, Tabs } from 'ant-design-vue';
import ChatConversationList from './modules/ChatConversationList.vue';
import ChatMessageList from './modules/ChatMessageList.vue';
import ChatConversationList from './modules/conversation-list.vue';
import ChatMessageList from './modules/message-list.vue';
const activeTabName = ref('conversation');
</script>
@@ -16,6 +16,7 @@ const activeTabName = ref('conversation');
<template #doc>
<DocAlert title="AI 对话聊天" url="https://doc.iocoder.cn/ai/chat/" />
</template>
<Card>
<Tabs v-model:active-key="activeTabName">
<Tabs.TabPane tab="对话列表" key="conversation">