CN-938 feat: 知识库编辑功能

This commit is contained in:
chenjinsong
2023-03-23 16:13:55 +08:00
parent 8da7dc5e58
commit 45d6475243
4 changed files with 171 additions and 67 deletions

View File

@@ -44,7 +44,11 @@ const routes = [
component: () => import('@/views/setting/KnowledgeBase')
},
{
path: '/knowledgeBase/form',
path: '/knowledgeBase/create',
component: () => import('@/views/setting/KnowledgeBaseForm')
},
{
path: '/knowledgeBase/edit',
component: () => import('@/views/setting/KnowledgeBaseForm')
},
{