pages.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "首页"
  6. }
  7. },
  8. {
  9. "path": "pages/eventList/index",
  10. "style": {
  11. "navigationBarTitleText": "事件列表"
  12. }
  13. },
  14. {
  15. "path": "pages/VisualControl/index",
  16. "style": {
  17. "navigationBarTitleText": "模块控制"
  18. }
  19. },
  20. {
  21. "path": "pages/my/index",
  22. "style": {
  23. "navigationBarTitleText": "我的"
  24. }
  25. },
  26. {
  27. "path": "pages/poleList/index",
  28. "style": {
  29. "navigationBarTitleText": "灯杆列表"
  30. }
  31. },
  32. {
  33. "path": "pages/poleDetail/index",
  34. "style": {
  35. "navigationBarTitleText": "灯杆详情"
  36. }
  37. },
  38. {
  39. "path": "pages/eventDetail/index",
  40. "style": {
  41. "navigationBarTitleText": "事件详情"
  42. }
  43. },
  44. {
  45. "path": "pages/security/index",
  46. "style": {
  47. "navigationBarTitleText": "安保人员"
  48. }
  49. },
  50. {
  51. "path": "pages/security/personnelDetails",
  52. "style": {
  53. "navigationBarTitleText": "安保人员"
  54. }
  55. }
  56. ],
  57. "globalStyle": {
  58. "navigationBarTextStyle": "black",
  59. "navigationBarTitleText": "集成控制",
  60. "navigationBarBackgroundColor": "#F8F8F8",
  61. "backgroundColor": "#F8F8F8"
  62. },
  63. "tabBar": {
  64. "borderStyle": "black",
  65. "backgroundColor": "#2979ff",
  66. "color": "#8F8F94",
  67. "selectedColor": "#fff",
  68. "list": [
  69. {
  70. "pagePath": "pages/index/index",
  71. "iconPath": "/static/img/tabBar/home.png",
  72. "selectedIconPath": "/static/img/tabBar/homeative.png",
  73. "text": "首页"
  74. },
  75. {
  76. "pagePath": "pages/security/index",
  77. "iconPath": "/static/img/tabBar/security.png",
  78. "selectedIconPath": "/static/img/tabBar/securityative.png",
  79. "text": "安保"
  80. }
  81. // {
  82. // "pagePath": "pages/my/index",
  83. // "text": "我的",
  84. // "iconPath": "/static/uni.png",
  85. // "selectedIconPath": "/static/uni.png"
  86. // },
  87. ]
  88. },
  89. "globalStyle": {
  90. "navigationBarTextStyle": "#FFFFFF",
  91. "navigationBarTitleText": "uni-app",
  92. "navigationBarBackgroundColor": "#2979ff",
  93. "backgroundColor": "#F8F8F8",
  94. "app-plus": {
  95. "background": "#efeff4"
  96. }
  97. }
  98. }