|
@@ -1,9 +1,10 @@
|
|
|
export const adminMenu = [
|
|
|
{ icon: 'icon-shouye', index: '/adminCenter/homeIndex', title: '系统首页' },
|
|
|
- { icon: 'icon-shouye', index: '/adminCenter/mechanism/index', title: '机构用户管理' },
|
|
|
- { icon: 'icon-shouye', index: '/adminCenter/users/index', title: '平台用户管理' },
|
|
|
+ { icon: 'icon-jigou', index: '/adminCenter/mechanism/index', title: '机构用户管理' },
|
|
|
+ { icon: 'icon-yonghu', index: '/adminCenter/users/index', title: '平台用户管理' },
|
|
|
+ { icon: 'icon-xiaoxi', index: '/adminCenter/message/index', title: '我的消息' },
|
|
|
{
|
|
|
- icon: 'icon-shouye',
|
|
|
+ icon: 'icon-shenqing',
|
|
|
index: '/adminCenter/disclosure/index',
|
|
|
title: '申请管理',
|
|
|
|
|
@@ -11,17 +12,17 @@ export const adminMenu = [
|
|
|
|
|
|
|
|
|
},
|
|
|
- { icon: 'icon-shouye', index: '/adminCenter/patent/index', title: '专利管理' },
|
|
|
- { icon: 'icon-shouye', index: '/adminCenter/message/index', title: '我的消息' },
|
|
|
- { icon: 'icon-shouye', index: '/adminCenter/trade/index', title: '交易管理' },
|
|
|
+ { icon: 'icon-zhuanli', index: '/adminCenter/patent/index', title: '专利管理' },
|
|
|
+ { icon: 'icon-jiaoyi', index: '/adminCenter/trade/index', title: '交易管理' },
|
|
|
{ icon: 'icon-shouye', index: '/adminCenter/statistics/index', title: '统计' },
|
|
|
];
|
|
|
export const jgxx = [
|
|
|
{ icon: 'icon-shouye', index: '/jg/homeIndex', title: '系统首页' },
|
|
|
- { icon: 'icon-shouye', index: '/jg/users/index', title: '平台用户管理' },
|
|
|
- { icon: 'icon-shouye', index: '/jg/disclosure/index', title: '申请管理' },
|
|
|
- { icon: 'icon-shouye', index: '/jg/patent/index', title: '专利管理' },
|
|
|
- { icon: 'icon-shouye', index: '/jg/message/index', title: '我的消息' },
|
|
|
- { icon: 'icon-shouye', index: '/jg/trade/index', title: '交易管理' },
|
|
|
+ { icon: 'icon-yonghu', index: '/jg/users/index', title: '平台用户管理' },
|
|
|
+ { icon: 'icon-xiaoxi', index: '/jg/message/index', title: '我的消息' },
|
|
|
+ { icon: 'icon-shenqing', index: '/jg/disclosure/index', title: '申请管理' },
|
|
|
+ { icon: 'icon-zhuanli', index: '/jg/patent/index', title: '专利管理' },
|
|
|
+
|
|
|
+ { icon: 'icon-jiaoyi', index: '/jg/trade/index', title: '交易管理' },
|
|
|
{ icon: 'icon-shouye', index: '/jg/statistics/index', title: '统计' },
|
|
|
];
|