{ "pages": [ { "path": "pages/index/position", "style": { "navigationBarTitleText": "门墩儿招聘", "enablePullDownRefresh": true } }, { "path": "pages/index/crowdsourcing", "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": "个人信息" } } ] }, { "root": "pagesB", "pages": [ { "path": "companyDetail/index", "style": { "navigationBarTitleText": "企业详情" } }, { "path": "positionDetail/index", "style": { "navigationBarTitleText": "职位详情" } } ] } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "门墩儿招聘", "navigationBarBackgroundColor": "#ffffff", "backgroundColor": "#ffffff" }, "tabBar": { "color": "#000", "selectedColor": "#00897B", "borderStyle": "black", "backgroundColor": "#ffffff", "height": "65px", "fontSize": "24rpx", "list": [ { "pagePath": "pages/index/position", "text": "职位", "iconPath": "/static/img/position.png", "selectedIconPath": "/static/img/position-fill.png" }, { "pagePath": "pages/index/crowdsourcing", "text": "猎聘", "iconPath": "/static/img/pin.png", "selectedIconPath": "/static/img/pin-fill.png" }, { "pagePath": "pages/index/communicate", "text": "沟通", "iconPath": "/static/img/message.png", "selectedIconPath": "/static/img/message-fill.png" }, { "pagePath": "pages/index/my", "text": "我的", "iconPath": "/static/img/my.png", "selectedIconPath": "/static/img/my-fill.png" } ] } }