Commit cf9c583a authored by lvzhuangzhuang's avatar lvzhuangzhuang

1

parent e81b1fdf
......@@ -53,11 +53,7 @@ export const constantRoutes = [
component: (resolve) => require(['@/views/error/401'], resolve),
hidden: true
},
{
path: '/salaryinfo/printpreview/:reportId',
component: (resolve) => require(['@/views/system/salaryinfo/printpreview'], resolve),
hidden: true
},
{
path: '/notice/detail/:noticeId',
component: (resolve) => require(['@/views/system/notice/detail'], resolve),
......@@ -128,72 +124,8 @@ export const constantRoutes = [
meta: { title: '修改生成配置' }
}
]
},
{
path: '/salary',
component: Layout,
hidden: true,
children: [
{
path: 'salaryinfo/:reportCode(\\d+)/:reportId(\\d+)',
component: (resolve) => require(['@/views/system/salaryinfo/index'], resolve),
name: 'salaryinfo',
meta: { title: '报送详情', icon: '' }
}
]
},
{
path: '/salary',
component: Layout,
hidden: true,
children: [
{
path: 'annuity/:reportCode(\\d+)/:reportId(\\d+)',
component: (resolve) => require(['@/views/system/salaryinfo/annuity'], resolve),
name: 'annuity',
meta: { title: '报送详情', icon: '' }
}
]
},
{
path: '/salarybsjd',
component: Layout,
hidden: true,
children: [
{
path: 'reportlist/:reportCode(\\d+)/:reportStatus(\\d+)',
component: (resolve) => require(['@/views/system/salaryreport/index'], resolve),
name: 'salarybsjd',
meta: { title: '报送进度', icon: '' }
}
]
},
{
path: '/credit',
component: Layout,
hidden: true,
children: [
{
path: 'setting/:reportCode(\\d+)',
component: (resolve) => require(['@/views/system/salarycredit/index'], resolve),
name: 'creditsetting',
meta: { title: '考核情况', icon: '' }
}
]
},
{
path: '/credit',
component: Layout,
hidden: true,
children: [
{
path: 'info/:reportCode(\\d+)',
component: (resolve) => require(['@/views/system/salarycredit/info'], resolve),
name: 'creditsetting',
meta: { title: '考核情况', icon: '' }
}
]
}
]
export default new Router({
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment