|
@@ -601,7 +601,7 @@ export const constantRoutes = [{
|
|
|
name: 'CareerEvaDetail',
|
|
|
meta: {
|
|
|
title: '生涯评测-职业兴趣测评',
|
|
|
- parentPath: '/new-gaokao/myTest/CareerEva'
|
|
|
+ parentRoute: 'CareerTestIndex'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -610,7 +610,7 @@ export const constantRoutes = [{
|
|
|
name: 'CareerHollandReportList',
|
|
|
meta: {
|
|
|
title: '职业兴趣测评-评测列表',
|
|
|
- parentRoute: 'CareerEva'
|
|
|
+ parentRoute: 'CareerTestIndex'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -619,7 +619,7 @@ export const constantRoutes = [{
|
|
|
name: 'CareerMbtiReportList',
|
|
|
meta: {
|
|
|
title: '职业性格测评-评测列表',
|
|
|
- parentRoute: 'CareerEva'
|
|
|
+ parentRoute: 'CareerTestIndex'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -628,7 +628,7 @@ export const constantRoutes = [{
|
|
|
name: 'CareerHollandReport',
|
|
|
meta: {
|
|
|
title: '职业兴趣测评报告',
|
|
|
- parentRoute: 'CareerEva'
|
|
|
+ parentRoute: 'CareerTestIndex'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -637,7 +637,7 @@ export const constantRoutes = [{
|
|
|
name: 'CareerMbtiReport',
|
|
|
meta: {
|
|
|
title: '职业性格测评报告',
|
|
|
- parentRoute: 'CareerEva'
|
|
|
+ parentRoute: 'CareerTestIndex'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -646,7 +646,7 @@ export const constantRoutes = [{
|
|
|
name: 'ProfessLibDetail',
|
|
|
meta: {
|
|
|
title: '专业库详情',
|
|
|
- parentPath: '/new-gaokao/three/ProfessLib'
|
|
|
+ parentRoute: 'LibraryProfession'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -707,7 +707,7 @@ export const constantRoutes = [{
|
|
|
name: 'jobDetail',
|
|
|
meta: {
|
|
|
title: '职业-详情',
|
|
|
- parentPath: '/new-gaokao/three/Vocation'
|
|
|
+ parentRoute: 'LibraryVocation'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -758,7 +758,7 @@ export const constantRoutes = [{
|
|
|
name: 'ElectivePaper',
|
|
|
meta: {
|
|
|
title: '选科测评试卷',
|
|
|
- parentPath: '/new-gaokao/myTest/testSelectSubject'
|
|
|
+ parentRoute: 'ElectiveTestIndex'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -767,7 +767,7 @@ export const constantRoutes = [{
|
|
|
name: 'ElectiveReport',
|
|
|
meta: {
|
|
|
title: '选科测评报告',
|
|
|
- parentPath: '/new-gaokao/myTest/testSelectSubject'
|
|
|
+ parentRoute: 'ElectiveTestIndex'
|
|
|
}
|
|
|
},
|
|
|
{
|