diff --git a/src/assets/zckj01.png b/src/assets/zckj01.png new file mode 100644 index 0000000..c8268f0 Binary files /dev/null and b/src/assets/zckj01.png differ diff --git a/src/assets/zckj02.png b/src/assets/zckj02.png new file mode 100644 index 0000000..b288452 Binary files /dev/null and b/src/assets/zckj02.png differ diff --git a/src/assets/zckj03.png b/src/assets/zckj03.png new file mode 100644 index 0000000..08c031a Binary files /dev/null and b/src/assets/zckj03.png differ diff --git a/src/common/platform.styl b/src/common/platform.styl index d464bb5..ff0b856 100644 --- a/src/common/platform.styl +++ b/src/common/platform.styl @@ -132,7 +132,6 @@ .content-box { position: relative; padding: 0 9%; - } .introduce-box { width: 60%; diff --git a/src/components/HeadNav/HeadNav.vue b/src/components/HeadNav/HeadNav.vue index be23c75..af09407 100644 --- a/src/components/HeadNav/HeadNav.vue +++ b/src/components/HeadNav/HeadNav.vue @@ -91,26 +91,35 @@ export default { }, { name: '孵化平台', + url: '/IncubationPlatform/MakerSpace', children: [ { title: '众创空间', - url: '', + url: '/IncubationPlatform/MakerSpace', }, { title: '公共实验室', - url: '', + url: '/IncubationPlatform/PublicLaboratory', + }, + { + title: '中试基地', + url: '/IncubationPlatform/PilotBase', + }, + { + title: '创业导师', + url: '/IncubationPlatform/Tutor', }, { title: '合作伙伴', - url: '', + url: '/IncubationPlatform/Partner', }, { title: '创业服务', - url: '', + url: '/IncubationPlatform/Services', }, { title: '产品展示', - url: '', + url: '/IncubationPlatform/Products', }, ], }, diff --git a/src/router/index.js b/src/router/index.js index 2305683..64dac6b 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -111,7 +111,7 @@ const routes = [ name: 'ContactUs', component: () => import(/* webpackChunkName: "cooperative-enterprise" */ 'views/ContactUs/ContactUs.vue'), }, - + // 创新平台 { path: '/NewPlatform/NewCore', name: 'NewPlatform', @@ -175,6 +175,56 @@ const routes = [ }, ], }, + // 孵化平台 + { + path: '/IncubationPlatform/MakerSpace', + name: 'IncubationPlatform', + component: () => import(/* webpackChunkName: "cooperative-enterprise" */ 'views/IncubationPlatform/IncubationPlatform.vue'), + children: [ + // 众创空间 + { + path: '/IncubationPlatform/MakerSpace', + name: 'MakerSpace', + component: () => import(/* webpackChunkName: "cooperative-enterprise" */ 'views/IncubationPlatform/Children/MakerSpace.vue'), + }, + // 公共实验室 + { + path: '/IncubationPlatform/PublicLaboratory', + name: 'PublicLaboratory', + component: () => import(/* webpackChunkName: "cooperative-enterprise" */ 'views/IncubationPlatform/Children/PublicLaboratory.vue'), + }, + // 中试基地 + { + path: '/IncubationPlatform/PilotBase', + name: 'PilotBase', + component: () => import(/* webpackChunkName: "cooperative-enterprise" */ 'views/IncubationPlatform/Children/PilotBase.vue'), + }, + // 创业导师 + { + path: '/IncubationPlatform/Tutor', + name: 'Tutor', + component: () => import(/* webpackChunkName: "cooperative-enterprise" */ 'views/IncubationPlatform/Children/Tutor.vue'), + }, + // 合作伙伴 + { + path: '/IncubationPlatform/Partner', + name: 'Partner', + component: () => import(/* webpackChunkName: "cooperative-enterprise" */ 'views/IncubationPlatform/Children/Partner.vue'), + }, + // 创业服务 + { + path: '/IncubationPlatform/Services', + name: 'Services', + component: () => import(/* webpackChunkName: "cooperative-enterprise" */ 'views/IncubationPlatform/Children/Services.vue'), + }, + // 产品展示 + { + path: '/IncubationPlatform/Products', + name: 'Products', + component: () => import(/* webpackChunkName: "cooperative-enterprise" */ 'views/IncubationPlatform/Children/Products.vue'), + }, + ], + }, // 购物车 { path: '/Cart', diff --git a/src/views/About/Children/Introduce.vue b/src/views/About/Children/Introduce.vue index ee8c496..581c3fc 100644 --- a/src/views/About/Children/Introduce.vue +++ b/src/views/About/Children/Introduce.vue @@ -1,6 +1,6 @@