officialAccount/pages.json

59 lines
1.0 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-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
{
"path": "pages/map/index",
"style": {
"navigationBarTitleText": "地图"
}
},
{
"path": "pages/pay/index",
"style": {
"navigationBarTitleText": "支付"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}