From cb49487f6ef8eecd83e30966f0cc7cdf6307e8dc Mon Sep 17 00:00:00 2001 From: Jafeng <2998840497@qq.com> Date: Wed, 28 Jan 2026 10:39:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BC=96=E8=AF=91=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 6 ------ utils/api.js | 8 +++----- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/pages.json b/pages.json index 043c9d0..1e067ae 100644 --- a/pages.json +++ b/pages.json @@ -199,12 +199,6 @@ "style": { "navigationBarTitleText": "上传证照" } - }, - { - "path": "pages/login/login", - "style": { - "navigationBarTitleText": "授权登录" - } } ], "globalStyle": { diff --git a/utils/api.js b/utils/api.js index 0fe94f3..d0fdf21 100644 --- a/utils/api.js +++ b/utils/api.js @@ -20,8 +20,7 @@ const urlsConfig = { }, knowledgeBase: { - getArticleByIds: 'getArticleByIds', - // 诊断库(对齐 ykt-management-mobile/src/api/knowledgeBase.js) + getArticleByIds: 'getArticleByIds',// 诊断库 getDisease: 'getDisease', getCommonPhrases: 'getCommonPhrases', saveCommonPhrase: 'saveCommonPhrase', @@ -66,7 +65,7 @@ const urlsConfig = { searchCorpCustomer: 'searchCorpCustomer', searchCorpCustomerWithFollowTime: 'searchCorpCustomerWithFollowTime', unbindMiniAppArchive: 'unbindMiniAppArchive', - // 健康档案相关接口(对齐 ykt-management-mobile/src/api/member.js) + // 健康档案相关接口 addMedicalRecord: 'addMedicalRecord', getMedicalRecordById: 'getMedicalRecordById', updateMedicalRecord: 'updateMedicalRecord', @@ -93,12 +92,11 @@ const urlsConfig = { getManagementPlan: 'getManagementPlan', getManagementPlanById: 'getManagementPlanById', getNextFollowUpTime: 'getNextFollowUpTime', - // 服务记录(对齐 ykt-management-mobile/src/api/todo.js) + // 服务记录相关接口 getServiceRecord: 'getServiceRecord', addServiceRecord: 'addServiceRecord', updateServiceRecord: 'updateServiceRecord', removeServiceRecord: 'removeServiceRecord', - getChatRecordsByGroupId: "getChatRecordsByGroupId", sendConsultRejectedMessage: "sendConsultRejectedMessage" }