修改bug 52565 政策相关功能模块独立

This commit is contained in:
zhangyichen
2022-04-13 16:42:02 +08:00
parent f322e88482
commit 223622650c
10 changed files with 355 additions and 15 deletions
+61
View File
@@ -3542,6 +3542,67 @@ const routes = [
}
]
},
// 政策法规库
{
path: '/policyRegulation',
name: 'PolicyRegulation',
redirect: () => {
return 'problemControl'
},
component: () =>
import('@/pages/policyRegulation/index'),
meta: {
requireAuth: true,
title: '政策法规库',
menuId: 'asdzcfgk'
},
children: [
{
path: '/problemControl',
name: 'ProblemControl',
component: () =>
import('@/pages/policyRegulation/problemControl/index'),
meta: {
requireAuth: true,
title: '问题项管控',
menuId: '50d7a0c0af4740c486100c257ae6068e'
}
},
{
path: '/nationalPolicy',
name: 'NationalPolicy',
component: () =>
import('@/pages/policyRegulation/nationalPolicy'),
meta: {
requireAuth: true,
title: '国内外政策',
menuId: '6557e9c4ce672af71be5807052da126b'
}
},
{
path: '/standardTrackingList',
name: 'StandardTrackingList',
component: () =>
import('@/pages/policyRegulation/standardTrackingList'),
meta: {
requireAuth: true,
title: '标准跟踪清单',
menuId: 'a26b92e156f68dbfe0d73b0dc068ebe4'
}
},
{
path: '/policyWorkGroup',
name: 'PolicyWorkGroup',
component: () =>
import('@/pages/policyRegulation/policyWorkGroup'),
meta: {
requireAuth: true,
title: '政策工作组',
menuId: 'f1a4b33a498e58a8a87c954ce5ce6ad6'
}
}
]
},
// 配置管理
{
path: '/config',