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: '3', title: '技术超市管理', subs: [ { icon: 'el-icon-s-home', index: '/adminCenter/product?type=1', title: '技术成果', }, { icon: 'el-icon-s-home', index: '/adminCenter/patent', title: 'e专利', }, { icon: 'el-icon-s-home', index: '/adminCenter/product?type=2', title: '商务服务', }, ], }, { icon: 'iconxinwenzixun', index: '/adminCenter/news', title: '新闻资讯管理', }, { icon: 'iconpeixun', index: '4', title: '宣传培训管理', subs: [ { icon: 'el-icon-s-home', index: '/adminCenter/online', title: '线上培训', }, { icon: 'el-icon-s-home', index: '/adminCenter/openinfo', title: '信息公开', }, ], }, { icon: 'iconzhengce1', index: '5', title: '创新券管理', subs: [ { icon: 'el-icon-s-home', index: '/adminCenter/coupons', title: '创新券管理', }, { icon: 'el-icon-s-home', index: '/adminCenter/coupons/apply', title: '创新券申领管理', }, ], }, { icon: 'iconzhengce1', index: '7', title: '政策服务', subs: [ { icon: 'el-icon-s-home', index: '/adminCenter/declare', title: '高企申报确认', }, ], }, { icon: 'iconzhengce1', index: '6', title: '兑付管理', subs: [ { icon: 'el-icon-s-home', index: '/adminCenter/cashing/coupons', title: '创新券兑付管理', }, ], }, // { // icon: 'iconzhengce1', // index: '6', // title: '订单管理', // subs: [ // { // icon: 'el-icon-s-home', // index: '/adminCenter/order/list', // title: '服务订单', // }, // ], // }, // { // icon: 'iconzhengce1', // index: '7', // title: '高企申报管理', // subs: [ // { // icon: 'el-icon-s-home', // index: '/adminCenter/ticket?status=0', // title: '企业信息审查中', // }, // { // icon: 'el-icon-s-home', // index: '/adminCenter/ticket?status=-1', // title: '企业信息审查失败', // }, // { // icon: 'el-icon-s-home', // index: '/adminCenter/ticket?status=1', // title: '合同待上传', // }, // { // icon: 'el-icon-s-home', // index: '/adminCenter/ticket?status=2', // title: '高企申报成功', // }, // ], // }, ]; export const qy = [ { icon: 'iconjibenxinxi', index: '/adminCenter/company/basic', title: '企业基本信息', }, { icon: 'iconchaoshi1', index: '/adminCenter/company/product', title: '信息发布', }, { icon: 'iconzhengce1', index: '3', title: '创新券管理', subs: [ { icon: 'iconzhengce1', index: '/adminCenter/company/coupons', title: '创新券申领', }, { icon: 'iconzhengce1', index: '/adminCenter/company/coupons/couponsResult', title: '创新券申领结果', }, ], }, { icon: 'iconzhengce1', index: '7', title: '政策服务', subs: [ { icon: 'el-icon-s-home', index: '/adminCenter/company/declare', title: '高企申报', }, ], }, { icon: 'iconzhengce1', index: '8', title: '兑付管理', subs: [ { icon: 'el-icon-s-home', index: '/adminCenter/company/cashing/coupons', title: '创新券兑付', }, { icon: 'el-icon-s-home', index: '/adminCenter/company/cashing/couponsResult', title: '创新券兑付结果', }, ], }, ]; export const zjjg = [ { icon: 'iconjibenxinxi', index: '/adminCenter/inter/basic', title: '机构基本信息', }, { icon: 'iconzhengce1', index: '2', title: '政策服务', subs: [ { icon: 'el-icon-s-home', index: '/adminCenter/inter/declare?status=0', title: '企业信息待审中', }, { icon: 'el-icon-s-home', index: '/adminCenter/inter/declare?status=1', title: '合同上传', }, ], }, ]; export const zj = [ { icon: 'iconjibenxinxi', index: '/adminCenter/experts/basic', title: '专家基本信息', }, { icon: 'iconchaoshi1', index: '/adminCenter/experts/product', title: '信息发布', }, ];