Browse Source

Merge branch 'develop_yh25' of jianguan-web/jg-ocs-html into pre-release

李磊 1 year ago
parent
commit
65bb63cfda
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'
                 }
               }
             ]