{ "pages": [ { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom" } }, { "path": "pages/recruit/landing", "style": { "navigationBarTitleText": "加入宠宝履约者", "navigationBarBackgroundColor": "#FF9800", "navigationBarTextStyle": "white", "navigationStyle": "custom" } }, { "path": "pages/recruit/form", "style": { "navigationBarTitleText": "我要加入" } }, { "path": "pages/recruit/auth", "style": { "navigationBarTitleText": "实名认证" } }, { "path": "pages/recruit/qualifications", "style": { "navigationBarTitleText": "我的资质" } }, { "path": "pages/recruit/success", "style": { "navigationBarTitleText": "提交成功" } }, { "path": "pages/login/reset-pwd-verify", "style": { "navigationBarTitleText": "重置密码" } }, { "path": "pages/login/reset-pwd-set", "style": { "navigationBarTitleText": "设置新密码" } }, { "path": "pages/home/index", "style": { "navigationBarTitleText": "任务中心", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/home/work-status", "style": { "navigationBarTitleText": "工作状态", "navigationStyle": "default", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/orders/index", "style": { "navigationBarTitleText": "我的订单", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "enablePullDownRefresh": true } }, { "path": "pages/orders/detail", "style": { "navigationBarTitleText": "订单详情", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/orders/anomaly", "style": { "navigationBarTitleText": "异常上报", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/mine/order-stats", "style": { "navigationBarTitleText": "订单统计", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/mine/rewards", "style": { "navigationBarTitleText": "我的奖惩", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/mine/rewards-all", "style": { "navigationBarTitleText": "收款记录", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/mine/index", "style": { "navigationBarTitleText": "个人中心", "navigationStyle": "custom" } }, { "path": "pages/mine/settings/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/mine/settings/profile/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/mine/settings/auth/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/mine/settings/auth/edit", "style": { "navigationStyle": "custom" } }, { "path": "pages/mine/settings/bank/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/mine/settings/security/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/mine/settings/profile/edit-name", "style": { "navigationStyle": "custom" } }, { "path": "pages/mine/settings/security/change-password", "style": { "navigationStyle": "custom" } }, { "path": "pages/mine/settings/security/change-phone", "style": { "navigationStyle": "custom" } }, { "path": "pages/mine/settings/notification/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/mine/settings/about/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/mine/wallet/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/mine/wallet/bill", "style": { "navigationStyle": "custom" } }, { "path": "pages/mine/level/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/mine/message/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/mine/message/order", "style": { "navigationStyle": "custom" } }, { "path": "pages/mine/message/system", "style": { "navigationStyle": "custom" } }, { "path": "pages/mine/message/detail", "style": { "navigationStyle": "custom" } }, { "path": "pages/mine/points/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/mine/points/detail", "style": { "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "custom": true, "color": "#999999", "selectedColor": "#FF5722", "backgroundColor": "#ffffff", "borderStyle": "black", "list": [ { "pagePath": "pages/home/index", "text": "任务中心", "iconPath": "static/tabbar/home.svg", "selectedIconPath": "static/tabbar/home-active.svg" }, { "pagePath": "pages/orders/index", "text": "我的订单", "iconPath": "static/tabbar/order.svg", "selectedIconPath": "static/tabbar/order-active.svg" }, { "pagePath": "pages/mine/index", "text": "我的", "iconPath": "static/tabbar/mine.svg", "selectedIconPath": "static/tabbar/mine-active.svg" } ] }, "uniIdRouter": {} }