ykt-wxapp/pages.json

146 lines
2.9 KiB
JSON
Raw Normal View History

2026-01-19 18:52:18 +08:00
{
"pages": [
{
2026-01-20 10:49:33 +08:00
"path": "pages/message/message",
2026-01-19 18:52:18 +08:00
"style": {
2026-01-20 10:49:33 +08:00
"navigationBarTitleText": "消息"
2026-01-19 18:52:18 +08:00
}
},
2026-01-23 16:09:34 +08:00
{
"path": "pages/message/common-phrases",
"style": {
"navigationBarTitleText": "常用语"
}
},
2026-01-26 18:08:01 +08:00
{
"path": "pages/message/article-list",
"style": {
"navigationBarTitleText": "宣教文章"
}
},
2026-01-27 13:42:59 +08:00
{
"path": "pages/message/article-detail",
"style": {
"navigationBarTitleText": "宣教文章"
2026-01-27 13:42:59 +08:00
}
},
2026-01-26 18:08:01 +08:00
{
"path": "pages/message/survey-list",
"style": {
"navigationBarTitleText": "问卷列表"
}
},
2026-01-27 13:42:59 +08:00
{
"path": "pages/webview/webview",
"style": {
"navigationBarTitleText": "预览"
}
},
2026-01-22 15:13:26 +08:00
{
"path": "pages/message/index",
"style": {
"navigationBarTitleText": "聊天",
"enablePullDownRefresh": false
}
},
2026-01-19 18:52:18 +08:00
{
2026-01-23 14:36:28 +08:00
"path": "pages/work/work",
2026-01-19 18:52:18 +08:00
"style": {
2026-01-23 14:36:28 +08:00
"navigationBarTitleText": "工作台"
2026-01-19 18:52:18 +08:00
}
},
{
2026-01-23 14:36:28 +08:00
"path": "pages/case/case",
2026-01-19 18:52:18 +08:00
"style": {
2026-01-23 14:36:28 +08:00
"navigationBarTitleText": "病例"
2026-01-19 18:52:18 +08:00
}
2026-01-20 16:30:03 +08:00
},
{
"path": "pages/work/profile",
"style": {
"navigationBarTitleText": "完善个人信息"
}
},
{
"path": "pages/work/department-select",
"style": {
"navigationBarTitleText": "选择科室"
}
},
2026-01-23 14:36:28 +08:00
{
"path": "pages/work/verify/assistant",
"style": {
"navigationBarTitleText": "上传证照"
}
},
{
"path": "pages/work/verify/doctor",
"style": {
"navigationBarTitleText": "上传证照"
}
},
2026-01-20 16:30:03 +08:00
{
"path": "pages/login/login",
"style": {
2026-01-23 14:36:28 +08:00
"navigationBarTitleText": "授权登录"
2026-01-20 16:30:03 +08:00
}
2026-01-27 17:09:31 +08:00
},
{
"path": "pages/work/team/invite/invite-patient",
"style": {
"navigationBarTitleText": "邀请患者"
}
},
{
"path": "pages/work/team/invite/invite-teammate",
"style": {
"navigationBarTitleText": "邀请成员"
}
},
{
"path": "pages/work/team/list/team-list",
"style": {
"navigationBarTitleText": "我的团队"
}
},
{
"path": "pages/work/service/contact-service",
"style": {
"navigationBarTitleText": "联系企微客服"
}
2026-01-19 18:52:18 +08:00
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#065bd6",
"backgroundColor": "#065bd6"
},
2026-01-20 10:49:33 +08:00
"tabBar": {
"color": "#666666",
"selectedColor": "#007aff",
"backgroundColor": "#ffffff",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/message/message",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home_selected.png",
"text": "消息"
},
{
"pagePath": "pages/case/case",
"iconPath": "static/tabbar/cart.png",
"selectedIconPath": "static/tabbar/cart_selected.png",
"text": "病例"
},
{
"pagePath": "pages/work/work",
"iconPath": "static/tabbar/center.png",
"selectedIconPath": "static/tabbar/center_selected.png",
"text": "工作台"
}
]
},
2026-01-19 18:52:18 +08:00
"uniIdRouter": {}
}