pages.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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. "globalStyle": {
  66. "navigationBarTextStyle": "black",
  67. "navigationBarTitleText": "门墩儿招聘",
  68. "navigationBarBackgroundColor": "#ffffff",
  69. "backgroundColor": "#ffffff"
  70. },
  71. "tabBar": {
  72. "color": "#000",
  73. "selectedColor": "#00897B",
  74. "borderStyle": "black",
  75. "backgroundColor": "#ffffff",
  76. "height": "65px",
  77. "fontSize": "24rpx",
  78. "list": [
  79. {
  80. "pagePath": "pages/index/index",
  81. "text": "首页",
  82. "iconPath": "/static/img/home.png",
  83. "selectedIconPath": "/static/img/home-fill.png"
  84. },
  85. {
  86. "pagePath": "pages/index/position",
  87. "text": "职位",
  88. "iconPath": "/static/img/position.png",
  89. "selectedIconPath": "/static/img/position-fill.png"
  90. },
  91. {
  92. "pagePath": "pages/index/communicate",
  93. "text": "沟通",
  94. "iconPath": "/static/img/message.png",
  95. "selectedIconPath": "/static/img/message-fill.png"
  96. },
  97. {
  98. "pagePath": "pages/index/my",
  99. "text": "我的",
  100. "iconPath": "/static/img/my.png",
  101. "selectedIconPath": "/static/img/my-fill.png"
  102. }
  103. ]
  104. }
  105. }