pages.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "pages": [{
  3. "path": "pages/homePage/homePage",
  4. "style": {
  5. "h5": {
  6. "titleNView": false
  7. }
  8. }
  9. },
  10. {
  11. "path": "pages/initBind/initBind",
  12. "style": {
  13. "h5": {
  14. "titleNView": false
  15. }
  16. }
  17. },
  18. {
  19. "path": "pages/repairEntrance/repairEntrance",
  20. "style": {
  21. "h5": {
  22. "titleNView": false
  23. }
  24. }
  25. },
  26. {
  27. "path": "pages/incidentList/incidentList",
  28. "style": {
  29. "h5": {
  30. "titleNView": false
  31. },
  32. "enablePullDownRefresh": true
  33. }
  34. },
  35. {
  36. "path": "pages/my/my",
  37. "style": {
  38. "h5": {
  39. "titleNView": false
  40. }
  41. }
  42. },
  43. {
  44. "path": "pages/changeUser/changeUser",
  45. "style": {
  46. "h5": {
  47. "titleNView": false
  48. }
  49. }
  50. }
  51. ],
  52. "globalStyle": {
  53. "navigationBarTextStyle": "black",
  54. "navigationBarBackgroundColor": "#F8F8F8",
  55. "backgroundColor": "#F8F8F8"
  56. },
  57. "tabBar": {
  58. "color": "#888",
  59. "selectedColor": "#49B856",
  60. "borderStyle": "black",
  61. "backgroundColor": "#ffffff",
  62. "list": [{
  63. "pagePath": "pages/incidentList/incidentList",
  64. "iconPath": "static/img/icon_incidentList.png",
  65. "selectedIconPath": "static/img/icon_incidentList_active.png",
  66. "text": "故障"
  67. }, {
  68. "pagePath": "pages/my/my",
  69. "iconPath": "static/img/icon_my.png",
  70. "selectedIconPath": "static/img/icon_my_active.png",
  71. "text": "我的"
  72. }]
  73. }
  74. }