Files
xk-doctor-wx/pages1.json
李琦 6d93314222 1. 优化了一些交互,中药药品编辑交互
2. dev和生产环境统一鉴别
2026-05-30 13:52:44 +08:00

136 lines
3.0 KiB
JSON

{
"easycom": {
"autoscan": true,
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
"^d-(.*)": "@/components/d-$1/d-$1.vue"
},
"pages": [{
"path": "pages/workbench/index",
"style": {
"navigationBarTitleText": "工作台",
"navigationStyle": "custom"
}
},
{
"path": "pages/patient/index",
"style": {
"navigationBarTitleText": "患者",
"navigationStyle": "custom"
}
},
{
"path": "pages/article/index",
"style": {
"navigationBarTitleText": "我的文章",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/my/index",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom"
}
},
{
"path": "pages/pharmacist/index",
"style": {
"navigationBarTitleText": "药师",
"navigationStyle": "custom"
}
}
],
"subPackages": [{
"root": "subPackages/sub_workbench",
"pages": [{
"path": "workbench_code",
"style": {
"navigationBarTitleText": "医生码"
}
}]
}, {
"root": "subPackages/sub_patient",
"pages": [{
"path": "patient_label",
"style": {
"navigationBarTitleText": "标签管理"
}
},
{
"path": "patient_massInfo",
"style": {
"navigationBarTitleText": "群发信息"
}
},
{
"path": "patient_select",
"style": {
"navigationBarTitleText": "群发信息"
}
},
{
"path": "patient_details",
"style": {
"navigationBarTitleText": "患者详情"
}
}
]
},
{
"root": "subPackages/sub_article",
"pages": [{
"path": "article_release",
"style": {
"navigationBarTitleText": "无标题文档"
}
}, {
"path": "article_draft",
"style": {
"navigationBarTitleText": "我的草稿"
}
}, {
"path": "article_video",
"style": {
"navigationBarTitleText": "无标题文档"
}
}
]
}
],
"tabBar": {
"color": "#666666",
"selectedColor": "#1575FC",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"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"
}
}