Ver Fonte

合并记录权限

chenrui há 2 anos atrás
pai
commit
26a27e91d9
1 ficheiros alterados com 5 adições e 4 exclusões
  1. 5 4
      src/config/router.config.js

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

@@ -2716,7 +2716,7 @@ export const asyncRouterMap = [
                 }
               }
             ]
-          },
+          }
         ]
       },
       // 客户管理
@@ -2784,8 +2784,8 @@ export const asyncRouterMap = [
             component: BlankLayout,
             meta: {
               title: '客户合并记录',
-              icon: 'profile'
-              // permission: 'M_customerMergeList'
+              icon: 'profile',
+              permission: 'M_customerMergeList'
             },
             hideChildrenInMenu: true,
             children: [
@@ -2796,7 +2796,8 @@ export const asyncRouterMap = [
                 meta: {
                   title: '客户合并记录',
                   icon: 'profile',
-                  hidden: true
+                  hidden: true,
+                  permission: 'M_customerMergeList'
                 }
               }
             ]