pages.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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/index/index",
  37. "style": {
  38. "h5": {
  39. "titleNView": false
  40. }
  41. }
  42. },
  43. {
  44. "path": "pages/repairList/repairList",
  45. "style": {
  46. "h5": {
  47. "titleNView": false
  48. }
  49. }
  50. },
  51. {
  52. "path": "pages/my/my",
  53. "style": {
  54. "h5": {
  55. "titleNView": false
  56. }
  57. }
  58. }
  59. ],
  60. "globalStyle": {
  61. "navigationBarTextStyle": "black",
  62. "navigationBarBackgroundColor": "#F8F8F8",
  63. "backgroundColor": "#F8F8F8"
  64. },
  65. "tabBar": {
  66. "color": "#888",
  67. "selectedColor": "#49B856",
  68. "borderStyle": "black",
  69. "backgroundColor": "#ffffff",
  70. "list": [{
  71. "pagePath": "pages/incidentList/incidentList",
  72. "iconPath": "static/img/icon_incidentList.png",
  73. "selectedIconPath": "static/img/icon_incidentList_active.png",
  74. "text": "故障"
  75. }, {
  76. "pagePath": "pages/my/my",
  77. "iconPath": "static/img/icon_my.png",
  78. "selectedIconPath": "static/img/icon_my_active.png",
  79. "text": "我的"
  80. }]
  81. }
  82. }