From ca3fadf53e7f650d8f32e0fcdba0386056e0791f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=88=E5=85=86=E5=A2=9E?= <你的邮箱@example.com> Date: Thu, 16 Jul 2026 15:21:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=80=BE=E6=96=9C=E6=91=84?= =?UTF-8?q?=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/map/TiltPhotoManagement/index.ts | 12 +- .../system/TiltPhotoManagement/index.vue | 9 +- .../ConfigManagement/ConfigManagementForm.vue | 828 ------------------ .../ConfigManagementSearch.vue | 83 -- .../map/components/ConfigManagement/index.vue | 359 -------- .../StationManagementForm.vue | 160 ---- .../StationManagementSearch.vue | 67 -- .../components/StationManagement/index.vue | 190 ---- .../TiltPhotoManagementForm.vue | 252 ------ .../TiltPhotoManagementSearch.vue | 81 -- .../components/TiltPhotoManagement/index.vue | 250 ------ 11 files changed, 14 insertions(+), 2277 deletions(-) delete mode 100644 frontend/src/views/system/map/components/ConfigManagement/ConfigManagementForm.vue delete mode 100644 frontend/src/views/system/map/components/ConfigManagement/ConfigManagementSearch.vue delete mode 100644 frontend/src/views/system/map/components/ConfigManagement/index.vue delete mode 100644 frontend/src/views/system/map/components/StationManagement/StationManagementForm.vue delete mode 100644 frontend/src/views/system/map/components/StationManagement/StationManagementSearch.vue delete mode 100644 frontend/src/views/system/map/components/StationManagement/index.vue delete mode 100644 frontend/src/views/system/map/components/TiltPhotoManagement/TiltPhotoManagementForm.vue delete mode 100644 frontend/src/views/system/map/components/TiltPhotoManagement/TiltPhotoManagementSearch.vue delete mode 100644 frontend/src/views/system/map/components/TiltPhotoManagement/index.vue diff --git a/frontend/src/api/system/map/TiltPhotoManagement/index.ts b/frontend/src/api/system/map/TiltPhotoManagement/index.ts index 5b041a97..b88ee4ed 100644 --- a/frontend/src/api/system/map/TiltPhotoManagement/index.ts +++ b/frontend/src/api/system/map/TiltPhotoManagement/index.ts @@ -1,9 +1,17 @@ import request from '@/utils/request'; - + +// 获取倾斜摄影 列表 +export function getListTiltPhotoTree(data: any) { + return request({ + url: '/sys/oblique/GetKendoListCust', + method: 'post', + data: data + }); +} // 获取所有倾斜摄影 export function getAllTiltPhotoTree(data: any) { return request({ - url: '/sys/oblique/GetKendoListCust', + url: '/overview/vmsstbprpt/GetKendoList', method: 'post', data: data }); diff --git a/frontend/src/views/system/TiltPhotoManagement/index.vue b/frontend/src/views/system/TiltPhotoManagement/index.vue index e876afc0..98aa474e 100644 --- a/frontend/src/views/system/TiltPhotoManagement/index.vue +++ b/frontend/src/views/system/TiltPhotoManagement/index.vue @@ -12,10 +12,10 @@ -