{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "青大附院OPO管理平台", "enablePullDownRefresh": true } }, { "path": "pages/login/Login", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom" } }, { "path": "pages/login/Register", "style": { "navigationBarTitleText": "注册", "navigationStyle": "custom" } }, { "path": "pages/my/index", "style": { "navigationBarTitleText": "个人中心" } } ], "subPackages": [ { "root": "pagesSub/case", "name": "案例上报模块", "pages": [ { "path": "index", "style": { "navigationBarTitleText": "我的上报" } }, { "path": "CaseDetails", "style": { "navigationBarTitleText": "上报案例" } }, { "path": "CaseInfo", "style": { "navigationBarTitleText": "案例详情" } }, { "path": "transfer", "style": { "navigationBarTitleText": "转运登记" } }, { "path": "transferinfo", "style": { "navigationBarTitleText": "登记单详情" } } ] }, { "root": "pagesSub/ethicalReview", "name": "伦理审查模块", "pages": [ { "path": "ethicalInfo", "style": { "navigationBarTitleText": "伦理审查" } }, { "path": "index", "style": { "navigationBarTitleText": "审查记录" } } ] }, // { // "root": "pagesSub/appointment", // "name": "预约模块", // "pages": [ // { // "path": "index", // "style": { // "navigationBarTitleText": "预约挂号" // } // }, // { // "path": "doctor", // "style": { // "navigationBarTitleText": "选择医生" // } // }, // { // "path": "schedule", // "style": { // "navigationBarTitleText": "选择时间" // } // }, // { // "path": "record", // "style": { // "navigationBarTitleText": "预约记录" // } // }, // { // "path": "patient", // "style": { // "navigationBarTitleText": "选择就诊人" // } // }, // { // "path": "confirm", // "style": { // "navigationBarTitleText": "确认预约" // } // }, // { // "path": "department", // "style": { // "navigationBarTitleText": "选择科室" // } // } // ] // }, // { // "root": "pagesSub/medical", // "name": "病历管理模块", // "pages": [ // { // "path": "records/medical", // "style": { // "navigationBarTitleText": "就医记录" // } // }, // { // "path": "records/detail", // "style": { // "navigationBarTitleText": "就医详情" // } // }, // { // "path": "records/report", // "style": { // "navigationBarTitleText": "检查报告" // } // }, // { // "path": "records/reports", // "style": { // "navigationBarTitleText": "检查报告列表" // } // }, // { // "path": "records/report-detail", // "style": { // "navigationBarTitleText": "检查报告详情" // } // }, // { // "path": "my/cases", // "style": { // "navigationBarTitleText": "个人病例" // } // }, // { // "path": "my/case-detail", // "style": { // "navigationBarTitleText": "病例详情" // } // } // ] // }, // { // "root": "pagesSub/payment", // "name": "支付模块", // "pages": [ // { // "path": "index", // "style": { // "navigationBarTitleText": "支付" // } // }, // { // "path": "record", // "style": { // "navigationBarTitleText": "缴费记录" // } // }, // { // "path": "detail", // "style": { // "navigationBarTitleText": "缴费详情" // } // }, // { // "path": "result", // "style": { // "navigationBarTitleText": "支付结果" // } // }, // { // "path": "refund", // "style": { // "navigationBarTitleText": "申请退款" // } // }, // { // "path": "invoice", // "style": { // "navigationBarTitleText": "电子发票" // } // } // ] // }, // { // "root": "pagesSub/vaccine", // "name": "疫苗模块", // "pages": [ // { // "path": "index", // "style": { // "navigationBarTitleText": "疫苗接种" // } // }, // { // "path": "book", // "style": { // "navigationBarTitleText": "疫苗预约" // } // }, // { // "path": "list", // "style": { // "navigationBarTitleText": "疫苗列表" // } // }, // { // "path": "detail", // "style": { // "navigationBarTitleText": "疫苗详情" // } // }, // { // "path": "record", // "style": { // "navigationBarTitleText": "接种记录" // } // } // ] // }, // { // "root": "pagesSub/department", // "name": "科室模块", // "pages": [ // { // "path": "index", // "style": { // "navigationBarTitleText": "选择科室" // } // }, // { // "path": "guide", // "style": { // "navigationBarTitleText": "科室导航" // } // }, // { // "path": "list", // "style": { // "navigationBarTitleText": "科室列表" // } // }, // { // "path": "detail", // "style": { // "navigationBarTitleText": "科室详情" // } // }, // { // "path": "search", // "style": { // "navigationBarTitleText": "搜索结果" // } // } // ] // }, // { // "root": "pagesSub/patient", // "name": "就诊人模块", // "pages": [ // { // "path": "list", // "style": { // "navigationBarTitleText": "就诊人管理" // } // }, // { // "path": "add", // "style": { // "navigationBarTitleText": "添加就诊人" // } // }, // { // "path": "edit", // "style": { // "navigationBarTitleText": "编辑就诊人" // } // } // ] // }, { "root": "pagesSub/my", "name": "我的扩展模块", "pages": [ // { // "path": "payment-method", // "style": { // "navigationBarTitleText": "支付方式" // } // }, // { // "path": "add-bank-card", // "style": { // "navigationBarTitleText": "添加银行卡" // } // }, { "path": "notification", "style": { "navigationBarTitleText": "消息通知" } }, { "path": "profile", "style": { "navigationBarTitleText": "个人信息" } }, { "path": "health-records", "style": { "navigationBarTitleText": "健康档案" } } ] }, // { // "root": "pagesSub/consultation", // "name": "问诊模块", // "pages": [ // { // "path": "index", // "style": { // "navigationBarTitleText": "在线问诊" // } // }, // { // "path": "chat", // "style": { // "navigationBarTitleText": "医生问诊" // } // }, // { // "path": "ai", // "style": { // "navigationBarTitleText": "AI问诊助手" // } // } // ] // }, // { // "root": "pagesSub/featured", // "name": "特色医疗模块", // "pages": [ // { // "path": "index", // "style": { // "navigationBarTitleText": "特色医疗" // } // }, // { // "path": "tcm", // "style": { // "navigationBarTitleText": "中医特色诊疗" // } // }, // { // "path": "project", // "style": { // "navigationBarTitleText": "项目详情" // } // }, // { // "path": "case", // "style": { // "navigationBarTitleText": "案例详情" // } // }, // { // "path": "cross-border", // "style": { // "navigationBarTitleText": "跨境医疗服务" // } // }, // { // "path": "expert", // "style": { // "navigationBarTitleText": "专家门诊" // } // }, // { // "path": "all", // "style": { // "navigationBarTitleText": "全部特色医疗" // } // }, // { // "path": "bay-area", // "style": { // "navigationBarTitleText": "大湾区特色医疗" // } // } // ] // }, { "root": "pagesSub/common", "name": "通用功能模块", "pages": [ { "path": "search/index", "style": { "navigationBarTitleText": "搜索" } }, // { // "path": "doctor/detail", // "style": { // "navigationBarTitleText": "医生详情" // } // }, // { // "path": "disease/detail", // "style": { // "navigationBarTitleText": "疾病详情" // } // }, // { // "path": "hospital/detail", // "style": { // "navigationBarTitleText": "医院详情" // } // }, { "path": "news/list", "style": { "navigationBarTitleText": "医院资讯" } }, { "path": "news/detail", "style": { "navigationBarTitleText": "资讯详情" } } ] } ], "preloadRule": { "pages/index/index": { "network": "wifi", "packages": ["pagesSub/my"] }, "pages/login/Login": { "network": "wifi", "packages": ["pagesSub/my"] }, "pages/my/index": { "network": "wifi", "packages": ["pagesSub/my"] }, "pagesSub/case/index": { "network": "wifi", "packages": [] } }, "globalStyle": { "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#0f95b0", "backgroundColor": "#F5F6FA" }, "uniIdRouter": {}, "tabBar": { "color": "#999999", "selectedColor": "#0f95b0", "backgroundColor": "#FFFFFF", "borderStyle": "black", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "static/tabbar/home.png", "selectedIconPath": "static/tabbar/home-active.png" }, { "pagePath": "pages/my/index", "text": "我的", "iconPath": "static/tabbar/my.png", "selectedIconPath": "static/tabbar/my-active.png" } ] }, "easycom": { "autoscan": true, "custom": { "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1", "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue", "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue", "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue" } } }