pages.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/position",
  5. "style": {
  6. "navigationBarTitleText": "门墩儿招聘",
  7. "enablePullDownRefresh": true
  8. }
  9. },
  10. {
  11. "path": "pages/index/crowdsourcing",
  12. "style": {
  13. "navigationBarTitleText": "全员猎聘"
  14. }
  15. },
  16. {
  17. "path": "pages/index/my",
  18. "style": {
  19. "navigationBarTitleText": "我的"
  20. }
  21. },
  22. {
  23. "path": "pages/login/index",
  24. "style": {
  25. "navigationBarTitleText": "登录/注册"
  26. }
  27. },
  28. {
  29. "path": "pages/index/communicate",
  30. "style": {
  31. "navigationBarTitleText": "沟通"
  32. }
  33. }
  34. ],
  35. "subPackages": [
  36. {
  37. "root": "pagesA",
  38. "pages": [
  39. {
  40. "path": "resume/index",
  41. "style": {
  42. "navigationBarTitleText": "附件简历"
  43. }
  44. },
  45. {
  46. "path": "collect/index",
  47. "style": {
  48. "navigationBarTitleText": "我的收藏"
  49. }
  50. },
  51. {
  52. "path": "interview/index",
  53. "style": {
  54. "navigationBarTitleText": "面试管理"
  55. }
  56. },
  57. {
  58. "path": "seenMe/index",
  59. "style": {
  60. "navigationBarTitleText": "谁看过我"
  61. }
  62. }
  63. ]
  64. },
  65. {
  66. "root": "pagesB",
  67. "pages": [
  68. {
  69. "path": "companyDetail/index",
  70. "style": {
  71. "navigationBarTitleText": "企业详情"
  72. }
  73. },
  74. {
  75. "path": "positionDetail/index",
  76. "style": {
  77. "navigationBarTitleText": "职位详情"
  78. }
  79. }
  80. ]
  81. }
  82. ],
  83. "globalStyle": {
  84. "navigationBarTextStyle": "black",
  85. "navigationBarTitleText": "门墩儿招聘",
  86. "navigationBarBackgroundColor": "#ffffff",
  87. "backgroundColor": "#ffffff"
  88. },
  89. "tabBar": {
  90. "color": "#000",
  91. "selectedColor": "#00897B",
  92. "borderStyle": "black",
  93. "backgroundColor": "#ffffff",
  94. "height": "65px",
  95. "fontSize": "24rpx",
  96. "list": [
  97. {
  98. "pagePath": "pages/index/position",
  99. "text": "职位",
  100. "iconPath": "/static/img/position.png",
  101. "selectedIconPath": "/static/img/position-fill.png"
  102. },
  103. {
  104. "pagePath": "pages/index/crowdsourcing",
  105. "text": "猎聘",
  106. "iconPath": "/static/img/pin.png",
  107. "selectedIconPath": "/static/img/pin-fill.png"
  108. },
  109. {
  110. "pagePath": "pages/index/communicate",
  111. "text": "沟通",
  112. "iconPath": "/static/img/message.png",
  113. "selectedIconPath": "/static/img/message-fill.png"
  114. },
  115. {
  116. "pagePath": "pages/index/my",
  117. "text": "我的",
  118. "iconPath": "/static/img/my.png",
  119. "selectedIconPath": "/static/img/my-fill.png"
  120. }
  121. ]
  122. }
  123. }