From ef96847c83778448eb7d41c1a6ecf00a037975d5 Mon Sep 17 00:00:00 2001 From: lucky Date: Thu, 7 Jan 2021 11:23:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=B5=E5=8C=96=E5=B9=B3=E5=8F=B0-=E4=BA=A7?= =?UTF-8?q?=E5=93=81=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PlatformList/PlatformList.vue | 75 ++++++- src/config/api-user.js | 2 +- src/store/modules/home/mutations.js | 27 +++ src/store/modules/home/state.js | 9 +- .../IncubationPlatform/Children/Products.vue | 186 ++++++---------- .../Children/ShareChild/InsDet.vue | 140 ------------ .../Children/ShareChild/Institute.vue | 209 ------------------ 7 files changed, 175 insertions(+), 473 deletions(-) delete mode 100644 src/views/IncubationPlatform/Children/ShareChild/InsDet.vue delete mode 100644 src/views/IncubationPlatform/Children/ShareChild/Institute.vue diff --git a/src/components/PlatformList/PlatformList.vue b/src/components/PlatformList/PlatformList.vue index 283d09b..5be2fd8 100644 --- a/src/components/PlatformList/PlatformList.vue +++ b/src/components/PlatformList/PlatformList.vue @@ -1,17 +1,26 @@