|
@@ -1,23 +1,97 @@
|
|
|
export const fwjg = [
|
|
|
- { name: '企业管理', index: '/adminCenter/organization' },
|
|
|
- { name: '机构管理', index: '/adminCenter/mechanism' },
|
|
|
- { name: '专家管理', index: '/adminCenter/expert' },
|
|
|
- { name: '新闻管理', index: '/adminCenter/news' },
|
|
|
- { name: '信息公开管理', index: '/adminCenter/openinfo' },
|
|
|
- { name: '科技成果管理', index: '/adminCenter/product' },
|
|
|
- { name: '专利管理', index: '/adminCenter/patent' },
|
|
|
- { name: '路演管理', index: '/adminCenter/roadShow' },
|
|
|
- { name: '线上管理', index: '/adminCenter/online' },
|
|
|
- { name: '高企政策服务管理', index: '/adminCenter/policy' },
|
|
|
- { name: '创新劵服务管理', index: '/adminCenter/ticket' },
|
|
|
+ {
|
|
|
+ icon: 'iconchaoshi1',
|
|
|
+ index: '/adminCenter/product',
|
|
|
+ title: '技术超市管理',
|
|
|
+ subs: [
|
|
|
+ {
|
|
|
+ icon: 'el-icon-s-home',
|
|
|
+ index: '/adminCenter/product?type=1',
|
|
|
+ title: '技术成果',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ icon: 'el-icon-s-home',
|
|
|
+ index: '/adminCenter/product?type=0',
|
|
|
+ title: '科技需求',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ icon: 'el-icon-s-home',
|
|
|
+ index: '/adminCenter/product?type=2',
|
|
|
+ title: '商务服务',
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ // {
|
|
|
+ // 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' },
|
|
|
+ // { title: '高企政策服务管理', index: '/adminCenter/policy' },
|
|
|
+ // { title: '创新劵服务管理', index: '/adminCenter/ticket' },
|
|
|
];
|
|
|
export const qy = [
|
|
|
- { name: '基本信息管理', index: '/adminCenter/company/basic' },
|
|
|
- { name: '政策服务管理', index: '/adminCenter/company/policy' },
|
|
|
- { name: '创新券管理', index: '/adminCenter/company/ticket' },
|
|
|
+ {
|
|
|
+ icon: 'iconjibenxinxi',
|
|
|
+ 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',
|
|
|
+ title: '技术超市管理',
|
|
|
+ subs: [
|
|
|
+ {
|
|
|
+ icon: 'el-icon-s-home',
|
|
|
+ index: '/adminCenter/company/product?type=1',
|
|
|
+ title: '技术成果',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ icon: 'el-icon-s-home',
|
|
|
+ index: '/adminCenter/company/product?type=0',
|
|
|
+ title: '科技需求',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ icon: 'el-icon-s-home',
|
|
|
+ index: '/adminCenter/company/product?type=2',
|
|
|
+ title: '商务服务',
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ // { title: '政策服务管理', index: '/adminCenter/company/policy' },
|
|
|
+ // { title: '创新券管理', index: '/adminCenter/company/ticket' },
|
|
|
];
|
|
|
-export const zjjg = [
|
|
|
- { name: '基本信息管理', index: '/adminCenter/inter/basic' },
|
|
|
- { name: '创新券审核管理', index: '/adminCenter/inter/ticket' },
|
|
|
-];
|
|
|
-export const ZJ = [{ name: '基本信息管理', index: '/adminCenter/experts/basic' }];
|
|
|
+// export const zjjg = [
|
|
|
+// { title: '基本信息管理', index: '/adminCenter/inter/basic' },
|
|
|
+// { title: '创新券审核管理', index: '/adminCenter/inter/ticket' },
|
|
|
+// ];
|
|
|
+// export const ZJ = [{ title: '基本信息管理', index: '/adminCenter/experts/basic' }];
|