From de41b71f31e71be9a57e11070d855f807e1e9aaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=95=E5=B5=A9?= <17854119262@163.com> Date: Thu, 5 Jun 2025 10:01:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9D=E6=B3=95=E7=94=A8=E5=9C=B0-=E6=8C=81?= =?UTF-8?q?=E7=BB=AD=E7=9B=91=E7=AE=A1-=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/demo/system.ts | 7 +------ src/views/demo/tiankongdi/keepSupervision/index.vue | 10 +++------- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/src/api/demo/system.ts b/src/api/demo/system.ts index 60279a24..9f7b35b7 100644 --- a/src/api/demo/system.ts +++ b/src/api/demo/system.ts @@ -148,8 +148,6 @@ enum Api { GetCxjgCaseInfoById = '/api/DroneCaseInfoSingle/GetCxjgCaseInfoById', // 持续监管-迁入违法专题 MoveInIllegalSubject = '/api/DroneCaseInfoSingle/MoveInIllegalSubject', - // 持续监管-导出 - ExportCaseInfoCxjgShapefile = '/api/DroneCaseInfoSingle/ExportCaseInfoCxjgShapefile', } export const getPositionsTree = (params?: AccountParams) => defHttp.get({ url: Api.PositionsTree, params }); @@ -557,7 +555,4 @@ export const GetCxjgCaseInfoById = (params) => defHttp.get({ url: Api.GetCxjgCaseInfoById, params }); // 持续监管-迁入违法专题 export const MoveInIllegalSubject = (params) => - defHttp.post({ url: Api.MoveInIllegalSubject, params }); -// 持续监管-导出 -export const ExportCaseInfoCxjgShapefile = (params) => - defHttp.post({ url: Api.ExportCaseInfoCxjgShapefile, params }); \ No newline at end of file + defHttp.post({ url: Api.MoveInIllegalSubject, params }); \ No newline at end of file diff --git a/src/views/demo/tiankongdi/keepSupervision/index.vue b/src/views/demo/tiankongdi/keepSupervision/index.vue index cdada381..50670d1a 100644 --- a/src/views/demo/tiankongdi/keepSupervision/index.vue +++ b/src/views/demo/tiankongdi/keepSupervision/index.vue @@ -102,11 +102,7 @@