diff --git a/src/components/HeadNav/HeadNav.vue b/src/components/HeadNav/HeadNav.vue
index bdc0cb6..c982d60 100644
--- a/src/components/HeadNav/HeadNav.vue
+++ b/src/components/HeadNav/HeadNav.vue
@@ -2,23 +2,13 @@
-
+
{{ item.name }}
-
+
{{ con.title }}
@@ -30,11 +20,7 @@
点击查看购物车!
-
+
@@ -74,31 +60,31 @@ export default {
},
{
name: '孵化平台',
- url: '',
+ url: '/Hatch/Space',
children: [
{
title: '高新众创空间',
- url: '',
+ url: '/Hatch/Space',
},
{
title: '数字创时代企业孵化器',
- url: '',
+ url: '/Hatch/Incubator',
},
{
title: '虚拟孵化器',
- url: '',
+ url: '/Hatch/Fictitious',
},
{
title: '创业导师',
- url: '',
+ url: '/Hatch/Tutor',
},
{
title: '合作伙伴',
- url: '',
+ url: '/Hatch/Partner',
},
{
title: '创业服务',
- url: '',
+ url: '/Hatch/Service',
},
],
},
diff --git a/src/router/index.js b/src/router/index.js
index c6b975b..acc89d2 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -3,7 +3,7 @@
* @email: 18603454788@163.com
* @Date: 2021-01-13 16:33:32
* @LastEditors: wally
- * @LastEditTime: 2021-01-14 16:32:22
+ * @LastEditTime: 2021-01-14 17:34:56
*/
import Vue from 'vue';
import VueRouter from 'vue-router';
@@ -184,6 +184,45 @@ const routes = [
},
],
},
+ // 孵化平台
+ {
+ path: '/Hatch/Space',
+ name: 'Hatch',
+ component: () => import(/* webpackChunkName: "cooperative-enterprise" */ 'views/Hatch/Hatch.vue'),
+ children: [
+ {
+ // 高新众创空间
+ path: '/Hatch/Space',
+ name: 'Space',
+ component: () => import(/* webpackChunkName: "cooperative-enterprise" */ 'views/Hatch/Children/Space.vue'),
+ },
+ {
+ path: '/Hatch/Incubator',
+ name: 'Incubator',
+ component: () => import(/* webpackChunkName: "cooperative-enterprise" */ 'views/Hatch/Children/Incubator.vue'),
+ },
+ {
+ path: '/Hatch/Fictitious',
+ name: 'Fictitious',
+ component: () => import(/* webpackChunkName: "cooperative-enterprise" */ 'views/Hatch/Children/Fictitious.vue'),
+ },
+ {
+ path: '/Hatch/Tutor',
+ name: 'Tutor',
+ component: () => import(/* webpackChunkName: "cooperative-enterprise" */ 'views/Hatch/Children/Tutor.vue'),
+ },
+ {
+ path: '/Hatch/Partner',
+ name: 'Partner',
+ component: () => import(/* webpackChunkName: "cooperative-enterprise" */ 'views/Hatch/Children/Partner.vue'),
+ },
+ {
+ path: '/Hatch/Service',
+ name: 'Service',
+ component: () => import(/* webpackChunkName: "cooperative-enterprise" */ 'views/Hatch/Children/Service.vue'),
+ },
+ ],
+ },
];
const router = new VueRouter({
diff --git a/src/views/Hatch/Children/Fictitious.vue b/src/views/Hatch/Children/Fictitious.vue
new file mode 100644
index 0000000..1f738d5
--- /dev/null
+++ b/src/views/Hatch/Children/Fictitious.vue
@@ -0,0 +1,11 @@
+
+ 虚拟孵化器
+
+
diff --git a/src/views/Hatch/Children/Incubator.vue b/src/views/Hatch/Children/Incubator.vue
new file mode 100644
index 0000000..ee80582
--- /dev/null
+++ b/src/views/Hatch/Children/Incubator.vue
@@ -0,0 +1,18 @@
+
+
+ 数智创世代企业孵化器
+
+
diff --git a/src/views/Hatch/Children/Partner.vue b/src/views/Hatch/Children/Partner.vue
new file mode 100644
index 0000000..f820f62
--- /dev/null
+++ b/src/views/Hatch/Children/Partner.vue
@@ -0,0 +1,11 @@
+
+ 合作伙伴
+
+
diff --git a/src/views/Hatch/Children/Service.vue b/src/views/Hatch/Children/Service.vue
new file mode 100644
index 0000000..c1b4ea6
--- /dev/null
+++ b/src/views/Hatch/Children/Service.vue
@@ -0,0 +1,11 @@
+
+ 创业服务
+
+
diff --git a/src/views/Hatch/Children/Space.vue b/src/views/Hatch/Children/Space.vue
new file mode 100644
index 0000000..2cb735d
--- /dev/null
+++ b/src/views/Hatch/Children/Space.vue
@@ -0,0 +1,11 @@
+
+ 高新众创空间
+
+
diff --git a/src/views/Hatch/Children/Tutor.vue b/src/views/Hatch/Children/Tutor.vue
new file mode 100644
index 0000000..e5b94ad
--- /dev/null
+++ b/src/views/Hatch/Children/Tutor.vue
@@ -0,0 +1,11 @@
+
+ 创业导师
+
+
diff --git a/src/views/Hatch/Hatch.vue b/src/views/Hatch/Hatch.vue
new file mode 100644
index 0000000..a6c4365
--- /dev/null
+++ b/src/views/Hatch/Hatch.vue
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
diff --git a/src/views/Hatch/components/LeftNav.vue b/src/views/Hatch/components/LeftNav.vue
new file mode 100644
index 0000000..50ccaee
--- /dev/null
+++ b/src/views/Hatch/components/LeftNav.vue
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+