Files
urbanLifeline/urbanLifelineWeb/packages/workcase_wechat/pages.json
2025-12-10 17:00:54 +08:00

43 lines
894 B
JSON

{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom",
"backgroundColor": "#667eea",
"enablePullDownRefresh": false,
"safeAreaInsets": {
"top": true,
"bottom": false
}
}
},
{
"path": "pages/workcase/list",
"style": {
"navigationBarTitleText": "我的工单",
"navigationBarBackgroundColor": "#667eea",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/workcase/detail",
"style": {
"navigationBarTitleText": "工单详情",
"navigationBarBackgroundColor": "#667eea",
"navigationBarTextStyle": "white"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "泰豪小电",
"navigationBarBackgroundColor": "#667eea",
"backgroundColor": "#F8F9FA"
},
"uniIdRouter": {
"loginPage": "pages/index/index",
"needLogin": []
}
}