pages.json 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/login/login",
  12. "style": {
  13. "navigationBarTitleText": "登录",
  14. "enablePullDownRefresh": false,
  15. "navigationStyle": "custom"
  16. }
  17. },
  18. {
  19. "path": "pages/dataOverview/todayOverview/todayOverview",
  20. "style": {
  21. "navigationBarTitleText": "今日概况",
  22. "enablePullDownRefresh": false,
  23. "navigationBarBackgroundColor": "#1767F2",
  24. "navigationBarTextStyle": "white"
  25. }
  26. },
  27. {
  28. "path": "pages/dataOverview/operationalAnalysis/operationalAnalysis",
  29. "style": {
  30. "navigationBarTitleText": "运营分析",
  31. "enablePullDownRefresh": false,
  32. "navigationBarBackgroundColor": "#1767F2",
  33. "navigationBarTextStyle": "white"
  34. }
  35. },
  36. {
  37. "path": "pages/dataOverview/statisticalReport/statisticalReport",
  38. "style": {
  39. "navigationBarTitleText": "统计报表",
  40. "enablePullDownRefresh": false,
  41. "navigationBarBackgroundColor": "#1767F2",
  42. "navigationBarTextStyle": "white"
  43. }
  44. },
  45. {
  46. "path": "pages/orderManagement/parkingRecord/parkingRecord",
  47. "style": {
  48. "navigationBarTitleText": "停车记录",
  49. "enablePullDownRefresh": false,
  50. "navigationBarBackgroundColor": "#1767F2",
  51. "navigationBarTextStyle": "white"
  52. }
  53. },
  54. {
  55. "path": "pages/orderManagement/arrearageRecord/arrearageRecord",
  56. "style": {
  57. "navigationBarTitleText": "欠费记录",
  58. "enablePullDownRefresh": false,
  59. "navigationBarBackgroundColor": "#1767F2",
  60. "navigationBarTextStyle": "white"
  61. }
  62. },
  63. {
  64. "path": "pages/orderManagement/collectionRecord/collectionRecord",
  65. "style": {
  66. "navigationBarTitleText": "收款记录",
  67. "enablePullDownRefresh": false,
  68. "navigationBarBackgroundColor": "#1767F2",
  69. "navigationBarTextStyle": "white"
  70. }
  71. },
  72. {
  73. "path": "pages/orderManagement/feeEvasionRecord/feeEvasionRecord",
  74. "style": {
  75. "navigationBarTitleText": "逃费记录",
  76. "enablePullDownRefresh": false,
  77. "navigationBarBackgroundColor": "#1767F2",
  78. "navigationBarTextStyle": "white"
  79. }
  80. },
  81. {
  82. "path": "pages/orderManagement/voidRecord/voidRecord",
  83. "style": {
  84. "navigationBarTitleText": "作废记录",
  85. "enablePullDownRefresh": false,
  86. "navigationBarBackgroundColor": "#1767F2",
  87. "navigationBarTextStyle": "white"
  88. }
  89. },
  90. {
  91. "path": "pages/orderManagement/recoveryRecord/recoveryRecord",
  92. "style": {
  93. "navigationBarTitleText": "追缴记录",
  94. "enablePullDownRefresh": false,
  95. "navigationBarBackgroundColor": "#1767F2",
  96. "navigationBarTextStyle": "white"
  97. }
  98. },
  99. {
  100. "path": "pages/patrolManagement/patrolRecord/patrolRecord",
  101. "style": {
  102. "navigationBarTitleText": "巡检记录",
  103. "enablePullDownRefresh": false,
  104. "navigationBarBackgroundColor": "#1767F2",
  105. "navigationBarTextStyle": "white"
  106. }
  107. },
  108. {
  109. "path": "pages/patrolManagement/deviceAbnormalRecords/deviceAbnormalRecords",
  110. "style": {
  111. "navigationBarTitleText": "设备异常记录",
  112. "enablePullDownRefresh": true,
  113. "navigationBarBackgroundColor": "#1767F2",
  114. "navigationBarTextStyle": "white"
  115. }
  116. },
  117. {
  118. "path": "pages/patrolManagement/deviceAbnormalRecords/recordsDetails/recordsDetails",
  119. "style": {
  120. "navigationBarTitleText": "设备异常记录详情",
  121. "enablePullDownRefresh": false,
  122. "navigationBarBackgroundColor": "#1767F2",
  123. "navigationBarTextStyle": "white"
  124. }
  125. },
  126. {
  127. "path": "pages/collectorManagement/performanceRanking/performanceRanking",
  128. "style": {
  129. "navigationBarTitleText": "业绩排名",
  130. "enablePullDownRefresh": false,
  131. "navigationBarBackgroundColor": "#1767F2",
  132. "navigationBarTextStyle": "white"
  133. }
  134. },
  135. {
  136. "path": "pages/collectorManagement/performanceAnalysis/performanceAnalysis",
  137. "style": {
  138. "navigationBarTitleText": "业绩分析",
  139. "enablePullDownRefresh": false,
  140. "navigationBarBackgroundColor": "#1767F2",
  141. "navigationBarTextStyle": "white"
  142. }
  143. },
  144. {
  145. "path": "pages/collectorManagement/assessmentRanking/assessmentRanking",
  146. "style": {
  147. "navigationBarTitleText": "考核排名",
  148. "enablePullDownRefresh": false,
  149. "navigationBarBackgroundColor": "#1767F2",
  150. "navigationBarTextStyle": "white"
  151. }
  152. },
  153. {
  154. "path": "pages/collectorManagement/assessmentAnalysis/assessmentAnalysis",
  155. "style": {
  156. "navigationBarTitleText": "考核分析",
  157. "enablePullDownRefresh": false,
  158. "navigationBarBackgroundColor": "#1767F2",
  159. "navigationBarTextStyle": "white"
  160. }
  161. },
  162. {
  163. "path": "pages/collectorManagement/shiftScheduling/shiftScheduling",
  164. "style": {
  165. "navigationBarTitleText": "排班情况",
  166. "enablePullDownRefresh": false,
  167. "navigationBarBackgroundColor": "#1767F2",
  168. "navigationBarTextStyle": "white"
  169. }
  170. },
  171. {
  172. "path": "pages/patrolManagement/emergencyDisposalRecords/emergencyDisposalRecords",
  173. "style": {
  174. "navigationBarTitleText": "应急处置记录",
  175. "enablePullDownRefresh": false,
  176. "navigationBarBackgroundColor": "#1767F2",
  177. "navigationBarTextStyle": "white"
  178. }
  179. },
  180. {
  181. "path": "pages/operationalAnalysis/roadModel/index",
  182. "style": {
  183. "navigationBarTitleText": "路段分析",
  184. "enablePullDownRefresh": false,
  185. "navigationBarBackgroundColor": "#1767F2",
  186. "navigationBarTextStyle": "white"
  187. }
  188. },
  189. {
  190. "path": "pages/operationalAnalysis/parkModel/index",
  191. "style": {
  192. "navigationBarTitleText": "停车场分析",
  193. "enablePullDownRefresh": false,
  194. "navigationBarBackgroundColor": "#1767F2",
  195. "navigationBarTextStyle": "white"
  196. }
  197. },
  198. {
  199. "path": "pages/statisticalReport/roadModel/index",
  200. "style": {
  201. "navigationBarTitleText": "路段统计",
  202. "enablePullDownRefresh": false,
  203. "navigationBarBackgroundColor": "#1767F2",
  204. "navigationBarTextStyle": "white"
  205. }
  206. },
  207. {
  208. "path": "pages/statisticalReport/parkModel/index",
  209. "style": {
  210. "navigationBarTitleText": "停车场统计",
  211. "enablePullDownRefresh": false,
  212. "navigationBarBackgroundColor": "#1767F2",
  213. "navigationBarTextStyle": "white"
  214. }
  215. },
  216. {
  217. "path": "pages/appUpdate/appUpdate",
  218. "style": {
  219. "navigationBarTitleText": "应用更新",
  220. "enablePullDownRefresh": false,
  221. "navigationStyle": "custom"
  222. }
  223. }
  224. ],
  225. "globalStyle": {
  226. "navigationBarTextStyle": "black",
  227. "navigationBarTitleText": "智慧停车运营端",
  228. "navigationBarBackgroundColor": "#F8F8F8",
  229. "backgroundColor": "#F8F8F8"
  230. }
  231. }