Browse Source

添加客户端用户菜单

asd123a20 3 years ago
parent
commit
78ca09c99c
1 changed files with 9 additions and 0 deletions
  1. 9 0
      service-naf/config/menu.js

+ 9 - 0
service-naf/config/menu.js

@@ -148,5 +148,14 @@ const data = [
     parentCode: null,
     icon: 'el-icon-star-on',
   },
+  // 客户端用户管理
+  {
+    module: 'clientUser',
+    path: '/clientUser/home',
+    title: '用户管理',
+    code: 'clientUserHome',
+    parentCode: null,
+    icon: 'el-icon-star-on',
+  },
 ];
 module.exports.data = data;