|
@@ -9,7 +9,7 @@ export const siteInfo = {
|
|
|
zhEnglish: 'Information Technology Incubation Platform',
|
|
|
zhBrief: '方寸心间 创新无限',
|
|
|
logoUrl: logo,
|
|
|
- videoUrl: home
|
|
|
+ vkeyeoUrl: home
|
|
|
}
|
|
|
// 网站底部信息
|
|
|
export const footInfo = {
|
|
@@ -30,41 +30,103 @@ export const footInfo = {
|
|
|
}
|
|
|
// 菜单设置
|
|
|
export const menuList = [
|
|
|
- { _id: '1', title: '首页', href: 'one', English: 'Home', type: '1' },
|
|
|
- { _id: '2', title: '信息发布', href: 'two', English: 'Information Release', type: '1' },
|
|
|
- { _id: '3', title: '创新中心', href: 'thr', English: 'News Information', type: '1' },
|
|
|
- { _id: '4', title: '信息检索', href: 'four', English: 'Expert Tank', type: '1' },
|
|
|
- { _id: '5', title: '双创活动', href: 'five', English: 'Authorized Operator', type: '1' },
|
|
|
- { _id: '6', title: '中试平台', href: 'six', English: 'Project Selection', type: '1' },
|
|
|
- { _id: '7', title: '服务支撑', href: 'seven', English: 'Innovation Competition', type: '1' },
|
|
|
- { _id: '8', title: '产业集群', href: 'eight', English: 'Innovation Competition', type: '1' },
|
|
|
+ { key: '1', title: '首页', route: 'one', English: 'Home', label: '首页' },
|
|
|
+ { key: '2', title: '信息发布', route: 'two', English: 'Information Release', label: '信息发布' },
|
|
|
{
|
|
|
- _id: '9',
|
|
|
+ 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: '成果展示',
|
|
|
- href: 'nine',
|
|
|
+ route: 'nine',
|
|
|
English: 'Innovation Competition',
|
|
|
- type: '1'
|
|
|
+ label: '成果展示'
|
|
|
},
|
|
|
{
|
|
|
- _id: '10',
|
|
|
+ key: '10',
|
|
|
title: '信息库',
|
|
|
- href: 'ten',
|
|
|
+ route: 'ten',
|
|
|
English: 'Innovation Competition',
|
|
|
- type: '1'
|
|
|
+ label: '信息库'
|
|
|
},
|
|
|
- { _id: '11', title: '孵化器', href: 'eleven', English: 'Achievement Display', type: '1' },
|
|
|
+ { key: '11', title: '孵化器', route: 'eleven', English: 'Achievement Display', label: '孵化器' },
|
|
|
{
|
|
|
- _id: '12',
|
|
|
+ key: '12',
|
|
|
title: '产业孵化大脑',
|
|
|
- href: 'twelve',
|
|
|
+ route: 'twelve',
|
|
|
English: 'Achievement Display',
|
|
|
- type: '1'
|
|
|
+ label: '产业孵化大脑'
|
|
|
},
|
|
|
{
|
|
|
- _id: '13',
|
|
|
+ key: '13',
|
|
|
title: '行研产研',
|
|
|
- href: 'thirteen',
|
|
|
+ route: 'thirteen',
|
|
|
English: 'Research Development',
|
|
|
- type: '1'
|
|
|
+ label: '行研产研'
|
|
|
}
|
|
|
]
|