diff --git a/front/public/index.html b/front/public/index.html index 6eff3f91..3266447f 100644 --- a/front/public/index.html +++ b/front/public/index.html @@ -1,8 +1,8 @@ @@ -34,7 +34,7 @@ // window.SITE_CONFIG['frontUrl'] = 'http://15.72.183.90:7008/document/#/devModelFile/'; // window.SITE_CONFIG['apiURL'] = 'http://15.72.183.90:8000/renren-admin'; // window.SITE_CONFIG['websocketURL'] = '15.72.183.90:8000/renren-admin'; - window.SITE_CONFIG['POI_URL'] = 'http://15.72.178.129:8090/iserver/services/addressmatch-qingdaoPOI181015/restjsr/v1/address'; + // window.SITE_CONFIG['POI_URL'] = 'http://15.72.178.129:8090/iserver/services/addressmatch-qingdaoPOI181015/restjsr/v1/address'; // 包头 // window.SITE_CONFIG['backUrl'] = 'http://10.110.205.1:8001'; // window.SITE_CONFIG['previewUrl'] = 'http://10.110.205.1:8002/'; diff --git a/front/src/api/cimSpecialArea.js b/front/src/api/cimSpecialArea.js index f6292d3c..adaa71d3 100644 --- a/front/src/api/cimSpecialArea.js +++ b/front/src/api/cimSpecialArea.js @@ -1,3 +1,10 @@ +/* + * @Author: hisense.liangjunhua + * @Date: 2022-08-19 14:25:45 + * @LastEditors: hisense.liangjunhua + * @LastEditTime: 2022-08-19 15:25:03 + * @Description: 告诉大家这是什么 + */ import request from '@/utils/request' // 各个cim总数 export function countByType() { @@ -13,3 +20,17 @@ export function getCIMApplyApplicationList() { method: 'get', }) } +// cim+图层 +export function cimImgResources(params) { + return request({ + url: '/resource/cimImgResources?type=' + params, + method: 'get', + }) +} +// cim+算法 +export function cimAssemblyResources() { + return request({ + url: '/resource/cimAssemblyResources', + method: 'get', + }) +} diff --git a/front/src/assets/cimSpecialArea/tcbg.png b/front/src/assets/cimSpecialArea/tcbg.png new file mode 100644 index 00000000..0cc9d82d Binary files /dev/null and b/front/src/assets/cimSpecialArea/tcbg.png differ diff --git a/front/src/assets/cimSpecialArea/tcmr.jpg b/front/src/assets/cimSpecialArea/tcmr.jpg new file mode 100644 index 00000000..e5e72c68 Binary files /dev/null and b/front/src/assets/cimSpecialArea/tcmr.jpg differ diff --git a/front/src/assets/cimSpecialArea/zj.png b/front/src/assets/cimSpecialArea/zj.png new file mode 100644 index 00000000..39d746fc Binary files /dev/null and b/front/src/assets/cimSpecialArea/zj.png differ diff --git a/front/src/views/cimSpecialArea/components/algorithm.vue b/front/src/views/cimSpecialArea/components/algorithm.vue index e69de29b..7f7fe666 100644 --- a/front/src/views/cimSpecialArea/components/algorithm.vue +++ b/front/src/views/cimSpecialArea/components/algorithm.vue @@ -0,0 +1,87 @@ + + + + CIM+算法 + + + {{ val.name }} + + + + + + + diff --git a/front/src/views/cimSpecialArea/components/layer.vue b/front/src/views/cimSpecialArea/components/layer.vue index e69de29b..912b174e 100644 --- a/front/src/views/cimSpecialArea/components/layer.vue +++ b/front/src/views/cimSpecialArea/components/layer.vue @@ -0,0 +1,279 @@ + + + + CIM+图层 + + + + + + {{ val.name }} + + {{ val.name }} + + + + + + + + + {{ val.name }} + + {{ val.name }} + + + + + + + + {{ val.dictLabel }} + + + + + {{ selectResources.name }} + + + + + + + diff --git a/front/src/views/cimSpecialArea/components/platform.vue b/front/src/views/cimSpecialArea/components/platform.vue index eeb4d121..2288b6bc 100644 --- a/front/src/views/cimSpecialArea/components/platform.vue +++ b/front/src/views/cimSpecialArea/components/platform.vue @@ -14,7 +14,7 @@ > - {{ item.name }} + {{ item.NAME }} @@ -12,6 +12,7 @@ +