【功能新增】AI:知识库与文档的列表

This commit is contained in:
YunaiV
2025-02-28 18:56:46 +08:00
parent 3ae486c39f
commit 94091598a3
6 changed files with 626 additions and 0 deletions

View File

@@ -620,6 +620,16 @@ const remainingRouter: AppRouteRecordRaw[] = [
icon: 'ep:home-filled',
noCache: false
}
},
{
path: 'console/knowledge/document',
component: () => import('@/views/ai/knowledge/document/index.vue'),
name: 'AiKnowledgeDocument',
meta: {
title: '知识库文档',
icon: 'ep:document',
noCache: false
}
}
]
},