zhaoke 2 жил өмнө
parent
commit
4880b8e2d4

+ 1 - 1
src/router/routes/routes-file-one.js

@@ -197,6 +197,6 @@ const departureRoutesC = {
 
 
 
 
 export default [
 export default [
-  departureRoutesC,
+  // departureRoutesC,
   BasicsDataRoutes
   BasicsDataRoutes
 ]
 ]

+ 5 - 8
src/router/routes/routes-file-six.js

@@ -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',