From d764749805e2cc91d22556f7f7eab3da15856f0d Mon Sep 17 00:00:00 2001 From: song Date: Tue, 15 Feb 2022 16:56:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E4=BD=93=E7=A9=BA=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BannerList/BannerList.vue | 91 +++++ src/components/HeadNav/HeadNav.vue | 2 +- src/components/Introduce/Organ.vue | 4 +- src/store/modules/home/actions.js | 2 +- src/views/About/Children/Index.vue | 110 +++--- src/views/About/Children/Organ.vue | 4 +- src/views/About/components/HNav.vue | 2 +- .../IncubationPlatform/Children/Index.vue | 204 ++++++----- .../Children/place/EntitySpace copy.vue | 339 ++++++++++++++++++ .../Children/place/EntitySpace.vue | 32 +- .../IncubationPlatform/components/HNav.vue | 8 +- src/views/Industry/Children/Index.vue | 175 +++++---- src/views/NewPlatform/Children/Develop.vue | 2 + src/views/NewPlatform/Children/Index.vue | 246 +++++++------ src/views/NewPlatform/Children/Share.vue | 2 + src/views/NewPlatform/Children/Transfer.vue | 2 + 16 files changed, 884 insertions(+), 341 deletions(-) create mode 100644 src/components/BannerList/BannerList.vue create mode 100644 src/views/IncubationPlatform/Children/place/EntitySpace copy.vue diff --git a/src/components/BannerList/BannerList.vue b/src/components/BannerList/BannerList.vue new file mode 100644 index 0000000..bf37d91 --- /dev/null +++ b/src/components/BannerList/BannerList.vue @@ -0,0 +1,91 @@ + + + + + diff --git a/src/components/HeadNav/HeadNav.vue b/src/components/HeadNav/HeadNav.vue index b0b5f33..ec790e1 100644 --- a/src/components/HeadNav/HeadNav.vue +++ b/src/components/HeadNav/HeadNav.vue @@ -53,7 +53,7 @@ export default { // url: '/About/Introduce', // }, { - title: '组织机构', + title: '组织架构', url: '/About/Index#organize', }, { diff --git a/src/components/Introduce/Organ.vue b/src/components/Introduce/Organ.vue index d5b4255..5263680 100644 --- a/src/components/Introduce/Organ.vue +++ b/src/components/Introduce/Organ.vue @@ -11,11 +11,11 @@ export default { name: 'Organ', data() { return { - title: '关于我们-组织机构', + title: '关于我们-组织架构', showPage: 12, arr: [ { name: '关于我们', url: '/About/Introduce' }, - { name: '组织机构', url: '' }, + { name: '组织架构', url: '' }, ], treedata: [ { diff --git a/src/store/modules/home/actions.js b/src/store/modules/home/actions.js index 4ba5460..40861fb 100644 --- a/src/store/modules/home/actions.js +++ b/src/store/modules/home/actions.js @@ -93,7 +93,7 @@ const actions = { * @param {object} showPage 页面显示位置 * 0 首页 * 11 关于我们-公司介绍 - * 12 关于我们-组织机构 + * 12 关于我们-组织架构 * 32 创新平台-创新资源平台 * 33 创新平台-创新服务 * 41 孵化平台-众创空间 diff --git a/src/views/About/Children/Index.vue b/src/views/About/Children/Index.vue index b5e2659..8838c46 100644 --- a/src/views/About/Children/Index.vue +++ b/src/views/About/Children/Index.vue @@ -2,76 +2,72 @@
- -