src/api/platform/home.js
@@ -25,3 +25,19 @@ params: data }) } // 运维到期预警 export function ywPoint() { return request({ url: '/home/ywPoint', method: 'get' }) } // 运维单位超期责任数排名 export function ywUnitCount() { return request({ url: '/home/ywUnitCount', method: 'get' }) }