pages.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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. "tabBar": {
  58. "color": "#999999",
  59. "selectedColor": "#black",
  60. "backgroundColor": "#ffffff",
  61. "borderStyle": "black",
  62. "list": [
  63. {
  64. "pagePath": "pages/index/index",
  65. "text": "首页",
  66. "iconPath": "/static/uni.png",
  67. "selectedIconPath": "/static/uni.png"
  68. },
  69. {
  70. "pagePath": "pages/security/index",
  71. "text": "安保",
  72. "iconPath": "/static/uni.png",
  73. "selectedIconPath": "/static/uni.png"
  74. }
  75. // {
  76. // "pagePath": "pages/my/index",
  77. // "text": "我的",
  78. // "iconPath": "/static/uni.png",
  79. // "selectedIconPath": "/static/uni.png"
  80. // },
  81. ]
  82. },
  83. "globalStyle": {
  84. "navigationBarTextStyle": "#FFFFFF",
  85. "navigationBarTitleText": "uni-app",
  86. "navigationBarBackgroundColor": "#2979ff",
  87. "backgroundColor": "#F8F8F8",
  88. "app-plus": {
  89. "background": "#efeff4"
  90. }
  91. }
  92. }