From 8a02cc43b4b1405d6df1f356c7805bdb22db15ef Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Fri, 18 Nov 2022 15:37:00 +0800 Subject: [PATCH 01/10] =?UTF-8?q?=E6=94=BF=E5=8A=A1=E4=BA=91=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/api/home.js | 8 ++-- .../components/GovernmentCloudResources.vue | 43 ++++++++++++++----- front/src/views/home/infrastructurePage.vue | 23 ++++++++-- 3 files changed, 56 insertions(+), 18 deletions(-) diff --git a/front/src/api/home.js b/front/src/api/home.js index fb90e0d0..4851a2f0 100644 --- a/front/src/api/home.js +++ b/front/src/api/home.js @@ -2,7 +2,7 @@ * @Author: hisense.wuhongjian * @Date: 2022-04-01 19:19:40 * @LastEditors: Light - * @LastEditTime: 2022-11-18 09:16:13 + * @LastEditTime: 2022-11-18 14:09:20 * @Description: 告诉大家这是什么 */ import request from '@/utils/request' @@ -526,10 +526,10 @@ export function getGisByArea(data) { data, }) } -export function getPolicyCloudService(params) { +export function getPolicyCloudService(data) { return request({ url: '/resource/getPolicyCloudService', - method: 'get', - params, + method: 'post', + data, }) } diff --git a/front/src/views/home/components/GovernmentCloudResources.vue b/front/src/views/home/components/GovernmentCloudResources.vue index 2752e22b..4861b8fb 100644 --- a/front/src/views/home/components/GovernmentCloudResources.vue +++ b/front/src/views/home/components/GovernmentCloudResources.vue @@ -2,36 +2,59 @@ * @Author: Light * @Date: 2022-11-16 16:46:16 * @LastEditors: Light - * @LastEditTime: 2022-11-17 09:46:45 + * @LastEditTime: 2022-11-18 15:35:25 * @Description: 政务云资源列表 --> - + From bc73b269a6e6befaeaf6777e0ef26a7a2f120a96 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Fri, 18 Nov 2022 15:54:43 +0800 Subject: [PATCH 03/10] =?UTF-8?q?=E6=94=BF=E5=8A=A1=E4=BA=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/infrastructurePage.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/front/src/views/home/infrastructurePage.vue b/front/src/views/home/infrastructurePage.vue index 99fb0dbe..103196b1 100644 --- a/front/src/views/home/infrastructurePage.vue +++ b/front/src/views/home/infrastructurePage.vue @@ -1672,6 +1672,7 @@ 'PaaS服务', '安全服务', '大数据服务', + '运营服务', '附加增值服务', ] } else { From e48f8cc6cea78347922b06037f8f9dfcc0b16053 Mon Sep 17 00:00:00 2001 From: gongjiale <942894820@qq.com> Date: Fri, 18 Nov 2022 16:38:42 +0800 Subject: [PATCH 04/10] =?UTF-8?q?=E8=83=BD=E5=8A=9B=E4=B8=8A=E6=9E=B6?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/capacityOnTheShelf/Algorithm.vue | 2 +- .../home/detailsPageInfrastructureTreeXha.vue | 239 +++++++++++++++--- 2 files changed, 200 insertions(+), 41 deletions(-) diff --git a/front/src/views/capacityOnTheShelf/Algorithm.vue b/front/src/views/capacityOnTheShelf/Algorithm.vue index 128e67b0..18fc2c41 100644 --- a/front/src/views/capacityOnTheShelf/Algorithm.vue +++ b/front/src/views/capacityOnTheShelf/Algorithm.vue @@ -230,7 +230,7 @@ > - diff --git a/front/src/views/home/detailsPageInfrastructureTreeXha.vue b/front/src/views/home/detailsPageInfrastructureTreeXha.vue index b30661cb..b9f1e455 100644 --- a/front/src/views/home/detailsPageInfrastructureTreeXha.vue +++ b/front/src/views/home/detailsPageInfrastructureTreeXha.vue @@ -1,8 +1,34 @@ + +