pages.json 2.0 KB

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