{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "门墩儿招聘" } }, { "path": "pages/index/position", "style": { "navigationBarTitleText": "职位" } }, { "path": "pages/index/my", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/login/index", "style": { "navigationBarTitleText": "登录/注册" } } ], "subPackages": [ { "root": "pagesA", "pages": [ { "path": "resume/index", "style": { "navigationBarTitleText": "我的简历" } }, { "path": "collect/position", "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/index", "text": "首页", "iconPath": "/static/img/home.png", "selectedIconPath": "/static/img/home-fill.png" }, { "pagePath": "pages/index/position", "text": "职位", "iconPath": "/static/img/position.png", "selectedIconPath": "/static/img/position-fill.png" }, { "pagePath": "pages/index/my", "text": "我的", "iconPath": "/static/img/my.png", "selectedIconPath": "/static/img/my-fill.png" } ] } }