pages.json 2.3 KB

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