diff --git a/api/homepage/index.js b/api/homepage/index.js index a71a9cc..3706349 100644 --- a/api/homepage/index.js +++ b/api/homepage/index.js @@ -12,7 +12,7 @@ export function selectOrderByNursePersonCount(nurseStationPersonId) { //护理新闻 export function selectNurseNews(pageNum, pageSize) { return request({ - url: `/nurseApplet/personLearn/selectNurseNews?pageNum=${pageNum}&pageSize=${pageSize}&informationCategoryType=${'NURSING_NEWS'}`, + url: `/nurseApplet/nearbyNursingStation/getHeathHousingList?pageNum=${pageNum}&pageSize=${pageSize}&informationCategoryType=${'NURSING_NEWS'}`, method: 'GET' }) }