123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- {
- "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"
- }
- ]
- }
- }
|