This commit is contained in:
Huangzhe
2025-04-10 10:23:21 +08:00
12 changed files with 1312 additions and 38 deletions

View File

@@ -45,6 +45,18 @@ export default [
icon: "el-icon-s-home"
},
children: [
{
path: '/knowledge/knowledge-create',
name: 'knowledge-create',
component: () => import('@/views/knowledge/detail/components/knowledgeForm.vue'),
meta: {
breadcrumb:false,
title: '知识库详情',
icon: 'el-icon-s-home',
},
},
{
path: "/knowledge/detail",
name: "detail",