{ "pages": [ { "path": "pages/user/register", "style": { "navigationBarTitleText": "服务人员注册", "navigationStyle": "custom" } }, { "path": "pages/user/terms", "style": { "navigationBarTitleText": "用户协议与隐私政策", "navigationStyle": "custom" } }, { "path": "pages/user/login", "style": { "navigationBarTitleText": "服务人员登录", "navigationStyle": "custom" } }, { "path": "pages/mall/delivery/home/index", "style": { "navigationBarTitleText": "工作台", "navigationStyle": "custom" } }, { "path": "pages/mall/delivery/orders/index", "style": { "navigationBarTitleText": "工单列表", "navigationStyle": "custom" } }, { "path": "pages/mall/delivery/orders/detail", "style": { "navigationBarTitleText": "工单详情", "navigationStyle": "custom" } }, { "path": "pages/mall/delivery/orders/route", "style": { "navigationBarTitleText": "出发与导航", "navigationStyle": "custom" } }, { "path": "pages/mall/delivery/orders/checkin", "style": { "navigationBarTitleText": "到达签到", "navigationStyle": "custom" } }, { "path": "pages/mall/delivery/orders/execute", "style": { "navigationBarTitleText": "服务执行", "navigationStyle": "custom" } }, { "path": "pages/mall/delivery/orders/evidence", "style": { "navigationBarTitleText": "证据上传", "navigationStyle": "custom" } }, { "path": "pages/mall/delivery/orders/exception", "style": { "navigationBarTitleText": "异常上报", "navigationStyle": "custom" } }, { "path": "pages/mall/delivery/orders/finish", "style": { "navigationBarTitleText": "完成确认", "navigationStyle": "custom" } }, { "path": "pages/mall/delivery/records/index", "style": { "navigationBarTitleText": "服务记录", "navigationStyle": "custom" } }, { "path": "pages/mall/delivery/records/detail", "style": { "navigationBarTitleText": "记录详情", "navigationStyle": "custom" } }, { "path": "pages/mall/delivery/messages/index", "style": { "navigationBarTitleText": "消息中心", "navigationStyle": "custom" } }, { "path": "pages/mall/delivery/profile/index", "style": { "navigationBarTitleText": "我的", "navigationStyle": "custom" } }, { "path": "pages/mall/delivery/profile/certificates", "style": { "navigationBarTitleText": "资质证书", "navigationStyle": "custom" } }, { "path": "pages/mall/delivery/profile/settings", "style": { "navigationBarTitleText": "设置", "navigationStyle": "custom" } } ], "subPackages": [], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "delivery", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#F3F7F9" }, "tabBar": { "color": "#6B7280", "selectedColor": "#0F766E", "backgroundColor": "#FFFFFF", "borderStyle": "black", "list": [ { "pagePath": "pages/mall/delivery/home/index", "text": "工作台", "iconPath": "static/tabbar/home.png", "selectedIconPath": "static/tabbar/home-active.png" }, { "pagePath": "pages/mall/delivery/orders/index", "text": "工单", "iconPath": "static/tabbar/cart.png", "selectedIconPath": "static/tabbar/cart.png" }, { "pagePath": "pages/mall/delivery/messages/index", "text": "消息", "iconPath": "static/tabbar/message.png", "selectedIconPath": "static/tabbar/message.png" }, { "pagePath": "pages/mall/delivery/profile/index", "text": "我的", "iconPath": "static/tabbar/user.png", "selectedIconPath": "static/tabbar/user.png" } ] }, "condition": { "current": 0, "list": [ { "name": "delivery端", "path": "pages/user/login", "query": "mode=delivery&role=Deliverer" } ] } }