变更项目缩写

This commit is contained in:
wkc
2026-01-30 14:15:21 +08:00
parent e99b05acc2
commit 29a2e60ee1
107 changed files with 1134 additions and 990 deletions

View File

@@ -63,12 +63,12 @@ export const constantRoutes = [
{
path: '',
component: Layout,
redirect: 'dpcProject',
redirect: 'ccdiProject',
children: [
{
path: 'dpcProject',
component: () => import('@/views/dpcProject/index'),
name: 'DpcProject',
path: 'ccdiProject',
component: () => import('@/views/ccdiProject/index'),
name: 'CcdiProject',
meta: { title: '初核项目管理', icon: 'dashboard', affix: true }
}
]