// 图片引入 import logo from '/images/logo.png' import home from '/images/home.jpg' import Code from '/images/code.jpg' // 网站基本设置 export const siteInfo = { display: false, zhTitle: '产学研用协同创新数字化平台', zhEnglish: 'Collaborative Innovation Digital Platform for Industry University Research Application', zhBrief: '方寸心间 创新无限', logoUrl: logo, vkeyeoUrl: home } // 网站底部信息 export const footInfo = { linkList: [ { name: '吉林省人民政府', href: 'https://www.jl.gov.cn/' }, { name: '长春市人民政府', href: 'http://www.changchun.gov.cn/' }, { name: '吉林省工信厅', href: 'http://gxt.jl.gov.cn/' }, { name: '吉林省国资委', href: 'http://gzw.jl.gov.cn/' }, { name: '吉林省财政厅', href: 'http://czt.jl.gov.cn/' }, { name: '吉林省金融监管局', href: 'http://jr.jl.gov.cn/' } ], Phone: '0431-81509921', Email: 'gyyzhglb@jlitri.com', Address: '吉林省长春市汽车经济技术开发区兴顺路1366号', Copyright: 'Copyright ©2022 吉林省工业技术研究院集团有限公司 All Rights Reserved ', Company: '吉林省工业技术研究院集团有限公司', Code } // 菜单设置 export const menuList = [ { key: '1', title: '首页', route: 'one', English: 'Home', label: '首页' }, { key: '2', title: '信息发布', route: 'two', English: 'Information Release', label: '信息发布' }, { key: '3', title: '创新中心', route: 'thr', English: 'News Information', label: '创新中心', children: [ { key: '3-1', title: '全部', label: '全部', route: 'thr' }, { key: '3-2', title: '需求中心', label: '需求中心', children: [ { key: '3-2-1', route: 'demand', title: '技术需求', label: '技术需求', value: '0' }, { key: '3-2-2', route: 'demand', title: '人才需求', label: '人才需求', value: '1' }, { key: '3-2-3', route: 'demand', title: '资金需求', label: '资金需求', value: '2' }, { key: '3-2-4', route: 'demand', title: '合作伙伴', label: '合作伙伴', value: '3' }, { key: '3-2-5', route: 'demand', title: '知识产权', label: '知识产权', value: '4' }, { key: '3-2-6', route: 'demand', title: '市场需求', label: '市场需求', value: '5' }, { key: '3-2-7', route: 'demand', title: '政策支持', label: '政策支持', value: '6' }, { key: '3-2-8', route: 'demand', title: '其他', label: '其他', value: '7' } ] }, { key: '3-3', title: '供方中心', label: '供方中心', children: [ { key: '3-3-1', route: 'supply', title: '技术支持', label: '技术支持', value: '0' }, { key: '3-3-2', route: 'supply', title: '培训教育', label: '培训教育', value: '1' }, { key: '3-3-3', route: 'supply', title: '资金支持', label: '资金支持', value: '2' }, { key: '3-3-4', route: 'supply', title: '合作机会', label: '合作机会', value: '3' }, { key: '3-3-5', route: 'supply', title: '知识产权管理', label: '知识产权管理', value: '4' }, { key: '3-3-6', route: 'supply', title: '市场推广', label: '市场推广', value: '5' }, { key: '3-3-7', route: 'supply', title: '政策支持', label: '政策支持', value: '6' }, { key: '3-3-8', route: 'supply', title: '其他', label: '其他', value: '7' } ] } ] }, { key: '4', title: '信息检索', route: 'four', English: 'Expert Tank', label: '信息检索' }, { key: '5', title: '双创活动', route: 'five', English: 'Authorized Operator', label: '双创活动' }, { key: '6', title: '中试平台', route: 'six', English: 'Project Selection', label: '中试平台' }, { key: '7', title: '服务支撑', route: 'seven', English: 'Innovation Competition', label: '服务支撑' }, { key: '8', title: '产业集群', route: 'eight', English: 'Innovation Competition', label: '产业集群' }, { key: '9', title: '成果展示', route: 'nine', English: 'Innovation Competition', label: '成果展示' }, { key: '10', title: '信息库', route: 'ten', English: 'Innovation Competition', label: '信息库', children: [ { key: '10-3-1', route: 'supply', title: '技术支持', label: '技术支持', value: '0' }, { key: '3-3-2', route: 'supply', title: '培训教育', label: '培训教育', value: '1' }, { key: '3-3-3', route: 'supply', title: '资金支持', label: '资金支持', value: '2' }, { key: '3-3-4', route: 'supply', title: '合作机会', label: '合作机会', value: '3' }, { key: '3-3-5', route: 'supply', title: '知识产权管理', label: '知识产权管理', value: '4' }, { key: '3-3-6', route: 'supply', title: '市场推广', label: '市场推广', value: '5' }, { key: '3-3-7', route: 'supply', title: '政策支持', label: '政策支持', value: '6' }, { key: '3-3-8', route: 'supply', title: '其他', label: '其他', value: '7' } ] }, { key: '11', title: '孵化器', route: 'eleven', English: 'Achievement Display', label: '孵化器' }, { key: '12', title: '产业孵化大脑', route: 'twelve', English: 'Achievement Display', label: '产业孵化大脑' }, { key: '13', title: '行研产研', route: 'thirteen', English: 'Research Development', label: '行研产研' } ]