officialAccount/pages.json

126 lines
2.2 KiB
JSON
Raw Normal View History

2025-05-26 08:59:24 +08:00
{
2025-05-26 16:48:12 +08:00
"pages": [
{
2025-05-28 17:36:42 +08:00
"path": "pages/login/index",
2025-05-26 08:59:24 +08:00
"style": {
"navigationBarTitleText": "登录"
}
},
2025-05-26 16:48:12 +08:00
{
2025-05-28 17:36:42 +08:00
"path": "pages/login/phonebumber",
2025-05-26 16:48:12 +08:00
"style": {
"navigationBarTitleText": "登录"
}
},
2025-06-09 17:33:50 +08:00
{
"path": "pages/login/threeselectone",
"style": {
"navigationBarTitleText": "选择角色"
}
},
{
"path": "pages/login/workjoin",
"style": {
"navigationBarTitleText": "员工入驻"
}
},
2025-05-26 16:48:12 +08:00
{
2025-05-28 17:36:42 +08:00
"path": "pages/login/code",
2025-05-26 16:48:12 +08:00
"style": {
"navigationBarTitleText": "登录"
}
},
2025-05-26 08:59:24 +08:00
{
2025-05-28 17:36:42 +08:00
"path": "pages/login/callback",
2025-05-26 08:59:24 +08:00
"style": {
"navigationBarTitleText": "登录"
}
},
2025-05-28 17:36:42 +08:00
{
"path": "pages/login/protocol",
"style": {
"navigationBarTitleText": "护理单元使用条款"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
2025-05-26 08:59:24 +08:00
{
2025-06-03 17:29:22 +08:00
"path": "pages/addoldman/hukou",
2025-05-26 08:59:24 +08:00
"style": {
2025-06-03 17:29:22 +08:00
"navigationBarTitleText": "长者信息采集"
}
},
{
"path": "pages/addoldman/yibao",
"style": {
"navigationBarTitleText": "长者信息采集"
}
},
{
"path": "pages/addoldman/IDcard",
"style": {
"navigationBarTitleText": "长者信息采集"
}
},
{
"path": "pages/selectunit/map",
"style": {
"navigationBarTitleText": "选择护理单元"
2025-05-26 08:59:24 +08:00
}
},
2025-06-13 13:42:14 +08:00
{
"path": "pages/addjigou/all",
"style": {
"navigationBarTitleText": "审核详情"
}
},
2025-06-09 17:33:50 +08:00
{
"path": "pages/addjigou/where",
"style": {
"navigationBarTitleText": "企业实名认证"
}
},
{
"path": "pages/addjigou/name",
"style": {
"navigationBarTitleText": "企业实名认证"
}
},
{
"path": "pages/addjigou/card",
"style": {
"navigationBarTitleText": "企业实名认证"
}
},
2025-05-26 08:59:24 +08:00
{
"path": "pages/pay/index",
"style": {
"navigationBarTitleText": "支付"
}
2025-06-04 17:33:25 +08:00
},
2025-06-09 17:33:50 +08:00
{
"path": "pages/map/index",
"style": {
"navigationBarTitleText": "选择位置"
}
},
2025-06-04 17:33:25 +08:00
{
"path": "pages/camera/CustomCamera",
"style": {
"navigationBarTitleText": "图像识别"
}
2025-05-26 08:59:24 +08:00
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}