mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 01:56:44 +08:00
添加增员工具功能
This commit is contained in:
@@ -4,6 +4,9 @@ const Navigation = () => import('@/views/ebiz/manpower/Navigation')
|
||||
const PersonalCenter = () => import('@/views/ebiz/manpower/PersonalCenter')
|
||||
|
||||
const IncreaseStaffTools = () => import('@/views/ebiz/manpower/IncreaseStaffTools')
|
||||
const CompanyIntroduction = () => import('@/views/ebiz/manpower/increaseStaffTools/CompanyIntroduction')
|
||||
const PolicyOptions = () => import('@/views/ebiz/manpower/increaseStaffTools/PolicyOptions')
|
||||
const PolicyOptionsPdfShare = () => import('@/views/ebiz/manpower/increaseStaffTools/PdfShare')
|
||||
|
||||
const Training = () => import('@/views/ebiz/manpower/Training')
|
||||
|
||||
@@ -46,6 +49,36 @@ export default [{
|
||||
index: 3
|
||||
}
|
||||
},
|
||||
{
|
||||
// 公司介绍
|
||||
path: '/manpower/increaseStaffTools/CompanyIntroduction',
|
||||
name: 'CompanyIntroduction',
|
||||
component: CompanyIntroduction,
|
||||
meta: {
|
||||
title: '公司介绍',
|
||||
index: 100
|
||||
}
|
||||
},
|
||||
{
|
||||
// 政策方案
|
||||
path: '/manpower/increaseStaffTools/PolicyOptions',
|
||||
name: 'PolicyOptions',
|
||||
component: PolicyOptions,
|
||||
meta: {
|
||||
title: '政策方案',
|
||||
index: 100
|
||||
}
|
||||
},
|
||||
{
|
||||
// 政策方案展示Pdf
|
||||
path: '/manpower/increaseStaffTools/PdfShare',
|
||||
name: 'PolicyOptionsPdfShare',
|
||||
component: PolicyOptionsPdfShare,
|
||||
meta: {
|
||||
title: '政策方案',
|
||||
index: 100
|
||||
}
|
||||
},
|
||||
{
|
||||
// 培训上岗
|
||||
path: '/manpower/Training',
|
||||
|
||||
Reference in New Issue
Block a user