|
@@ -2,6 +2,11 @@
|
|
|
import logo from '/images/logo.png'
|
|
|
import Logo from '/images/logoFoot.png'
|
|
|
import Code from '/images/code.jpg'
|
|
|
+// 图片引入
|
|
|
+import zypt1 from '/images/bg-nav-zypt1.png'
|
|
|
+import zypt2 from '/images/bg-nav-zypt2.png'
|
|
|
+import zypt3 from '/images/bg-nav-zypt3.png'
|
|
|
+import zypt4 from '/images/bg-nav-zypt4.png'
|
|
|
// 网站基本设置
|
|
|
export const siteInfo = {
|
|
|
display: false,
|
|
@@ -99,10 +104,10 @@ export const menuList = [
|
|
|
English: 'Innovation Competition',
|
|
|
label: '信息库',
|
|
|
children: [
|
|
|
- { key: '10-1', route: 'expert', title: '专家库', label: '专家库', value: '0' },
|
|
|
- { key: '10-2', route: 'thr', title: '供需库', label: '供需库', value: '1' },
|
|
|
- { key: '10-3', route: 'company', title: '企业库', label: '企业库', value: '2' },
|
|
|
- { key: '10-4', route: 'project', title: '项目库', label: '项目库', value: '3' }
|
|
|
+ { key: '10-1', route: 'expert', title: '专家库', url: zypt1, label: '专家库', value: '0' },
|
|
|
+ { key: '10-2', route: 'thr', title: '供需库', url: zypt2, label: '供需库', value: '1' },
|
|
|
+ { key: '10-3', route: 'company', title: '企业库', url: zypt3, label: '企业库', value: '2' },
|
|
|
+ { key: '10-4', route: 'project', title: '项目库', url: zypt4, label: '项目库', value: '3' }
|
|
|
]
|
|
|
},
|
|
|
{ key: '11', title: '孵化器', route: 'eleven', English: 'Achievement Display', label: '孵化器' },
|