pages.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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. },
  71. {
  72. "root": "pagesB",
  73. "pages": [
  74. {
  75. "path": "companyDetail/index",
  76. "style": {
  77. "navigationBarTitleText": "企业详情"
  78. }
  79. },
  80. {
  81. "path": "positionDetail/index",
  82. "style": {
  83. "navigationBarTitleText": "职位详情"
  84. }
  85. }
  86. ]
  87. }
  88. ],
  89. "globalStyle": {
  90. "navigationBarTextStyle": "black",
  91. "navigationBarTitleText": "门墩儿招聘",
  92. "navigationBarBackgroundColor": "#ffffff",
  93. "backgroundColor": "#ffffff"
  94. },
  95. "tabBar": {
  96. "color": "#000",
  97. "selectedColor": "#00897B",
  98. "borderStyle": "black",
  99. "backgroundColor": "#ffffff",
  100. "height": "65px",
  101. "fontSize": "24rpx",
  102. "list": [
  103. {
  104. "pagePath": "pages/index/position",
  105. "text": "职位",
  106. "iconPath": "/static/img/position.png",
  107. "selectedIconPath": "/static/img/position-fill.png"
  108. },
  109. {
  110. "pagePath": "pages/index/crowdsourcing",
  111. "text": "猎聘",
  112. "iconPath": "/static/img/pin.png",
  113. "selectedIconPath": "/static/img/pin-fill.png"
  114. },
  115. {
  116. "pagePath": "pages/index/communicate",
  117. "text": "沟通",
  118. "iconPath": "/static/img/message.png",
  119. "selectedIconPath": "/static/img/message-fill.png"
  120. },
  121. {
  122. "pagePath": "pages/index/my",
  123. "text": "我的",
  124. "iconPath": "/static/img/my.png",
  125. "selectedIconPath": "/static/img/my-fill.png"
  126. }
  127. ]
  128. }
  129. }