diff --git a/src/router/route.ts b/src/router/route.ts index 432dbc6..2cc71a8 100644 --- a/src/router/route.ts +++ b/src/router/route.ts @@ -703,6 +703,26 @@ export const systemRoutes: RouteRecordRaw[] = [ ], }, + // 添加商务知识库 + { + path: '/bussiness-knowledge', + name: 'bussinesskonwledge', + component: Layout, + redirect: '/bussiness-knowledge/data', + meta: { title: '商务资料知识库', icon: 'message', hidden: false, sort: 6 }, + children: [ + { + path: '/bussiness-konwledge/data', + name: 'bussiness-knowledge', + component: () => import('@/views/bussiness-data/bussiness.vue'), + meta: { + title: '商务数据库信息', + icon: 'info-circle', + hidden: false, + }, + }, + ], + }, { path: 'project-management/project-implementation/', name: 'Project-Implementation',