|
@@ -1,4 +1,26 @@
|
|
|
export const fwjg = [
|
|
|
+ {
|
|
|
+ icon: 'iconyonghu',
|
|
|
+ index: '2',
|
|
|
+ title: '用户管理',
|
|
|
+ subs: [
|
|
|
+ {
|
|
|
+ icon: 'el-icon-s-home',
|
|
|
+ index: '/adminCenter/organization',
|
|
|
+ title: '企业管理',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ icon: 'el-icon-s-home',
|
|
|
+ index: '/adminCenter/mechanism',
|
|
|
+ title: '机构管理',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ icon: 'el-icon-s-home',
|
|
|
+ index: '/adminCenter/expert',
|
|
|
+ title: '专家管理',
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
{
|
|
|
icon: 'iconchaoshi1',
|
|
|
index: '/adminCenter/product',
|
|
@@ -94,4 +116,32 @@ export const qy = [
|
|
|
// { title: '基本信息管理', index: '/adminCenter/inter/basic' },
|
|
|
// { title: '创新券审核管理', index: '/adminCenter/inter/ticket' },
|
|
|
// ];
|
|
|
-// export const ZJ = [{ title: '基本信息管理', index: '/adminCenter/experts/basic' }];
|
|
|
+export const zj = [
|
|
|
+ {
|
|
|
+ icon: 'iconjibenxinxi',
|
|
|
+ index: '/adminCenter/experts/basic',
|
|
|
+ title: '基本信息管理',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ icon: 'iconchaoshi1',
|
|
|
+ index: '2',
|
|
|
+ title: '技术超市管理',
|
|
|
+ subs: [
|
|
|
+ {
|
|
|
+ icon: 'el-icon-s-home',
|
|
|
+ index: '/adminCenter/experts/product?type=1',
|
|
|
+ title: '技术成果',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ icon: 'el-icon-s-home',
|
|
|
+ index: '/adminCenter/experts/product?type=0',
|
|
|
+ title: '科技需求',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ icon: 'el-icon-s-home',
|
|
|
+ index: '/adminCenter/experts/product?type=2',
|
|
|
+ title: '商务服务',
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+];
|