pages.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "门墩儿招聘"
  7. }
  8. },
  9. {
  10. "path": "pages/index/position",
  11. "style": {
  12. "navigationBarTitleText": "职位"
  13. }
  14. },
  15. {
  16. "path": "pages/index/my",
  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. }
  46. ],
  47. "globalStyle": {
  48. "navigationBarTextStyle": "black",
  49. "navigationBarTitleText": "门墩儿招聘",
  50. "navigationBarBackgroundColor": "#ffffff",
  51. "backgroundColor": "#ffffff"
  52. },
  53. "tabBar": {
  54. "color": "#000",
  55. "selectedColor": "#00897B",
  56. "borderStyle": "black",
  57. "backgroundColor": "#ffffff",
  58. "height": "65px",
  59. "fontSize": "24rpx",
  60. "list": [
  61. {
  62. "pagePath": "pages/index/index",
  63. "text": "首页",
  64. "iconPath": "/static/img/home.png",
  65. "selectedIconPath": "/static/img/home-fill.png"
  66. },
  67. {
  68. "pagePath": "pages/index/position",
  69. "text": "职位",
  70. "iconPath": "/static/img/position.png",
  71. "selectedIconPath": "/static/img/position-fill.png"
  72. },
  73. {
  74. "pagePath": "pages/index/my",
  75. "text": "我的",
  76. "iconPath": "/static/img/my.png",
  77. "selectedIconPath": "/static/img/my-fill.png"
  78. }
  79. ]
  80. }
  81. }