wanyu_frontend/pages.json
2025-05-28 15:13:17 +08:00

134 lines
2.6 KiB
JSON

{
"pages": [
{
"path" : "pages/index/index",
"style" :
{
"navigationBarTitleText" : "接单大厅",
"navigationBarBackgroundColor": "@backgroundColor",
"enablePullDownRefresh": true
}
},
{
"path" : "pages/workbench/workbench",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom"
}
},
{
"path" : "pages/user/login",
"style" :
{
"navigationBarTitleText" : "登录",
"disableScroll": true
}
},
{
"path" : "pages/user/user",
"style" :
{
"navigationBarTitleText" : "我的",
"navigationStyle": "custom"
}
},
{
"path" : "pages/order/order-info",
"style" :
{
"navigationBarTitleText" : "工单详情"
}
},
{
"path" : "pages/order/select-time",
"style" :
{
"navigationBarTitleText" : "已和客户沟通"
}
},
{
"path" : "pages/order/arrived-on-site",
"style" :
{
"navigationBarTitleText" : "完成上门"
}
},
{
"path" : "pages/order/complete-service",
"style" :
{
"navigationBarTitleText" : "完成服务"
}
},
{
"path" : "pages/order/report-order-exception",
"style" :
{
"navigationBarTitleText" : "上报异常"
}
},
{
"path" : "pages/order/worker-remark",
"style" :
{
"navigationBarTitleText" : "工单备注"
}
},
{
"path" : "pages/user/user-agreement",
"style" :
{
"navigationBarTitleText" : "用户协议"
}
},
{
"path" : "pages/user/privacy-policy",
"style" :
{
"navigationBarTitleText" : "隐私协议"
}
},
{
"path" : "pages/order/update-progress",
"style" :
{
"navigationBarTitleText" : "更新进度"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "@navigationBarTextStyle",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "@navigationBarBackgroundColor",
"backgroundColor": "@backgroundColor"
},
"tabBar": {
"color": "@tabBarColor",
"selectedColor": "@tabBarSelectedColor",
"backgroundColor": "@tabBarBackgroundColor",
"borderStyle": "@tabBarBorderStyle",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "@iconPath1",
"selectedIconPath": "@selectedIconPath1",
"text": "首页"
},
{
"pagePath": "pages/workbench/workbench",
"iconPath": "@iconPath2",
"selectedIconPath": "@selectedIconPath2",
"text": "工作台"
},
{
"pagePath": "pages/user/user",
"iconPath": "@iconPath3",
"selectedIconPath": "@selectedIconPath3",
"text": "我的"
}
]
},
"uniIdRouter": {}
}