pages.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  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. "path": "info/index",
  65. "style": {
  66. "navigationBarTitleText": "个人信息"
  67. }
  68. },
  69. {
  70. "path": "recommendation/index",
  71. "style": {
  72. "navigationBarTitleText": "我的推荐"
  73. }
  74. }
  75. ]
  76. },
  77. {
  78. "root": "pagesB",
  79. "pages": [
  80. {
  81. "path": "companyDetail/index",
  82. "style": {
  83. "navigationBarTitleText": "企业详情"
  84. }
  85. },
  86. {
  87. "path": "positionDetail/index",
  88. "style": {
  89. "navigationBarTitleText": "职位详情"
  90. }
  91. },
  92. {
  93. "path": "agreement/user",
  94. "style": {
  95. "navigationBarTitleText": "用户协议"
  96. }
  97. },
  98. {
  99. "path": "agreement/privacy",
  100. "style": {
  101. "navigationBarTitleText": "隐私协议"
  102. }
  103. }
  104. ]
  105. }
  106. ],
  107. "globalStyle": {
  108. "navigationBarTextStyle": "black",
  109. "navigationBarTitleText": "门墩儿招聘",
  110. "navigationBarBackgroundColor": "#ffffff",
  111. "backgroundColor": "#ffffff"
  112. },
  113. "tabBar": {
  114. "color": "#000",
  115. "selectedColor": "#00897B",
  116. "borderStyle": "black",
  117. "backgroundColor": "#ffffff",
  118. "height": "65px",
  119. "fontSize": "24rpx",
  120. "list": [
  121. {
  122. "pagePath": "pages/index/position",
  123. "text": "职位",
  124. "iconPath": "/static/img/position.png",
  125. "selectedIconPath": "/static/img/position-fill.png"
  126. },
  127. {
  128. "pagePath": "pages/index/crowdsourcing",
  129. "text": "猎聘",
  130. "iconPath": "/static/img/pin.png",
  131. "selectedIconPath": "/static/img/pin-fill.png"
  132. },
  133. {
  134. "pagePath": "pages/index/communicate",
  135. "text": "沟通",
  136. "iconPath": "/static/img/message.png",
  137. "selectedIconPath": "/static/img/message-fill.png"
  138. },
  139. {
  140. "pagePath": "pages/index/my",
  141. "text": "我的",
  142. "iconPath": "/static/img/my.png",
  143. "selectedIconPath": "/static/img/my-fill.png"
  144. }
  145. ]
  146. }
  147. }