2025-12-08 19:01:09 +08:00
|
|
|
{
|
2025-12-10 17:00:54 +08:00
|
|
|
"pages": [
|
2025-12-08 19:01:09 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/index/index",
|
|
|
|
|
"style": {
|
2025-12-10 17:00:54 +08:00
|
|
|
"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"
|
2025-12-08 19:01:09 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"globalStyle": {
|
2025-12-10 17:00:54 +08:00
|
|
|
"navigationBarTextStyle": "white",
|
|
|
|
|
"navigationBarTitleText": "泰豪小电",
|
|
|
|
|
"navigationBarBackgroundColor": "#667eea",
|
|
|
|
|
"backgroundColor": "#F8F9FA"
|
2025-12-08 19:01:09 +08:00
|
|
|
},
|
2025-12-10 17:00:54 +08:00
|
|
|
"uniIdRouter": {
|
|
|
|
|
"loginPage": "pages/index/index",
|
|
|
|
|
"needLogin": []
|
|
|
|
|
}
|
2025-12-08 19:01:09 +08:00
|
|
|
}
|