diff --git a/src/views/IncubationPlatform/Children/Incubator.vue b/src/views/IncubationPlatform/Children/Incubator.vue index cfdcc08..9241d0b 100644 --- a/src/views/IncubationPlatform/Children/Incubator.vue +++ b/src/views/IncubationPlatform/Children/Incubator.vue @@ -20,11 +20,11 @@ import Banner from 'components/Banner/Banner.vue'; import HNav from './../components/HNav.vue'; import BreadCrumb from 'components/BreadCrumb/BreadCrumb.vue'; -import RichText from 'components/Introduce/RichText.vue'; +// import RichText from 'components/Introduce/RichText.vue'; export default { name: 'Incubator', - components: { Banner, HNav, BreadCrumb, RichText }, + components: { Banner, HNav, BreadCrumb }, data() { return { title: '孵化平台-孵化场所', diff --git a/src/views/IncubationPlatform/Children/MakerSpace.vue b/src/views/IncubationPlatform/Children/MakerSpace.vue index d410f5b..4895148 100644 --- a/src/views/IncubationPlatform/Children/MakerSpace.vue +++ b/src/views/IncubationPlatform/Children/MakerSpace.vue @@ -12,8 +12,16 @@