mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 06:36:45 +08:00
Merge branch 'feature/GFRS-715【0402】人力发展-个人中心' into feature/GFRS-717【0402】人力发展-活动量管理
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
//人力发展 定义相关组件
|
||||
|
||||
const Navigation = () => import('@/views/ebiz/manpower/Navigation')
|
||||
const PersonalCenter = () => import('@/views/ebiz/manpower/PersonalCenter')
|
||||
|
||||
|
||||
const IncreaseStaffTools = () => import('@/views/ebiz/manpower/IncreaseStaffTools')
|
||||
|
||||
const Training = () => import('@/views/ebiz/manpower/Training')
|
||||
|
||||
@@ -16,6 +20,26 @@ export default [
|
||||
index: 1
|
||||
}
|
||||
},
|
||||
{
|
||||
// 个人中心
|
||||
path: '/manpower/PersonalCenter',
|
||||
name: 'PersonalCenter',
|
||||
component: PersonalCenter,
|
||||
meta: {
|
||||
title: '人力发展',
|
||||
index: 2
|
||||
}
|
||||
},
|
||||
{
|
||||
// 增员工具
|
||||
path: '/manpower/IncreaseStaffTools',
|
||||
name: 'IncreaseStaffTools',
|
||||
component: IncreaseStaffTools,
|
||||
meta: {
|
||||
title: '增员工具',
|
||||
index: 3
|
||||
}
|
||||
},
|
||||
{
|
||||
// 培训上岗
|
||||
path: '/manpower/Training',
|
||||
|
||||
Reference in New Issue
Block a user