@@ -123,20 +126,23 @@ import BreadCrumb from 'components/BreadCrumb/BreadCrumb.vue';
import SettledModel from 'components/Introduce/SettledModel.vue';
import InformationModel from 'components/Introduce/InformationModel.vue';
import Banner from 'components/Banner/Banner.vue';
+import BannerList from 'components/BannerList/BannerList.vue';
import SettledEnterprise from 'components/SettledEnterprise/SettledEnterprise.vue';
import { searchEnt } from 'config/api';
export default {
name: 'EntitySpace',
- components: { HNav, BreadCrumb, SettledModel, Banner, SettledEnterprise, InformationModel },
+ components: { HNav, BreadCrumb, SettledModel, Banner, SettledEnterprise, InformationModel, BannerList },
data() {
return {
title: '实体众创空间',
arr: [
- { name: '创业社区', url: '/IncubationPlatform/MakerSpace' },
- { name: '众创空间', url: '/IncubationPlatform/MakerSpace' },
+ { name: '创业社区', url: '/IncubationPlatform/Index' },
+ { name: '众创空间', url: '/IncubationPlatform/Index#mao1' },
{ name: '实体众创空间', url: '' },
],
+ type: 'stkj',
+ num: 7,
list: [],
pageSize: 18,
current: 1,
@@ -336,4 +342,10 @@ export default {
.center-img {
width: 79%;
}
+
+.banner-list{
+ width: 100%;
+ padding: 60px 0 30px;
+ background: #fff;
+}
diff --git a/src/views/IncubationPlatform/components/HNav.vue b/src/views/IncubationPlatform/components/HNav.vue
index c095a77..8f6a45f 100644
--- a/src/views/IncubationPlatform/components/HNav.vue
+++ b/src/views/IncubationPlatform/components/HNav.vue
@@ -18,7 +18,7 @@ export default {
list: [
{
title: '众创空间',
- url: '/IncubationPlatform/MakerSpace',
+ url: '/IncubationPlatform/Index#mao1',
},
// {
// title: '公共实验室',
@@ -34,15 +34,15 @@ export default {
// },
{
title: '创业服务',
- url: '/IncubationPlatform/Services',
+ url: '/IncubationPlatform/Index#mao3',
},
// {
// title: '产品展示',
// url: '/IncubationPlatform/Products',
// },
{
- title: '交流社区',
- url: '/IncubationPlatform/Community',
+ title: '合作伙伴',
+ url: '/IncubationPlatform/Index#mao4',
},
],
};
diff --git a/src/views/Industry/Children/Index.vue b/src/views/Industry/Children/Index.vue
index 7184d9f..e4c7a22 100644
--- a/src/views/Industry/Children/Index.vue
+++ b/src/views/Industry/Children/Index.vue
@@ -6,99 +6,99 @@