1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "门墩儿招聘"
- }
- },
- {
- "path": "pages/position/index",
- "style": {
- "navigationBarTitleText": "职位"
- }
- },
- {
- "path": "pages/index/my",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/login/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/index",
- "text": "首页",
- "iconPath": "/static/img/home.png",
- "selectedIconPath": "/static/img/home-fill.png"
- },
- {
- "pagePath": "pages/position/index",
- "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"
- }
- ]
- }
- }
|