feat(clinic): 添加诊所相关API接口和数据模型

- 添加挂号管理接口和数据模型- 添加医生入驻申请接口和数据模型- 添加医疗记录接口和数据模型- 添加分销商用户记录接口和数据模型- 添加病例管理接口和数据模型
- 添加药品库接口和数据模型
- 添加药品出入库接口和数据模型
- 添加药品库存接口和数据模型- 添加处方订单接口和数据模型
- 修改开发环境API基础URL为本地地址
This commit is contained in:
2025-10-22 16:20:34 +08:00
parent a760e46e8b
commit 1873299eb8
149 changed files with 13008 additions and 509 deletions

View File

@@ -4,7 +4,7 @@ export default {
'pages/cart/cart',
'pages/find/find',
'pages/user/user',
'pages/category/category'
'pages/chat/chat'
],
"subpackages": [
{
@@ -76,6 +76,7 @@ export default {
"root": "doctor",
"pages": [
"index",
"apply/index",
"apply/add",
"withdraw/index",
"orders/index",
@@ -89,6 +90,13 @@ export default {
"customer/trading",
]
},
{
"root": "clinic",
"pages": [
"clinicPatientUser/add",
"clinicDoctorUser/add"
]
},
{
"root": "shop",
"pages": [
@@ -127,10 +135,10 @@ export default {
text: "首页",
},
{
pagePath: "pages/category/category",
iconPath: "assets/tabbar/category.png",
selectedIconPath: "assets/tabbar/category-active.png",
text: "分类",
pagePath: "pages/chat/chat",
iconPath: "assets/tabbar/chat.png",
selectedIconPath: "assets/tabbar/chat-active.png",
text: "咨询",
},
{
pagePath: "pages/cart/cart",