|
@@ -690,7 +690,8 @@ export const constantRoutes = [{
|
|
|
name: 'ElectiveReportIndex',
|
|
|
meta: {
|
|
|
title: '选科报告',
|
|
|
- parentPath: '/new-gaokao/bigdataSelectCourse/personalSelectCourseReport'
|
|
|
+ parentPath: '/new-gaokao/bigdataSelectCourse',
|
|
|
+ isWideScreen: true
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -699,7 +700,8 @@ export const constantRoutes = [{
|
|
|
name: '',
|
|
|
meta: {
|
|
|
title: '选科报告',
|
|
|
- parentPath: '/new-gaokao/bigdataSelectCourse/personalSelectCourseReport'
|
|
|
+ parentPath: '/new-gaokao/bigdataSelectCourse',
|
|
|
+ isWideScreen: true
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -708,7 +710,8 @@ export const constantRoutes = [{
|
|
|
name: '',
|
|
|
meta: {
|
|
|
title: '学情报告',
|
|
|
- parentPath: '/daoxue/report'
|
|
|
+ parentPath: '/daoxue/report',
|
|
|
+ isWideScreen: true
|
|
|
}
|
|
|
},
|
|
|
{
|