From 77238c3d035f2bea4d1e67a0676806a3eaae207b Mon Sep 17 00:00:00 2001 From: chabai <14799297+dhasjklhdfjkasfbhfasfj@user.noreply.gitee.com> Date: Tue, 5 Aug 2025 22:50:37 +0800 Subject: [PATCH] =?UTF-8?q?route=20=E5=95=86=E5=8A=A1=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/route.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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',