pages.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. "tabBar": {
  46. "color": "#999999",
  47. "selectedColor": "#black",
  48. "backgroundColor": "#ffffff",
  49. "borderStyle": "black",
  50. "list": [
  51. {
  52. "pagePath": "pages/index/index",
  53. "text": "首页",
  54. "iconPath": "/static/uni.png",
  55. "selectedIconPath": "/static/uni.png"
  56. }
  57. // {
  58. // "pagePath": "pages/my/index",
  59. // "text": "我的",
  60. // "iconPath": "/static/uni.png",
  61. // "selectedIconPath": "/static/uni.png"
  62. // },
  63. ]
  64. },
  65. "globalStyle": {
  66. "navigationBarTextStyle": "#FFFFFF",
  67. "navigationBarTitleText": "uni-app",
  68. "navigationBarBackgroundColor": "#2979ff",
  69. "backgroundColor": "#F8F8F8",
  70. "app-plus": {
  71. "background": "#efeff4"
  72. }
  73. }
  74. }