From b46329f26bd29aede48aa915f95bc4dde7b0bc61 Mon Sep 17 00:00:00 2001 From: lucky Date: Thu, 7 Jan 2021 14:06:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=AD=E7=89=A9=E8=BD=A6=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Banner/Banner.vue | 11 +- src/config/api.js | 4 + src/router/index.js | 6 + src/store/modules/home/actions.js | 23 +- src/store/modules/home/mutations.js | 9 + src/store/modules/home/state.js | 1 + src/views/Cart/Cart.vue | 21 +- .../Children/MakerSpace.vue | 16 +- .../Children/ShareChild/Institute.vue | 208 ---------------- .../Children/place/EntitySpace.vue | 235 ++++++++++++++++++ .../IncubationPlatform/components/HNav.vue | 2 +- 11 files changed, 314 insertions(+), 222 deletions(-) delete mode 100644 src/views/IncubationPlatform/Children/ShareChild/Institute.vue create mode 100644 src/views/IncubationPlatform/Children/place/EntitySpace.vue diff --git a/src/components/Banner/Banner.vue b/src/components/Banner/Banner.vue index b23b62c..4e54772 100644 --- a/src/components/Banner/Banner.vue +++ b/src/components/Banner/Banner.vue @@ -5,7 +5,7 @@ --> - - diff --git a/src/views/IncubationPlatform/Children/place/EntitySpace.vue b/src/views/IncubationPlatform/Children/place/EntitySpace.vue new file mode 100644 index 0000000..0870e4e --- /dev/null +++ b/src/views/IncubationPlatform/Children/place/EntitySpace.vue @@ -0,0 +1,235 @@ + + + + + diff --git a/src/views/IncubationPlatform/components/HNav.vue b/src/views/IncubationPlatform/components/HNav.vue index 2ae7712..4a5eaf3 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/IncubationPlatform', + url: '/IncubationPlatform/MakerSpace', }, { title: '公共实验室',