From ed1a883b4393dbf01e94d5002a88cb37e5d98735 Mon Sep 17 00:00:00 2001 From: xuhaoyun Date: Thu, 29 Jun 2023 14:16:09 +0800 Subject: [PATCH] 0629 --- src/api/enterpriseRank/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/enterpriseRank/index.js b/src/api/enterpriseRank/index.js index 458e5cb..cb56774 100644 --- a/src/api/enterpriseRank/index.js +++ b/src/api/enterpriseRank/index.js @@ -2,7 +2,7 @@ import request from '@/utils/request' //首页数据统计 export function getSafeCompanyStatisticsScore(params) { return request({ - url: '/safety/system/tbSafeCompanyStatisticsScore/getSafeCompanyStatisticsScore', + url: '/safety/index/company/statistics/detail', method: 'post', params })