mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 22:56:43 +08:00
[FIX]DISC-修改错误路由
This commit is contained in:
@@ -19,12 +19,13 @@ 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 DiscAnalysisList = () => import('@/views/ebiz/manpower/discAnalysis/List')
|
||||||
const DiscAnalysisQuestion = () => import('@/views/ebiz/manpower/DiscAnalysis/Question')
|
const DiscAnalysisQuestion = () => import('@/views/ebiz/manpower/discAnalysis/Question')
|
||||||
const DiscAnalysisResult = () => import('@/views/ebiz/manpower/DiscAnalysis/Result')
|
const DiscAnalysisResult = () => import('@/views/ebiz/manpower/discAnalysis/Result')
|
||||||
const DiscAnalysisShare = () => import('@/views/ebiz/manpower/DiscAnalysis/Share')
|
const DiscAnalysisShare = () => import('@/views/ebiz/manpower/discAnalysis/Share')
|
||||||
|
|
||||||
export default [{
|
export default [
|
||||||
|
{
|
||||||
// 人力发展
|
// 人力发展
|
||||||
path: '/manpower/Navigation',
|
path: '/manpower/Navigation',
|
||||||
name: 'Navigation',
|
name: 'Navigation',
|
||||||
@@ -155,43 +156,43 @@ export default [{
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
// DISC性格分析
|
// DISC性格分析
|
||||||
path: '/manpower/DiscAnalysis/List',
|
path: '/manpower/DiscAnalysis/List',
|
||||||
name: 'DiscAnalysisList',
|
name: 'DiscAnalysisList',
|
||||||
component: DiscAnalysisList,
|
component: DiscAnalysisList,
|
||||||
meta: {
|
meta: {
|
||||||
title: 'DISC性格分析',
|
title: 'DISC性格分析',
|
||||||
index: 200
|
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
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
// 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