feat:【antd】【ai】chat/manager 的代码优化
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user