2024-09-19 12:57:55 +08:00
|
|
|
{
|
|
|
|
|
"easycom": {
|
|
|
|
|
"autoscan": true,
|
|
|
|
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
|
|
|
|
|
"^d-(.*)": "@/components/d-$1/d-$1.vue"
|
|
|
|
|
},
|
|
|
|
|
"pages": [{
|
|
|
|
|
"path": "pages/login/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "登录",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/login/register",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "注册",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/workbench/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "工作台",
|
2026-05-14 14:29:51 +08:00
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"backgroundTextStyle": "dark",
|
|
|
|
|
"backgroundColor": "#f7f8fa"
|
2026-07-03 07:57:26 +08:00
|
|
|
},
|
|
|
|
|
"usingComponents": {
|
|
|
|
|
"d-top-message": "/components/d-top-message/d-top-message"
|
2024-09-19 12:57:55 +08:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/workbench/examine",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "账号审核"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/patient/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "患者",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/my/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "我的",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/pharmacist/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "药师",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/pharmacist/pharmacist-my",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "我的",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"subPackages": [{
|
|
|
|
|
"root": "subPackages/sub_workbench",
|
|
|
|
|
"pages": [{
|
|
|
|
|
"path": "workbench_upInfo/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "上传资料",
|
|
|
|
|
"enablePullDownRefresh ": false, //此设置 是否开启当前页面下拉刷新。
|
|
|
|
|
"disableScroll": false //此设置 是否允许页面整体上下滚动。
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "workbench_consult",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "图文咨询",
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "workbench_identity",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "选择身份",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "workbench_reception",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "加载中..."
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "workbench_succeed",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "加载中..."
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "workbench_announcement",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "停诊公告"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "workbench_upInfo/select",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "加载中...",
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"backgroundColor": "#000"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "workbench_evaluation",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "我的评价",
|
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "workbench_reason",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "选择退诊原因"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "workbench_recipe/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "处方详情",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "workbench_recipe/add",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "添加商品"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "workbench_recipe/addType2",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "添加商品"
|
|
|
|
|
}
|
|
|
|
|
},
|
2024-12-21 17:10:32 +08:00
|
|
|
{
|
|
|
|
|
"path": "workbench_recipe/addProductServicePackage",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "添加产品服务包"
|
|
|
|
|
}
|
|
|
|
|
},
|
2024-09-19 12:57:55 +08:00
|
|
|
{
|
|
|
|
|
"path": "workbench_recipe/common",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "常用方"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "workbench_recipe/commonDetails",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "常用方详情"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-03-06 13:59:22 +08:00
|
|
|
{
|
|
|
|
|
"path": "prescription_v2/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "开方",
|
2026-07-23 13:31:32 +08:00
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"usingComponents": {
|
|
|
|
|
"order-price-percent-adjust-popup": "/subPackages/sub_business_shared/components/OrderPricePercentAdjustPopup"
|
|
|
|
|
},
|
|
|
|
|
"componentPlaceholder": {
|
|
|
|
|
"order-price-percent-adjust-popup": "view"
|
|
|
|
|
}
|
2026-03-06 13:59:22 +08:00
|
|
|
}
|
|
|
|
|
},
|
2024-09-19 12:57:55 +08:00
|
|
|
{
|
|
|
|
|
"path": "workbench_basicInfo",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "基础健康信息"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "workbench_inquiries",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "问诊记录"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "workbench_used_language",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "常用语管理"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "workbench_code",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "医生码"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "workbench_infoPatient",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "患者详情"
|
|
|
|
|
}
|
|
|
|
|
|
2026-06-01 13:24:36 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "prescriptionList",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "待流转处方"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "prescriptionDetail",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "处方详情"
|
|
|
|
|
}
|
2024-09-19 12:57:55 +08:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"root": "subPackages/sub_patient",
|
|
|
|
|
"pages": [{
|
|
|
|
|
"path": "patient_label",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "消息",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "patient_massInfo",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "群发信息"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "patient_select",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "群发信息"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "article_select",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "选择文章"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "patient_details",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "患者详情"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "to-store",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "加载中...",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "patient_detail",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "患者详情"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"root": "subPackages/sub_my",
|
|
|
|
|
"pages": [{
|
|
|
|
|
"path": "my_setAct",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "加载中...",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "my_revenue/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "挂号费用",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "my_revenue/withdraw",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "申请提现"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "my_revenue/record",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "提现记录"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "my_revenue/earnings",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "收益明细"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "my_service",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "服务设置"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "my_diagnose_common",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "常用医嘱管理"
|
|
|
|
|
|
|
|
|
|
}
|
2026-06-01 13:24:36 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "prescriptionList",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "我的处方"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "prescriptionDetail",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "处方详情"
|
|
|
|
|
}
|
2024-09-19 12:57:55 +08:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"root": "subPackages/sub_pharmacist",
|
|
|
|
|
"pages": [{
|
|
|
|
|
"path": "pharmacist_info",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "个人资料",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "im",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "咨询"
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pharmacist_setInfo",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "设置",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "change_password",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "修改登录密码"
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pharmacist_prescription",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "查看处方",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pharmacist_traceability",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "处方溯源",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pharmacist_access",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "待接入用户"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pharmacist_triage",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "选择医生",
|
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "myrecord-detail",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "处方详情"
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
]
|
2026-05-30 13:52:44 +08:00
|
|
|
}, {
|
|
|
|
|
"root": "subPackages/sub_clinic_admin",
|
|
|
|
|
"pages": [{
|
|
|
|
|
"path": "home/index",
|
|
|
|
|
"style": { "navigationBarTitleText": "工作台", "navigationStyle": "custom" }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "my/index",
|
|
|
|
|
"style": { "navigationBarTitleText": "我的", "navigationStyle": "custom" }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "withdrawal/index",
|
|
|
|
|
"style": { "navigationBarTitleText": "提现管理", "navigationStyle": "custom" }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "withdrawal/settlement/index",
|
|
|
|
|
"style": { "navigationBarTitleText": "结算记录", "navigationStyle": "custom" }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "withdrawal/settlement/detail",
|
|
|
|
|
"style": { "navigationBarTitleText": "结算明细", "navigationStyle": "custom" }
|
|
|
|
|
},
|
2026-06-02 08:20:44 +08:00
|
|
|
{
|
|
|
|
|
"path": "withdrawal/account-change/index",
|
|
|
|
|
"style": { "navigationBarTitleText": "资金变动", "navigationStyle": "custom" }
|
|
|
|
|
},
|
2026-05-30 13:52:44 +08:00
|
|
|
{
|
|
|
|
|
"path": "withdrawal/apply",
|
|
|
|
|
"style": { "navigationBarTitleText": "申请提现", "navigationStyle": "custom" }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "withdrawal/card-edit",
|
|
|
|
|
"style": { "navigationBarTitleText": "编辑账户", "navigationStyle": "custom" }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "withdrawal/record-detail",
|
|
|
|
|
"style": { "navigationBarTitleText": "提现详情", "navigationStyle": "custom" }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "reconciliation/index",
|
|
|
|
|
"style": { "navigationBarTitleText": "对账单", "navigationStyle": "custom" }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "order/index",
|
2026-07-23 13:31:32 +08:00
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "商品订单",
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"disableScroll": true
|
|
|
|
|
}
|
2026-05-30 13:52:44 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "order/detail",
|
2026-07-19 16:07:46 +08:00
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "订单详情",
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"usingComponents": {
|
|
|
|
|
"order-price-percent-adjust-popup": "/subPackages/sub_business_shared/components/OrderPricePercentAdjustPopup"
|
|
|
|
|
},
|
|
|
|
|
"componentPlaceholder": {
|
|
|
|
|
"order-price-percent-adjust-popup": "view"
|
|
|
|
|
}
|
|
|
|
|
}
|
2026-05-30 13:52:44 +08:00
|
|
|
},
|
2026-06-02 08:20:44 +08:00
|
|
|
{
|
|
|
|
|
"path": "order/trace/index",
|
|
|
|
|
"style": { "navigationBarTitleText": "订单追溯", "navigationStyle": "custom" }
|
|
|
|
|
},
|
2026-05-30 13:52:44 +08:00
|
|
|
{
|
|
|
|
|
"path": "warehouse/index",
|
|
|
|
|
"style": { "navigationBarTitleText": "仓库管理", "navigationStyle": "custom" }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "warehouse/detail",
|
|
|
|
|
"style": { "navigationBarTitleText": "药品详情", "navigationStyle": "custom" }
|
|
|
|
|
}
|
|
|
|
|
]
|
2026-06-05 12:28:36 +08:00
|
|
|
}, {
|
|
|
|
|
"root": "subPackages/sub_business_shared",
|
|
|
|
|
"pages": [
|
2026-07-23 13:31:32 +08:00
|
|
|
{ "path": "order/index", "style": { "navigationBarTitleText": "商品订单", "navigationStyle": "custom", "disableScroll": true } },
|
2026-06-05 12:28:36 +08:00
|
|
|
{ "path": "order/detail", "style": { "navigationBarTitleText": "订单详情", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "order/trace/index", "style": { "navigationBarTitleText": "订单追溯", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "reconciliation/index", "style": { "navigationBarTitleText": "对账单", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "withdrawal/index", "style": { "navigationBarTitleText": "提现管理", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "withdrawal/apply", "style": { "navigationBarTitleText": "申请提现", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "withdrawal/card-edit", "style": { "navigationBarTitleText": "编辑账户", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "withdrawal/record-detail", "style": { "navigationBarTitleText": "提现详情", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "withdrawal/settlement/index", "style": { "navigationBarTitleText": "结算记录", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "withdrawal/settlement/detail", "style": { "navigationBarTitleText": "结算明细", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "withdrawal/account-change/index", "style": { "navigationBarTitleText": "资金变动", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "warehouse/index", "style": { "navigationBarTitleText": "仓库管理", "navigationStyle": "custom" } },
|
2026-07-19 16:07:46 +08:00
|
|
|
{ "path": "warehouse/detail", "style": { "navigationBarTitleText": "药品详情", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "user-patient/index", "style": { "navigationBarTitleText": "会员管理", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "user-patient/patients", "style": { "navigationBarTitleText": "就诊人列表", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "user-patient/detail", "style": { "navigationBarTitleText": "就诊人详情", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "user-patient/register-detail", "style": { "navigationBarTitleText": "挂号详情", "navigationStyle": "custom" } }
|
2026-06-05 12:28:36 +08:00
|
|
|
]
|
|
|
|
|
}, {
|
|
|
|
|
"root": "subPackages/sub_platform_admin",
|
|
|
|
|
"pages": [
|
|
|
|
|
{ "path": "home/index", "style": { "navigationBarTitleText": "工作台", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "my/index", "style": { "navigationBarTitleText": "我的", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "withdrawal/audit/index", "style": { "navigationBarTitleText": "提现审核", "navigationStyle": "custom" } },
|
2026-06-09 17:02:13 +08:00
|
|
|
{ "path": "store/index", "style": { "navigationBarTitleText": "门店管理", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "store/detail", "style": { "navigationBarTitleText": "门店详情", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "store/edit", "style": { "navigationBarTitleText": "编辑诊所", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "store/drug-price", "style": { "navigationBarTitleText": "药品价格", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "store/consultation", "style": { "navigationBarTitleText": "在线复诊", "navigationStyle": "custom" } },
|
2026-06-05 12:28:36 +08:00
|
|
|
{ "path": "store-input/audit/index", "style": { "navigationBarTitleText": "门店审核", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "store-input/audit/detail", "style": { "navigationBarTitleText": "审核详情", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "doctor-input/audit/index", "style": { "navigationBarTitleText": "医生审核", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "doctor-input/audit/detail", "style": { "navigationBarTitleText": "审核详情", "navigationStyle": "custom" } }
|
|
|
|
|
]
|
2026-06-09 17:02:13 +08:00
|
|
|
}, {
|
|
|
|
|
"root": "subPackages/sub_salesperson_manage",
|
|
|
|
|
"pages": [
|
|
|
|
|
{ "path": "index", "style": { "navigationBarTitleText": "推广员管理", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "form", "style": { "navigationBarTitleText": "推广员", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "drug-commission/index", "style": { "navigationBarTitleText": "药品佣金", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "leads/index", "style": { "navigationBarTitleText": "获客记录", "navigationStyle": "custom" } },
|
2026-07-13 12:55:07 +08:00
|
|
|
{ "path": "commission/index", "style": { "navigationBarTitleText": "服务费与结算", "navigationStyle": "custom" } },
|
2026-06-09 17:02:13 +08:00
|
|
|
{ "path": "settlement/preview", "style": { "navigationBarTitleText": "按时间段结算", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "settlement/confirm", "style": { "navigationBarTitleText": "确认结算", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "settlement/detail", "style": { "navigationBarTitleText": "结算详情", "navigationStyle": "custom" } }
|
|
|
|
|
]
|
2026-06-05 12:28:36 +08:00
|
|
|
}, {
|
|
|
|
|
"root": "subPackages/sub_salesperson",
|
|
|
|
|
"pages": [
|
|
|
|
|
{ "path": "home/index", "style": { "navigationBarTitleText": "工作台", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "my/index", "style": { "navigationBarTitleText": "我的", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "store-input/index", "style": { "navigationBarTitleText": "列表", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "store-input/form", "style": { "navigationBarTitleText": "录入", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "store-input/detail", "style": { "navigationBarTitleText": "录入详情", "navigationStyle": "custom" } },
|
2026-06-18 13:49:43 +08:00
|
|
|
{ "path": "store-bank-card/report", "style": { "navigationBarTitleText": "银行卡报备", "navigationStyle": "custom" } },
|
2026-06-05 12:28:36 +08:00
|
|
|
{ "path": "doctor-input/index", "style": { "navigationBarTitleText": "列表", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "doctor-input/form", "style": { "navigationBarTitleText": "录入", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "doctor-input/detail", "style": { "navigationBarTitleText": "预填详情", "navigationStyle": "custom" } }
|
|
|
|
|
]
|
|
|
|
|
}, {
|
|
|
|
|
"root": "subPackages/sub_clinic_salesperson",
|
|
|
|
|
"pages": [
|
2026-07-07 08:50:05 +08:00
|
|
|
{
|
|
|
|
|
"path": "home/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "工作台",
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"usingComponents": {
|
|
|
|
|
"transfer-patient-drawer": "/subPackages/sub_workbench/prescription_v2/components/modals/TransferPatientDrawer"
|
|
|
|
|
},
|
|
|
|
|
"componentPlaceholder": {
|
|
|
|
|
"transfer-patient-drawer": "view"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-06-05 12:28:36 +08:00
|
|
|
{ "path": "my/index", "style": { "navigationBarTitleText": "我的", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "earnings/index", "style": { "navigationBarTitleText": "我的收益", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "leads/index", "style": { "navigationBarTitleText": "获客记录", "navigationStyle": "custom" } },
|
2026-07-13 12:55:07 +08:00
|
|
|
{ "path": "commission/index", "style": { "navigationBarTitleText": "服务费记录", "navigationStyle": "custom" } },
|
2026-07-07 08:50:05 +08:00
|
|
|
{ "path": "invitees/index", "style": { "navigationBarTitleText": "我邀请的推广员", "navigationStyle": "custom", "enablePullDownRefresh": true } },
|
|
|
|
|
{ "path": "invitees/detail", "style": { "navigationBarTitleText": "收益明细", "navigationStyle": "custom" } },
|
2026-06-09 17:02:13 +08:00
|
|
|
{ "path": "settlement/index", "style": { "navigationBarTitleText": "结算记录", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "transfer-prescription/form", "style": { "navigationBarTitleText": "传方", "navigationStyle": "custom" } },
|
|
|
|
|
{ "path": "transfer-prescription/list", "style": { "navigationBarTitleText": "传方记录", "navigationStyle": "custom" } }
|
2026-06-05 12:28:36 +08:00
|
|
|
]
|
2024-09-19 12:57:55 +08:00
|
|
|
}, {
|
|
|
|
|
"root": "subPackages/sub_agreement",
|
|
|
|
|
"pages": [{
|
|
|
|
|
"path": "agreement",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "协议"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "web-view",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "视频"
|
|
|
|
|
}
|
|
|
|
|
}]
|
2026-03-06 13:59:22 +08:00
|
|
|
}, {
|
2026-05-14 14:29:51 +08:00
|
|
|
"root": "subPackages/sub_online_reception",
|
2026-03-06 13:59:22 +08:00
|
|
|
"pages": [{
|
2026-05-14 14:29:51 +08:00
|
|
|
"path": "pages/list",
|
2026-03-06 13:59:22 +08:00
|
|
|
"style": {
|
2026-05-14 14:29:51 +08:00
|
|
|
"navigationBarTitleText": "在线接诊",
|
2026-03-06 13:59:22 +08:00
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
2026-05-14 14:29:51 +08:00
|
|
|
"path": "pages/chat",
|
2026-03-06 13:59:22 +08:00
|
|
|
"style": {
|
2026-05-14 14:29:51 +08:00
|
|
|
"navigationBarTitleText": "问诊聊天",
|
2026-03-06 13:59:22 +08:00
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
}
|
|
|
|
|
}]
|
2024-09-19 12:57:55 +08:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"tabBar": {
|
2026-05-30 13:52:44 +08:00
|
|
|
"color": "#666666",
|
|
|
|
|
"selectedColor": "#1575FC",
|
|
|
|
|
"backgroundColor": "#ffffff",
|
|
|
|
|
"borderStyle": "black",
|
2024-09-19 12:57:55 +08:00
|
|
|
"list": [{
|
|
|
|
|
"pagePath": "pages/workbench/index",
|
|
|
|
|
"text": "工作台"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/patient/index",
|
|
|
|
|
"text": "患者"
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// "pagePath": "pages/article/index",
|
|
|
|
|
// "text": "我的文章"
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/my/index",
|
|
|
|
|
"text": "我的"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/pharmacist/index",
|
|
|
|
|
"text": "审方"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"globalStyle": {
|
|
|
|
|
"navigationBarTitleText": "萧康互联网医院",
|
|
|
|
|
"navigationBarBackgroundColor": "#fff",
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"backgroundColor": "#f7f8fa"
|
2026-07-07 08:50:05 +08:00
|
|
|
},
|
|
|
|
|
"preloadRule": {
|
|
|
|
|
"subPackages/sub_clinic_salesperson/home/index": {
|
|
|
|
|
"network": "all",
|
|
|
|
|
"packages": ["subPackages/sub_workbench"]
|
|
|
|
|
}
|
2024-09-19 12:57:55 +08:00
|
|
|
}
|
2024-12-21 17:10:32 +08:00
|
|
|
}
|