chenrui  2 years ago
parent
commit
f0b94059a6

+ 16 - 7
src/router/routes/routes-file-four.js

@@ -39,6 +39,7 @@ const authorityRoutes = {
           children: [
             {
               path: '/',
+              meta: { title: '权限项管理', isPage: 'authority_page', keepAlive: true },
               component: () => import('@/views/authorityManagement/components/authorityHome')
             },
             {
@@ -138,8 +139,8 @@ const accountRoutes = {
         title: '账号管理',
         icon: 'account',
         imgstyle: 'ic_list_nav_account_default.png',
-        imgstyleup: 'ic_list_nav_account_check.png'
-        , keepAlive: true
+        imgstyleup: 'ic_list_nav_account_check.png',
+        keepAlive: true
       },
       children: [
         {
@@ -155,10 +156,18 @@ const accountRoutes = {
           //   title: '账号管理',
           //   roles: ['account_page']
           // },
+          meta: {
+            title: '账号管理',
+            keepAlive: true
+          },
           children: [
             {
               path: '/account',
-              component: () => import('@/views/accountManagement/components/accountHome')
+              component: () => import('@/views/accountManagement/components/accountHome'),
+              meta: {
+                title: '账号管理',
+                keepAlive: true
+              },
             },
             {
               path: 'accountAdd',
@@ -174,8 +183,8 @@ const accountRoutes = {
               component: () => import('@/views/accountManagement/components/accountEdit'),
               meta: {
                 title: '编辑账号',
-                doesAccountExist: true
-                , keepAlive: true
+                doesAccountExist: true,
+                keepAlive: true
               }
             },
             {
@@ -183,8 +192,8 @@ const accountRoutes = {
               name: 'accountAuth',
               component: () => import('@/views/accountManagement/components/accountAuth'),
               meta: {
-                title: '账号权限'
-                , keepAlive: true
+                title: '账号权限',
+                keepAlive: true
               }
             }
           ]

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

@@ -33,6 +33,7 @@ const BasicsDataRoutes = {
             {
               path: '/BasicsData/airportInfo',
               component: () => import('@/views/BasicsData/views/airport/airportInfo'),
+              meta: { title: '机场信息维护', keepAlive: true },
             },
             {
               path: '/BasicsData/airportInfoDetails',
@@ -72,7 +73,7 @@ const BasicsDataRoutes = {
               path: '/BasicsData/deployNodeChild',
               name: 'deployNodeChild',
               component: () => import('@/views/BasicsData/views/deployNode/deployNodeChild'),
-              meta: { title: '节点设置' },
+              meta: { title: '节点设置', keepAlive: true },
               hidden: false,
               isAlone: true,
               src: require('@/assets/nav/ic_setting_top@2x.png')

+ 2 - 2
src/router/routes/routes-file-six.js

@@ -15,8 +15,8 @@ const statisticsChartsRoutes = {
       meta: {
         title: '统计图表',
         imgstyle: 'ic_list_nav_arrive_default.png',
-        imgstyleup: 'ic_list_nav_arrive_check.png'
-        , keepAlive: true
+        imgstyleup: 'ic_list_nav_arrive_check.png',
+        keepAlive: true
       },
       children: [
         {

+ 1 - 0
src/router/routes/routes-file-three.js

@@ -22,6 +22,7 @@ const integrationRoutes = {
             {
               path: '/integration',
               name: 'integrationHome',
+              meta: { title: '数据整合', keepAlive: true },
               component: () => import('@/views/dataIntegration/views/integrationHome.vue')
             },
             {