feat: 初始化项目管理列表

This commit is contained in:
rd
2025-07-21 12:01:32 +08:00
parent aa7155aa72
commit 9febe14997
14 changed files with 467 additions and 8 deletions

View File

@ -85,6 +85,13 @@ export const MENU_LIST = [
'IntelligentSolutionCompetitiveProductAnalysisReport',
],
},
{
name: '项目管理',
routeName: 'ProjectList',
includeRouteNames: [
'ProjectList',
],
},
],
},
];