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