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 @@
+
+
+
+
+