From 32cad1e497c7d8ab9a3f6cc146d5c91a2c4876ad Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Mon, 2 Jan 2023 20:37:50 +0800 Subject: [PATCH] =?UTF-8?q?1.2=20=E4=BF=AE=E6=94=B9=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E7=9B=91=E6=8E=A7-=E8=A7=A3=E5=AF=86=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E3=80=81mac=E5=9C=B0=E5=9D=80=E7=9B=B8=E5=90=8C=E5=8F=8A?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E9=A1=B9=E7=9B=AE=E5=88=97=E8=A1=A8=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ElecEvaluation/Monitor/service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/ElecEvaluation/Monitor/service.ts b/src/pages/ElecEvaluation/Monitor/service.ts index 77e4d77..34ac760 100644 --- a/src/pages/ElecEvaluation/Monitor/service.ts +++ b/src/pages/ElecEvaluation/Monitor/service.ts @@ -135,7 +135,7 @@ export async function getNoOpenAssessListAPI(data: any) { * 异常监控-解密异常、mac地址相同及相关项目列表 */ export async function getDecryptDataAPI() { - return request('/api/biz-service-ebtp-statistics/exceptionMonitor/getDecryptData', { + return request('/api/biz-service-ebtp-statistics/exceptionMonitor/getDecryptDataNow', { method: 'GET', }); }