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": { "style": {
"navigationBarTitleText": "上传证照" "navigationBarTitleText": "上传证照"
} }
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "授权登录"
}
} }
], ],
"globalStyle": { "globalStyle": {

View File

@ -20,8 +20,7 @@ const urlsConfig = {
}, },
knowledgeBase: { knowledgeBase: {
getArticleByIds: 'getArticleByIds', getArticleByIds: 'getArticleByIds',// 诊断库
// 诊断库(对齐 ykt-management-mobile/src/api/knowledgeBase.js
getDisease: 'getDisease', getDisease: 'getDisease',
getCommonPhrases: 'getCommonPhrases', getCommonPhrases: 'getCommonPhrases',
saveCommonPhrase: 'saveCommonPhrase', saveCommonPhrase: 'saveCommonPhrase',
@ -66,7 +65,7 @@ const urlsConfig = {
searchCorpCustomer: 'searchCorpCustomer', searchCorpCustomer: 'searchCorpCustomer',
searchCorpCustomerWithFollowTime: 'searchCorpCustomerWithFollowTime', searchCorpCustomerWithFollowTime: 'searchCorpCustomerWithFollowTime',
unbindMiniAppArchive: 'unbindMiniAppArchive', unbindMiniAppArchive: 'unbindMiniAppArchive',
// 健康档案相关接口(对齐 ykt-management-mobile/src/api/member.js // 健康档案相关接口
addMedicalRecord: 'addMedicalRecord', addMedicalRecord: 'addMedicalRecord',
getMedicalRecordById: 'getMedicalRecordById', getMedicalRecordById: 'getMedicalRecordById',
updateMedicalRecord: 'updateMedicalRecord', updateMedicalRecord: 'updateMedicalRecord',
@ -93,12 +92,11 @@ const urlsConfig = {
getManagementPlan: 'getManagementPlan', getManagementPlan: 'getManagementPlan',
getManagementPlanById: 'getManagementPlanById', getManagementPlanById: 'getManagementPlanById',
getNextFollowUpTime: 'getNextFollowUpTime', getNextFollowUpTime: 'getNextFollowUpTime',
// 服务记录(对齐 ykt-management-mobile/src/api/todo.js // 服务记录相关接口
getServiceRecord: 'getServiceRecord', getServiceRecord: 'getServiceRecord',
addServiceRecord: 'addServiceRecord', addServiceRecord: 'addServiceRecord',
updateServiceRecord: 'updateServiceRecord', updateServiceRecord: 'updateServiceRecord',
removeServiceRecord: 'removeServiceRecord', removeServiceRecord: 'removeServiceRecord',
getChatRecordsByGroupId: "getChatRecordsByGroupId",
sendConsultRejectedMessage: "sendConsultRejectedMessage" sendConsultRejectedMessage: "sendConsultRejectedMessage"
} }