资料中心

This commit is contained in:
yanyizhou
2021-12-16 17:17:33 +08:00
parent add25c60bf
commit ca00c83498
4 changed files with 782 additions and 0 deletions
+22
View File
@@ -2404,6 +2404,28 @@ const routes = [
menuId: 'ABCLRLJUQN44ENBS93CQ'
}
},
{
path: '/dataCenter',
name: 'dataCenter',
component: () =>
import('@/pages/regulatoryRepository/dataCenter'),
meta: {
requireAuth: true,
title: '资料中心',
menuId: ''
}
},
{
path: '/dataCenterDetail',
name: 'dataCenterDetail',
component: () =>
import('@/pages/regulatoryRepository/dataCenter/dataCenterDetail'),
meta: {
requireAuth: true,
title: '资料中心详情',
menuId: ''
}
},
// 技术要求清单
{
path: '/skillReq',