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', }); }