From 4c4de0abea4068fb2de88361d591c4b956728e1d Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Tue, 9 Aug 2022 16:36:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=94=E7=94=A8=E5=B9=BF=E5=9C=BA=E5=BC=80?= =?UTF-8?q?=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/public/static/config/location.js | 6 +- front/src/api/home.js | 10 +- .../capacitySquare/components/application.vue | 112 ++++++++++++++++-- 3 files changed, 112 insertions(+), 16 deletions(-) diff --git a/front/public/static/config/location.js b/front/public/static/config/location.js index 9ce152a1..c9668438 100644 --- a/front/public/static/config/location.js +++ b/front/public/static/config/location.js @@ -1,11 +1,11 @@ /* * @Author: hisense.wuhongjian * @Date: 2020-07-07 16:03:23 - * @LastEditors: hisense.wuhongjian - * @LastEditTime: 2022-08-06 10:43:53 + * @LastEditors: hisense.liangjunhua + * @LastEditTime: 2022-08-09 15:29:14 * @Description: 数据资源参数配置 */ -const newLocation = 'xihaian' +const newLocation = 'qingdao' // const newLocation = 'baotou' // const newLocation = 'xihaian' diff --git a/front/src/api/home.js b/front/src/api/home.js index 417b6e6e..ca2b548a 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: hisense.liangjunhua - * @LastEditTime: 2022-07-18 16:24:44 + * @LastEditTime: 2022-08-09 10:37:31 * @Description: 告诉大家这是什么 */ import request from '@/utils/request' @@ -370,3 +370,11 @@ export function getDevelopDocTree(params) { params, }) } +// 能力广场 应用资源 +export function selectAppList(params) { + return request({ + url: '/resource/selectAppList', + method: 'get', + params, + }) +} diff --git a/front/src/views/capacitySquare/components/application.vue b/front/src/views/capacitySquare/components/application.vue index 508c2a03..8958c731 100644 --- a/front/src/views/capacitySquare/components/application.vue +++ b/front/src/views/capacitySquare/components/application.vue @@ -2,22 +2,26 @@ * @Author: hisense.liangjunhua * @Date: 2022-08-09 09:31:25 * @LastEditors: hisense.liangjunhua - * @LastEditTime: 2022-08-09 15:43:34 + * @LastEditTime: 2022-08-09 16:35:48 * @Description: 应用资源 -->