1. 更新分包,现在主包超过了2m

This commit is contained in:
李琦
2026-06-01 13:24:36 +08:00
parent d89f3a1658
commit a515ed3d37
31 changed files with 42 additions and 39 deletions

View File

@@ -48,31 +48,6 @@
"navigationStyle": "custom"
}
},
{
"path": "pages/my/prescriptionList",
"style": {
"navigationBarTitleText": "我的处方"
}
},
{
"path": "pages/workbench/prescriptionList",
"style": {
"navigationBarTitleText": "待流转处方"
}
},
{
"path": "pages/workbench/prescriptionDetail",
"style": {
"navigationBarTitleText": "处方详情"
}
},
{
"path": "pages/my/prescriptionDetail",
"style": {
"navigationBarTitleText": "处方详情"
}
},
{
"path": "pages/pharmacist/index",
"style": {
@@ -228,6 +203,18 @@
"navigationBarTitleText": "患者详情"
}
},
{
"path": "prescriptionList",
"style": {
"navigationBarTitleText": "待流转处方"
}
},
{
"path": "prescriptionDetail",
"style": {
"navigationBarTitleText": "处方详情"
}
}
]
},
@@ -321,6 +308,18 @@
"navigationBarTitleText": "常用医嘱管理"
}
},
{
"path": "prescriptionList",
"style": {
"navigationBarTitleText": "我的处方"
}
},
{
"path": "prescriptionDetail",
"style": {
"navigationBarTitleText": "处方详情"
}
}
]
},