|
@@ -25,7 +25,7 @@ const statisticsChartsRoutes = {
|
|
name: 'AirlineCompanyStatistics',
|
|
name: 'AirlineCompanyStatistics',
|
|
hidden: true,
|
|
hidden: true,
|
|
component: {
|
|
component: {
|
|
- render(h) {
|
|
|
|
|
|
+ render (h) {
|
|
return h('router-view')
|
|
return h('router-view')
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -102,7 +102,7 @@ const statisticsChartsRoutes = {
|
|
name: 'PassengerStatistics',
|
|
name: 'PassengerStatistics',
|
|
hidden: true,
|
|
hidden: true,
|
|
component: {
|
|
component: {
|
|
- render(h) {
|
|
|
|
|
|
+ render (h) {
|
|
return h('router-view')
|
|
return h('router-view')
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -170,7 +170,7 @@ const statisticsChartsRoutes = {
|
|
name: 'FlightClassificationStatistics',
|
|
name: 'FlightClassificationStatistics',
|
|
hidden: true,
|
|
hidden: true,
|
|
component: {
|
|
component: {
|
|
- render(h) {
|
|
|
|
|
|
+ render (h) {
|
|
return h('router-view')
|
|
return h('router-view')
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -214,7 +214,7 @@ const statisticsChartsRoutes = {
|
|
name: 'Report',
|
|
name: 'Report',
|
|
hidden: true,
|
|
hidden: true,
|
|
component: {
|
|
component: {
|
|
- render(h) {
|
|
|
|
|
|
+ render (h) {
|
|
return h('router-view')
|
|
return h('router-view')
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -241,7 +241,7 @@ const statisticsChartsRoutes = {
|
|
name: 'SpecialStatistics',
|
|
name: 'SpecialStatistics',
|
|
hidden: true,
|
|
hidden: true,
|
|
component: {
|
|
component: {
|
|
- render(h) {
|
|
|
|
|
|
+ render (h) {
|
|
return h('router-view')
|
|
return h('router-view')
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -288,9 +288,6 @@ const statisticsChartsRoutes = {
|
|
const statisticalAnalysis = {
|
|
const statisticalAnalysis = {
|
|
path: '/statisticalAnalysis',
|
|
path: '/statisticalAnalysis',
|
|
component: Layout,
|
|
component: Layout,
|
|
- meta: {
|
|
|
|
- roles: ['demo']
|
|
|
|
- },
|
|
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
path: '/statisticalAnalysis',
|
|
path: '/statisticalAnalysis',
|