Files
debtH5/pages.json
2023-06-21 17:04:42 +08:00

62 lines
1.1 KiB
JSON

{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "盘债计算器"
}
},
{
"path": "pages/index/perfect",
"style": {
"navigationBarTitleText": "完善个人信息"
}
},
{
"path": "pages/index/clients",
"style": {
"navigationBarTitleText": "客户管理"
}
},
{
"path": "pages/index/custom",
"style": {
"navigationBarTitleText": "客户管理"
}
},
{
"path": "pages/result/result",
"style": {
"navigationBarTitleText": "盘债计算器"
}
},
{
"path": "pages/result/other",
"style": {
"navigationBarTitleText": "盘债计算器"
}
},
{
"path": "pages/result/history",
"style": {
"navigationBarTitleText": "历史记录"
}
},
{
"path": "pages/webview/webview",
"style": {
"navigationBarTitleText": "微信授权"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "盘债计算器",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationStyle":"custom"
},
"uniIdRouter": {}
}