diff --git a/api/pagesC/Healthrecords/index.js b/api/pagesC/Healthrecords/index.js index 2025d0e..86ff493 100644 --- a/api/pagesC/Healthrecords/index.js +++ b/api/pagesC/Healthrecords/index.js @@ -56,7 +56,7 @@ export function getVisitDetail(phType, identity, id) { // 获取复诊记录时间轴 export function getSubsequentVisitTime(identity) { return request({ - url: `/performance/timelineList/${identity}`, + url: `/applet/performance/timelineList/${identity}`, method: 'get', header: { region: uni.getStorageSync('region'), @@ -67,7 +67,7 @@ export function getSubsequentVisitTime(identity) { // 获取复诊记录详情 export function getSubsequentVisitDetail(perRecordId) { return request({ - url: `/performance/getDetail/${perRecordId}`, + url: `/applet/performance/getDetail/${perRecordId}`, method: 'get', header: { region: uni.getStorageSync('region')