{ "pages": [ { "path": "pages/index/position", "style": { "navigationBarTitleText": "门墩儿", "enablePullDownRefresh": true } }, { "path": "pages/index/crowdsourcing", "style": { "navigationBarTitleText": "赏金" } }, { "path": "pages/index/welfare", "style": { "navigationBarTitleText": "会员福利" } }, { "path": "pages/index/my", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/login/index", "style": { "navigationBarTitleText": "登录/注册" } }, { "path": "pages/index/communicate", "style": { "navigationBarTitleText": "最近联系人" } } ], "subPackages": [ { "root": "pagesA", "pages": [ { "path": "resume/index", "style": { "navigationBarTitleText": "附件简历" } }, { "path": "collect/index", "style": { "navigationBarTitleText": "我的收藏" } }, { "path": "interview/index", "style": { "navigationBarTitleText": "面试管理" } }, { "path": "seenMe/index", "style": { "navigationBarTitleText": "谁看过我" } }, { "path": "info/index", "style": { "navigationBarTitleText": "个人信息" } }, { "path": "recommendation/index", "style": { "navigationBarTitleText": "我的推荐" } }, { "path": "chart/index", "style": { "navigationBarTitleText": "我的聊天" } }, { "path": "coupon/index", "style": { "navigationBarTitleText": "我的优惠券" } } ] }, { "root": "pagesB", "pages": [ { "path": "companyDetail/index", "style": { "navigationBarTitleText": "企业详情" } }, { "path": "positionDetail/index", "style": { "navigationBarTitleText": "职位详情" } }, { "path": "agreement/user", "style": { "navigationBarTitleText": "用户协议" } }, { "path": "agreement/privacy", "style": { "navigationBarTitleText": "隐私协议" } } ] } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "门墩儿", "navigationBarBackgroundColor": "#ffffff", "backgroundColor": "#ffffff" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#00897B", "borderStyle": "black", "backgroundColor": "#ffffff", "height": "65px", "fontSize": "24rpx", "custom": true, "list": [ { "pagePath": "pages/index/position", "text": "求职", "iconPath": "/static/img/position.png", "selectedIconPath": "/static/img/position-fill.png" }, { "pagePath": "pages/index/communicate", "text": "沟通", "iconPath": "/static/img/message.png", "selectedIconPath": "/static/img/message-fill.png" }, { "pagePath": "pages/index/welfare", "text": "会员福利", "iconPath": "/static/img/welfare.png", "selectedIconPath": "/static/img/welfare.png" }, { "pagePath": "pages/index/crowdsourcing", "text": "赏金", "iconPath": "/static/img/pin.png", "selectedIconPath": "/static/img/pin-fill.png" }, { "pagePath": "pages/index/my", "text": "我的", "iconPath": "/static/img/my.png", "selectedIconPath": "/static/img/my-fill.png" } ] } }