route 商务添加

This commit is contained in:
chabai 2025-08-05 22:50:37 +08:00
parent 7e006acaa6
commit 77238c3d03
1 changed files with 20 additions and 0 deletions

View File

@ -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/', path: 'project-management/project-implementation/',
name: 'Project-Implementation', name: 'Project-Implementation',