mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-20 20:06:44 +08:00
【fix】 添加 人发系统 - DISC性格分析 路由配置
This commit is contained in:
@@ -19,6 +19,11 @@ const TalentPoolEdit = () => import('@/views/ebiz/manpower/talentPool/Edit')
|
|||||||
const ActivityLogList = () => import('@/views/ebiz/manpower/activityLog/List')
|
const ActivityLogList = () => import('@/views/ebiz/manpower/activityLog/List')
|
||||||
const ActivityLogEdit = () => import('@/views/ebiz/manpower/activityLog/Edit')
|
const ActivityLogEdit = () => import('@/views/ebiz/manpower/activityLog/Edit')
|
||||||
|
|
||||||
|
const DiscAnalysisList = () => import('@/views/ebiz/manpower/DiscAnalysis/List')
|
||||||
|
const DiscAnalysisQuestion = () => import('@/views/ebiz/manpower/DiscAnalysis/Question')
|
||||||
|
const DiscAnalysisResult = () => import('@/views/ebiz/manpower/DiscAnalysis/Result')
|
||||||
|
const DiscAnalysisShare = () => import('@/views/ebiz/manpower/DiscAnalysis/Share')
|
||||||
|
|
||||||
export default [{
|
export default [{
|
||||||
// 人力发展
|
// 人力发展
|
||||||
path: '/manpower/Navigation',
|
path: '/manpower/Navigation',
|
||||||
@@ -148,5 +153,45 @@ export default [{
|
|||||||
title: '日志详情',
|
title: '日志详情',
|
||||||
index: 100
|
index: 100
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
// DISC性格分析
|
||||||
|
path: '/manpower/DiscAnalysis/List',
|
||||||
|
name: 'DiscAnalysisList',
|
||||||
|
component: DiscAnalysisList,
|
||||||
|
meta: {
|
||||||
|
title: 'DISC性格分析',
|
||||||
|
index: 200
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
// DISC性格分析结果
|
||||||
|
path: '/manpower/DiscAnalysis/Result',
|
||||||
|
name: 'DiscAnalysisResult',
|
||||||
|
component: DiscAnalysisResult,
|
||||||
|
meta: {
|
||||||
|
title: 'DISC性格分析结果',
|
||||||
|
index: 201
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
// DISC性格分析 分享
|
||||||
|
path: '/manpower/DiscAnalysis/Share',
|
||||||
|
name: 'DiscAnalysisShare',
|
||||||
|
component: DiscAnalysisShare,
|
||||||
|
meta: {
|
||||||
|
title: 'DISC性格分析',
|
||||||
|
index: 202
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
// DISC性格分析结果 -做题
|
||||||
|
path: '/manpower/DiscAnalysis/Question',
|
||||||
|
name: 'DiscAnalysisQuestion',
|
||||||
|
component: DiscAnalysisQuestion,
|
||||||
|
meta: {
|
||||||
|
title: 'DISC性格分析结果',
|
||||||
|
index: 203
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user