pages.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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. "navigationBarBackgroundColor": "#1767F2",
  46. "navigationBarTextStyle": "white"
  47. }
  48. }, {
  49. "path": "pages/orderManagement/arrearageRecord/arrearageRecord",
  50. "style": {
  51. "navigationBarTitleText": "欠费记录",
  52. "enablePullDownRefresh": false,
  53. "navigationBarBackgroundColor": "#1767F2",
  54. "navigationBarTextStyle": "white"
  55. }
  56. }, {
  57. "path": "pages/orderManagement/collectionRecord/collectionRecord",
  58. "style": {
  59. "navigationBarTitleText": "收款记录",
  60. "enablePullDownRefresh": false,
  61. "navigationBarBackgroundColor": "#1767F2",
  62. "navigationBarTextStyle": "white"
  63. }
  64. }, {
  65. "path": "pages/orderManagement/feeEvasionRecord/feeEvasionRecord",
  66. "style": {
  67. "navigationBarTitleText": "逃费记录",
  68. "enablePullDownRefresh": false,
  69. "navigationBarBackgroundColor": "#1767F2",
  70. "navigationBarTextStyle": "white"
  71. }
  72. }, {
  73. "path": "pages/orderManagement/voidRecord/voidRecord",
  74. "style": {
  75. "navigationBarTitleText": "作废记录",
  76. "enablePullDownRefresh": false,
  77. "navigationBarBackgroundColor": "#1767F2",
  78. "navigationBarTextStyle": "white"
  79. }
  80. }, {
  81. "path": "pages/orderManagement/recoveryRecord/recoveryRecord",
  82. "style": {
  83. "navigationBarTitleText": "追缴记录",
  84. "enablePullDownRefresh": false,
  85. "navigationBarBackgroundColor": "#1767F2",
  86. "navigationBarTextStyle": "white"
  87. }
  88. }, {
  89. "path": "pages/patrolManagement/patrolRecord/patrolRecord",
  90. "style": {
  91. "navigationBarTitleText": "巡检记录",
  92. "enablePullDownRefresh": false,
  93. "navigationBarBackgroundColor": "#1767F2",
  94. "navigationBarTextStyle": "white"
  95. }
  96. }, {
  97. "path": "pages/patrolManagement/deviceAbnormalRecords/deviceAbnormalRecords",
  98. "style": {
  99. "navigationBarTitleText": "设备异常记录",
  100. "enablePullDownRefresh": true,
  101. "navigationBarBackgroundColor": "#1767F2",
  102. "navigationBarTextStyle": "white"
  103. }
  104. }, {
  105. "path": "pages/patrolManagement/deviceAbnormalRecords/recordsDetails/recordsDetails",
  106. "style": {
  107. "navigationBarTitleText": "设备异常记录详情",
  108. "enablePullDownRefresh": false,
  109. "navigationBarBackgroundColor": "#1767F2",
  110. "navigationBarTextStyle": "white"
  111. }
  112. }
  113. ],
  114. "globalStyle": {
  115. "navigationBarTextStyle": "black",
  116. "navigationBarTitleText": "智慧停车运营端",
  117. "navigationBarBackgroundColor": "#F8F8F8",
  118. "backgroundColor": "#F8F8F8"
  119. }
  120. }