Browse Source

bug 修改

lilei 1 year ago
parent
commit
18c80bc21e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/config/router.config.js

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

@@ -2655,8 +2655,8 @@ export const asyncRouterMap = [
             component: BlankLayout,
             meta: {
               title: '产品上线信息',
-              icon: 'rise'
-              // permission: 'M_productLaunchInfoList'
+              icon: 'rise',
+              permission: 'M_productLaunchInfoList'
             },
             hideChildrenInMenu: true,
             children: [
@@ -2667,8 +2667,8 @@ export const asyncRouterMap = [
                 meta: {
                   title: '产品上线信息列表',
                   icon: 'rise',
-                  hidden: true
-                  // permission: 'M_productLaunchInfoList'
+                  hidden: true,
+                  permission: 'M_productLaunchInfoList'
                 }
               }
             ]