mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-15 13:56:51 +08:00
feat(knowledge): 更新知识库模块
- 添加知识库图标上传功能 - 优化知识库列表和详情页面的展示 - 新增智能体编辑功能 - 重构知识库表单组件
This commit is contained in:
@@ -251,7 +251,9 @@ export default [
|
||||
component: () => import('@/views/intelligent-agent/index.vue'),
|
||||
meta: {
|
||||
title: 'AI智能体',
|
||||
icon: 'icon-notebook'
|
||||
icon: 'icon-notebook',
|
||||
accessToken: '',
|
||||
refreshToken: ''
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user