瀏覽代碼

Merge commit '65bb63cfda62687ffd4b1b485c168d2e5be2853a' into HEAD

gitadmin 1 年之前
父節點
當前提交
de743d8780
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/config/router.config.js

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

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