chenrui 10 ay önce
ebeveyn
işleme
fd1c4d458d
1 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 4 4
      src/config/router.config.js

+ 4 - 4
src/config/router.config.js

@@ -1911,8 +1911,8 @@ export const asyncRouterMap = [
             component: BlankLayout,
             meta: {
               title: '轮胎费用报表',
-              icon: 'profile'
-              // permission: 'M_tireFeeReportList'
+              icon: 'profile',
+              permission: 'M_tireFeeReportList'
             },
             hideChildrenInMenu: true,
             children: [
@@ -1923,8 +1923,8 @@ export const asyncRouterMap = [
                 meta: {
                   title: '轮胎费用报表',
                   icon: 'profile',
-                  hidden: true
-                  // permission: 'M_tireFeeReportList'
+                  hidden: true,
+                  permission: 'M_tireFeeReportList'
                 }
               }
             ]