From b43b279daca43b7821f44ca7e138fefd548441b9 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 6 May 2023 17:24:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A4=E7=90=86=E6=96=B0=E9=97=BB=E6=9B=B4?= =?UTF-8?q?=E6=8D=A2=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/homepage/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }) }