pages.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "navigationStyle": "custom"
  8. }
  9. }, {
  10. "path": "pages/login/login",
  11. "style": {
  12. "navigationBarTitleText": "登录",
  13. "enablePullDownRefresh": false,
  14. "navigationStyle": "custom"
  15. }
  16. }, {
  17. "path": "pages/dataOverview/todayOverview/todayOverview",
  18. "style": {
  19. "navigationBarTitleText": "今日概况",
  20. "enablePullDownRefresh": false,
  21. "navigationBarBackgroundColor": "#1767F2",
  22. "navigationBarTextStyle": "white"
  23. }
  24. }, {
  25. "path": "pages/dataOverview/operationalAnalysis/operationalAnalysis",
  26. "style": {
  27. "navigationBarTitleText": "运营分析",
  28. "enablePullDownRefresh": false,
  29. "navigationBarBackgroundColor": "#1767F2",
  30. "navigationBarTextStyle": "white"
  31. }
  32. }, {
  33. "path": "pages/dataOverview/statisticalReport/statisticalReport",
  34. "style": {
  35. "navigationBarTitleText": "统计报表",
  36. "enablePullDownRefresh": false,
  37. "navigationBarBackgroundColor": "#1767F2",
  38. "navigationBarTextStyle": "white"
  39. }
  40. }, {
  41. "path": "pages/orderManagement/parkingRecord/parkingRecord",
  42. "style": {
  43. "navigationBarTitleText": "停车记录",
  44. "enablePullDownRefresh": false
  45. }
  46. }, {
  47. "path": "pages/orderManagement/arrearageRecord/arrearageRecord",
  48. "style": {
  49. "navigationBarTitleText": "欠费记录",
  50. "enablePullDownRefresh": false
  51. }
  52. }, {
  53. "path": "pages/orderManagement/collectionRecord/collectionRecord",
  54. "style": {
  55. "navigationBarTitleText": "收款记录",
  56. "enablePullDownRefresh": false
  57. }
  58. }, {
  59. "path": "pages/orderManagement/feeEvasionRecord/feeEvasionRecord",
  60. "style": {
  61. "navigationBarTitleText": "逃费记录",
  62. "enablePullDownRefresh": false
  63. }
  64. }, {
  65. "path": "pages/orderManagement/voidRecord/voidRecord",
  66. "style": {
  67. "navigationBarTitleText": "作废记录",
  68. "enablePullDownRefresh": false
  69. }
  70. }, {
  71. "path": "pages/orderManagement/recoveryRecord/recoveryRecord",
  72. "style": {
  73. "navigationBarTitleText": "追缴记录",
  74. "enablePullDownRefresh": false
  75. }
  76. }, {
  77. "path": "pages/patrolManagement/patrolRecord/patrolRecord",
  78. "style": {
  79. "navigationBarTitleText": "巡检记录",
  80. "enablePullDownRefresh": false
  81. }
  82. }, {
  83. "path": "pages/patrolManagement/deviceAbnormalRecords/deviceAbnormalRecords",
  84. "style": {
  85. "navigationBarTitleText": "设备异常记录",
  86. "enablePullDownRefresh": false,
  87. "navigationBarBackgroundColor": "#1767F2",
  88. "navigationBarTextStyle": "white"
  89. }
  90. }
  91. ],
  92. "globalStyle": {
  93. "navigationBarTextStyle": "black",
  94. "navigationBarTitleText": "智慧停车运营端",
  95. "navigationBarBackgroundColor": "#F8F8F8",
  96. "backgroundColor": "#F8F8F8"
  97. }
  98. }