feat: 完成上传数据页面
This commit is contained in:
@@ -70,6 +70,13 @@ export const constantRoutes = [
|
||||
component: () => import('@/views/ccdiProject/index'),
|
||||
name: 'CcdiProject',
|
||||
meta: { title: '初核项目管理', icon: 'dashboard', affix: true }
|
||||
},
|
||||
{
|
||||
path: 'ccdiProject/detail/:projectId',
|
||||
component: () => import('@/views/ccdiProject/detail'),
|
||||
name: 'ProjectDetail',
|
||||
hidden: true,
|
||||
meta: { title: '项目详情', noCache: true }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user