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 })