|
@@ -43,19 +43,31 @@ export const fwjg = [
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
- // {
|
|
|
- // icon: 'iconjibenxinxi',
|
|
|
- // index: '/adminCenter/organization',
|
|
|
- // title: '企业管理',
|
|
|
- // },
|
|
|
- // { title: '机构管理', index: '/adminCenter/mechanism' },
|
|
|
- // { title: '专家管理', index: '/adminCenter/expert' },
|
|
|
- // { title: '新闻管理', index: '/adminCenter/news' },
|
|
|
- // { title: '信息公开管理', index: '/adminCenter/openinfo' },
|
|
|
- // { title: '科技成果管理', index: '/adminCenter/product' },
|
|
|
- // { title: '专利管理', index: '/adminCenter/patent' },
|
|
|
- // { title: '路演管理', index: '/adminCenter/roadShow' },
|
|
|
- // { title: '线上管理', index: '/adminCenter/online' },
|
|
|
+ {
|
|
|
+ icon: 'iconxinwenzixun',
|
|
|
+ index: '/adminCenter/news',
|
|
|
+ title: '新闻管理',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ icon: 'iconzhuanli',
|
|
|
+ index: '/adminCenter/patent',
|
|
|
+ title: '专利管理',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ icon: 'iconxiangmuluyan',
|
|
|
+ index: '/adminCenter/roadShow',
|
|
|
+ title: '路演管理',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ icon: 'iconpeixun',
|
|
|
+ index: '/adminCenter/online',
|
|
|
+ title: '宣传培训管理',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ icon: 'iconxinxiinformation38',
|
|
|
+ index: '/adminCenter/openinfo',
|
|
|
+ title: '信息公开管理',
|
|
|
+ },
|
|
|
// { title: '高企政策服务管理', index: '/adminCenter/policy' },
|
|
|
// { title: '创新劵服务管理', index: '/adminCenter/ticket' },
|
|
|
];
|
|
@@ -65,28 +77,6 @@ export const qy = [
|
|
|
index: '/adminCenter/company/basic',
|
|
|
title: '基本信息管理',
|
|
|
},
|
|
|
- {
|
|
|
- icon: 'iconzhengce',
|
|
|
- index: '1',
|
|
|
- title: '政策服务',
|
|
|
- subs: [
|
|
|
- {
|
|
|
- icon: 'iconzhengce',
|
|
|
- index: '/1',
|
|
|
- title: '研发补贴',
|
|
|
- },
|
|
|
- {
|
|
|
- icon: 'el-icon-s-home',
|
|
|
- index: '/2',
|
|
|
- title: '奖励兑现',
|
|
|
- },
|
|
|
- {
|
|
|
- icon: 'el-icon-s-home',
|
|
|
- index: '/3',
|
|
|
- title: '高企认定',
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
{
|
|
|
icon: 'iconchaoshi1',
|
|
|
index: '2',
|
|
@@ -109,6 +99,28 @@ export const qy = [
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
+ // {
|
|
|
+ // icon: 'iconzhengce',
|
|
|
+ // index: '1',
|
|
|
+ // title: '政策服务',
|
|
|
+ // subs: [
|
|
|
+ // {
|
|
|
+ // icon: 'iconzhengce',
|
|
|
+ // index: '/1',
|
|
|
+ // title: '研发补贴',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // icon: 'el-icon-s-home',
|
|
|
+ // index: '/2',
|
|
|
+ // title: '奖励兑现',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // icon: 'el-icon-s-home',
|
|
|
+ // index: '/3',
|
|
|
+ // title: '高企认定',
|
|
|
+ // },
|
|
|
+ // ],
|
|
|
+ // },
|
|
|
// { title: '政策服务管理', index: '/adminCenter/company/policy' },
|
|
|
// { title: '创新券管理', index: '/adminCenter/company/ticket' },
|
|
|
];
|