|
@@ -1,8 +1,6 @@
|
|
|
export const system = [{ icon: 'icon-shouye', index: '/adminCenter/homeIndex', title: '系统首页' }];
|
|
|
export const userMenu = [
|
|
|
- {
|
|
|
- icon: 'icon-ceshi',
|
|
|
- index: '/adminCenter/user/index',
|
|
|
- title: '用户管理',
|
|
|
- },
|
|
|
+ { icon: 'icon-yonghu', index: '/adminCenter/user/index', title: '用户管理' },
|
|
|
+ { icon: 'icon-ceshi', index: '/adminCenter/user/index', title: '审核管理' },
|
|
|
+ { icon: 'icon-ceshi', index: '/adminCenter/user/index', title: '库存管理' },
|
|
|
];
|