pages.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. "subPackages": [
  29. {
  30. "root": "pagesA",
  31. "pages": [
  32. {
  33. "path": "resume/index",
  34. "style": {
  35. "navigationBarTitleText": "我的简历"
  36. }
  37. },
  38. {
  39. "path": "collect/position",
  40. "style": {
  41. "navigationBarTitleText": "职位收藏"
  42. }
  43. },
  44. {
  45. "path": "interview/index",
  46. "style": {
  47. "navigationBarTitleText": "面试管理"
  48. }
  49. },
  50. {
  51. "path": "seenMe/index",
  52. "style": {
  53. "navigationBarTitleText": "谁看过我"
  54. }
  55. }
  56. ]
  57. }
  58. ],
  59. "globalStyle": {
  60. "navigationBarTextStyle": "black",
  61. "navigationBarTitleText": "门墩儿招聘",
  62. "navigationBarBackgroundColor": "#ffffff",
  63. "backgroundColor": "#ffffff"
  64. },
  65. "tabBar": {
  66. "color": "#000",
  67. "selectedColor": "#00897B",
  68. "borderStyle": "black",
  69. "backgroundColor": "#ffffff",
  70. "height": "65px",
  71. "fontSize": "24rpx",
  72. "list": [
  73. {
  74. "pagePath": "pages/index/index",
  75. "text": "首页",
  76. "iconPath": "/static/img/home.png",
  77. "selectedIconPath": "/static/img/home-fill.png"
  78. },
  79. {
  80. "pagePath": "pages/index/position",
  81. "text": "职位",
  82. "iconPath": "/static/img/position.png",
  83. "selectedIconPath": "/static/img/position-fill.png"
  84. },
  85. {
  86. "pagePath": "pages/index/my",
  87. "text": "我的",
  88. "iconPath": "/static/img/my.png",
  89. "selectedIconPath": "/static/img/my-fill.png"
  90. }
  91. ]
  92. }
  93. }