瀏覽代碼

合并记录权限

chenrui 2 年之前
父節點
當前提交
26a27e91d9
共有 1 個文件被更改,包括 5 次插入4 次删除
  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'
                 }
               }
             ]