ykt-wxapp/pages.json
2026-02-05 17:12:52 +08:00

325 lines
6.1 KiB
JSON

{
"pages": [
{
"path": "pages/home/message-home",
"style": {
"navigationBarTitleText": "消息"
}
},
{
"path": "pages/login/redirect-page",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/home/work-home",
"style": {
"navigationBarTitleText": "工作台"
}
},
{
"path": "pages/home/case-home",
"style": {
"navigationBarTitleText": "病历"
}
},
{
"path": "pages/webview/webview",
"style": {
"navigationBarTitleText": "预览"
}
},
{
"path": "pages/library/diagnosis-list",
"style": {
"navigationBarTitleText": "诊断"
}
},
{
"path": "pages/library/tag-list/tag-list",
"style": {
"navigationBarTitleText": "标签"
}
},
{
"path": "pages/others/edit-positive-find",
"style": {
"navigationBarTitleText": "阳性发现"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "授权登录"
}
}
],
"subPackages": [
{
"root": "pages/message",
"pages": [
{
"path": "common-phrases",
"style": {
"navigationBarTitleText": "常用语"
}
},
{
"path": "article-list",
"style": {
"navigationBarTitleText": "宣教文章"
}
},
{
"path": "article-detail",
"style": {
"navigationBarTitleText": "宣教文章"
}
},
{
"path": "survey-list",
"style": {
"navigationBarTitleText": "问卷列表"
}
},
{
"path": "index",
"style": {
"navigationBarTitleText": "聊天",
"enablePullDownRefresh": false
}
}
]
},
{
"root": "pages/work",
"pages": [
{
"path": "profile",
"style": {
"navigationBarTitleText": "完善个人信息"
}
},
{
"path": "department-select",
"style": {
"navigationBarTitleText": "选择科室"
}
},
{
"path": "hospital-select",
"style": {
"navigationBarTitleText": "选择医院"
}
},
{
"path": "verify/assistant",
"style": {
"navigationBarTitleText": "上传证照"
}
},
{
"path": "verify/doctor",
"style": {
"navigationBarTitleText": "上传证照"
}
},
{
"path": "team/invite/invite-patient",
"style": {
"navigationBarTitleText": "邀请患者"
}
},
{
"path": "team/invite/invite-teammate",
"style": {
"navigationBarTitleText": "邀请成员"
}
},
{
"path": "team/list/team-list",
"style": {
"navigationBarTitleText": "我的团队"
}
},
{
"path": "team/edit/team-edit",
"style": {
"navigationBarTitleText": "修改团队信息"
}
},
{
"path": "team/detail/team-detail",
"style": {
"navigationBarTitleText": "团队信息"
}
},
{
"path": "service/contact-service",
"style": {
"navigationBarTitleText": "联系企微客服"
}
},
{
"path": "todo/todo-detail",
"style": {
"navigationBarTitleText": "待办详情"
}
}
]
},
{
"root": "pages/case",
"pages": [
{
"path": "search",
"style": {
"navigationBarTitleText": "搜索患者"
}
},
{
"path": "group-manage",
"style": {
"navigationBarTitleText": "分组管理"
}
},
{
"path": "batch-transfer",
"style": {
"navigationBarTitleText": "转移客户给其他团队"
}
},
{
"path": "batch-share",
"style": {
"navigationBarTitleText": "共享客户"
}
},
{
"path": "patient-create",
"style": {
"navigationBarTitleText": "新增患者"
}
},
{
"path": "patient-inner-info",
"style": {
"navigationBarTitleText": "内部信息"
}
},
{
"path": "archive-detail",
"style": {
"navigationBarTitleText": "档案详情"
}
},
{
"path": "archive-edit",
"style": {
"navigationBarTitleText": "档案编辑"
}
},
{
"path": "visit-record-detail",
"style": {
"navigationBarTitleText": "健康档案"
}
},
{
"path": "visit-record-view",
"style": {
"navigationBarTitleText": "病历详情"
}
},
{
"path": "medical-case-form",
"style": {
"navigationBarTitleText": "添加病历"
}
},
{
"path": "service-record-detail",
"style": {
"navigationBarTitleText": "服务记录"
}
},
{
"path": "followup-detail",
"style": {
"navigationBarTitleText": "回访详情"
}
},
{
"path": "new-followup",
"style": {
"navigationBarTitleText": "新增回访"
}
},
{
"path": "new-followup-record",
"style": {
"navigationBarTitleText": "回访记录"
}
},
{
"path": "plan-list",
"style": {
"navigationBarTitleText": "回访计划"
}
},
{
"path": "plan-preview",
"style": {
"navigationBarTitleText": "回访计划详情"
}
},
{
"path": "plan-execute",
"style": {
"navigationBarTitleText": "执行回访计划"
}
},
{
"path": "followup-task-list",
"style": {
"navigationBarTitleText": "回访任务"
}
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#065bd6",
"backgroundColor": "#065bd6"
},
"tabBar": {
"color": "#666666",
"selectedColor": "#007aff",
"backgroundColor": "#ffffff",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/home/message-home",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home_selected.png",
"text": "消息"
},
{
"pagePath": "pages/home/case-home",
"iconPath": "static/tabbar/cart.png",
"selectedIconPath": "static/tabbar/cart_selected.png",
"text": "病历"
},
{
"pagePath": "pages/home/work-home",
"iconPath": "static/tabbar/center.png",
"selectedIconPath": "static/tabbar/center_selected.png",
"text": "工作台"
}
]
},
"uniIdRouter": {}
}