From b2effa3c14590d2cd7db28c47046e2bb4d195fcc Mon Sep 17 00:00:00 2001 From: gaoyuanwei <2826352639@qq.com> Date: Fri, 19 Aug 2022 14:24:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E4=B8=A4=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/api/cimSpecialArea.js | 4 +- .../cimSpecialArea/components/cimHead.vue | 104 +++++++++++++++ .../cimSpecialArea/components/platform.vue | 119 ++++++++++++++++++ 3 files changed, 225 insertions(+), 2 deletions(-) diff --git a/front/src/api/cimSpecialArea.js b/front/src/api/cimSpecialArea.js index 3e2d35d9..f6292d3c 100644 --- a/front/src/api/cimSpecialArea.js +++ b/front/src/api/cimSpecialArea.js @@ -2,14 +2,14 @@ import request from '@/utils/request' // 各个cim总数 export function countByType() { return request({ - url: '/renren-admin/resource/countByType', + url: '/resource/countByType', method: 'get', }) } // cim+平台 export function getCIMApplyApplicationList() { return request({ - url: '/renren-admin/resource/getCIMApplyApplicationList', + url: '/resource/getCIMApplyApplicationList', method: 'get', }) } diff --git a/front/src/views/cimSpecialArea/components/cimHead.vue b/front/src/views/cimSpecialArea/components/cimHead.vue index e69de29b..13fb00a4 100644 --- a/front/src/views/cimSpecialArea/components/cimHead.vue +++ b/front/src/views/cimSpecialArea/components/cimHead.vue @@ -0,0 +1,104 @@ + + + diff --git a/front/src/views/cimSpecialArea/components/platform.vue b/front/src/views/cimSpecialArea/components/platform.vue index e69de29b..90386228 100644 --- a/front/src/views/cimSpecialArea/components/platform.vue +++ b/front/src/views/cimSpecialArea/components/platform.vue @@ -0,0 +1,119 @@ + + +