{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "门墩儿招聘" } }, { "path": "pages/index/position", "style": { "navigationBarTitleText": "职位" } }, { "path": "pages/index/my", "style": { "navigationBarTitleText": "我的" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "门墩儿招聘", "navigationBarBackgroundColor": "#ffffff", "backgroundColor": "#ffffff" }, "tabBar": { "color": "#000", "selectedColor": "#00897B", "borderStyle": "black", "backgroundColor": "#ffffff", "height": "50px", "fontSize": "30rpx", "iconWidth": "24px", "spacing": "3px", "iconfontSrc":"/static/iconfont.ttf", "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" } ] } }