chenrui 2 éve
szülő
commit
2c60da23aa
1 módosított fájl, 4 hozzáadás és 4 törlés
  1. 4 4
      src/config/router.config.js

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

@@ -3219,8 +3219,8 @@ export const asyncRouterMap = [
             component: BlankLayout,
             meta: {
               title: '修理厂促销',
-              icon: 'file-ppt'
-              // permission: 'M_promotionManagementList'
+              icon: 'file-ppt',
+              permission: 'M_promotionManagementList'
             },
             hideChildrenInMenu: true,
             children: [
@@ -3231,8 +3231,8 @@ export const asyncRouterMap = [
                 meta: {
                   title: '促销列表',
                   icon: 'file-ppt',
-                  hidden: true
-                  // permission: 'M_promotionManagementList'
+                  hidden: true,
+                  permission: 'M_promotionManagementList'
                 }
               }
             ]