From 9585b779d152375a2a883ed21f6a5c91cbd34cd0 Mon Sep 17 00:00:00 2001 From: Zhufu <1176354795@qq.com> Date: Mon, 5 Aug 2024 14:24:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=9E=E7=B2=AE=E5=8C=96=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/demo/degraining/patchsummary/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/demo/degraining/patchsummary/index.vue b/src/views/demo/degraining/patchsummary/index.vue index dafbfb5b..133a35ff 100644 --- a/src/views/demo/degraining/patchsummary/index.vue +++ b/src/views/demo/degraining/patchsummary/index.vue @@ -134,10 +134,10 @@ let url = ''; let fileName = ''; if (exportType == 'excel') { - url = VITE_GLOB_API_URL + '/api/DroneCaseInfoSatellite/ExportCaseInfoWpxfTuBanList'; + url = VITE_GLOB_API_URL + '/api/DroneCaseInfoFLH/ExportCaseInfoTuBanList'; fileName = '图斑汇总统计报表' + new Date().getTime() + '.xls'; } else if (exportType == 'shp') { - url = VITE_GLOB_API_URL + '/api/DroneCaseInfoSatellite/ExportCaseInfoWpxfShapefile'; + url = VITE_GLOB_API_URL + '/api/DroneCaseInfoFLH/ExportCaseInfoShapefile'; fileName = '图斑汇总矢量数据' + new Date().getTime() + '.zip'; } axios({