fix: 编译错误

This commit is contained in:
Jafeng 2026-01-28 10:39:44 +08:00
parent 16b179c147
commit cb49487f6e
2 changed files with 3 additions and 11 deletions

View File

@ -199,12 +199,6 @@
"style": {
"navigationBarTitleText": "上传证照"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "授权登录"
}
}
],
"globalStyle": {

View File

@ -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"
}