Browse Source

添加会员菜单

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

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

@@ -184,5 +184,14 @@ const data = [
     parentCode: null,
     icon: 'el-icon-star-on',
   },
+  // vip
+  {
+    module: 'clientVip',
+    path: '/clientVip/home',
+    title: '会员管理',
+    code: 'clientVipHome',
+    parentCode: null,
+    icon: 'el-icon-star-on',
+  },
 ];
 module.exports.data = data;