{ "pages": [ { "path": "pages/user/register", "style": { "navigationBarTitleText": "服务人员注册", "navigationStyle": "custom" } }, { "path": "pages/user/terms", "style": { "navigationBarTitleText": "用户协议与隐私政策" } }, { "path": "pages/user/center", "style": { "navigationBarTitleText": "用户中心" } }, { "path": "pages/user/profile", "style": { "navigationBarTitleText": "个人资料" } }, { "path": "pages/user/change-password", "style": { "navigationBarTitleText": "修改密码" } }, { "path": "pages/user/bind-phone", "style": { "navigationBarTitleText": "绑定手机" } }, { "path": "pages/user/bind-email", "style": { "navigationBarTitleText": "绑定邮箱" } }, { "path": "pages/mall/delivery/service-record/index", "style": { "navigationBarTitleText": "服务记录", "navigationStyle": "custom" } }, { "path": "pages/mall/delivery/orders/exception", "style": { "navigationBarTitleText": "服务记录", "navigationStyle": "custom" } }, { "path": "pages/mall/delivery/orders/exception", "style": { "navigationBarTitleText": "异常上报", "navigationStyle": "custom" } }, { "path": "pages/mall/delivery/profile/index", "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/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=delivery" } ] } }