|
@@ -23,13 +23,13 @@ export const footInfo = {
|
|
|
}
|
|
|
// 菜单设置
|
|
|
export const menuList = [
|
|
|
- { title: '首页', href: 'home', English: 'Home' },
|
|
|
- { title: '政策新闻', href: 'news', English: 'Policy News' },
|
|
|
- { title: '新闻资讯', href: 'brain', English: 'News Information' },
|
|
|
- { title: '供需商城', href: 'demand', English: 'Demand Mall' },
|
|
|
- { title: '专家智库', href: 'expert', English: 'Expert Tank' },
|
|
|
- { title: '优质企业', href: 'company', English: 'Authorized Operator' },
|
|
|
- { title: '项目精选', href: 'project', English: 'Project Selection' },
|
|
|
- { title: '创新大赛', href: 'innovation', English: 'Innovation Competition' },
|
|
|
- { title: '成果展示', href: 'achievement', English: 'Achievement Display' }
|
|
|
+ { _id: '1', title: '首页', href: 'home', English: 'Home', type: '0' },
|
|
|
+ { _id: '2', title: '政策新闻', href: 'news', English: 'Policy News', type: '0' },
|
|
|
+ { _id: '3', title: '新闻资讯', href: 'brain', English: 'News Information', type: '0' },
|
|
|
+ { _id: '4', title: '供需商城', href: 'demand', English: 'Demand Mall', type: '0' },
|
|
|
+ { _id: '5', title: '专家智库', href: 'expert', English: 'Expert Tank', type: '0' },
|
|
|
+ { _id: '6', title: '优质企业', href: 'company', English: 'Authorized Operator', type: '0' },
|
|
|
+ { _id: '7', title: '项目精选', href: 'project', English: 'Project Selection', type: '0' },
|
|
|
+ { _id: '8', title: '创新大赛', href: 'innovation', English: 'Innovation Competition', type: '0' },
|
|
|
+ { _id: '9', title: '成果展示', href: 'achievement', English: 'Achievement Display', type: '0' }
|
|
|
]
|