diff --git a/back/src/views/main-content.vue b/back/src/views/main-content.vue index 9466136c..a84e161c 100644 --- a/back/src/views/main-content.vue +++ b/back/src/views/main-content.vue @@ -65,75 +65,83 @@ \ No newline at end of file + diff --git a/front/src/api/file.js b/front/src/api/file.js index c0e0dd66..7bb2e58d 100644 --- a/front/src/api/file.js +++ b/front/src/api/file.js @@ -1,8 +1,8 @@ /* * @Author: hisense.wuhongjian * @Date: 2022-04-20 17:16:35 - * @LastEditors: hisense.wuhongjian - * @LastEditTime: 2022-11-24 14:32:50 + * @LastEditors: Light + * @LastEditTime: 2022-11-24 18:04:45 * @Description: 告诉大家这是什么 */ import request from '@/utils/request' @@ -117,7 +117,7 @@ export function getPlaceType() { //西海岸 根据标签树查询视频列表 export function CameraConditionPlaceType(params) { return axios.post( - `http://${_cameraUrl}/data_service/getCamera/CameraConditionPlaceType'`, + `http://${_cameraUrl}/data_service/getCamera/CameraConditionPlaceType`, params, config2 ) diff --git a/front/src/views/home/detailsPageInfrastructureTreeXha.vue b/front/src/views/home/detailsPageInfrastructureTreeXha.vue index 56d11d22..b345a31f 100644 --- a/front/src/views/home/detailsPageInfrastructureTreeXha.vue +++ b/front/src/views/home/detailsPageInfrastructureTreeXha.vue @@ -109,373 +109,306 @@