pages.json 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationStyle":"custom",// 隐藏系统导航栏
  10. "navigationBarTitleText": "城市智慧停车"
  11. }
  12. },
  13. {
  14. "path": "pages/login/login",
  15. "style": {
  16. "navigationBarTitleText": "登录",
  17. "navigationStyle":"custom"
  18. }
  19. },
  20. {
  21. "path": "pages/equipmentList/equipmentList",
  22. "style": {
  23. "navigationStyle":"custom",
  24. "navigationBarTitleText": "设备列表"
  25. }
  26. },
  27. {
  28. "path": "pages/clockIn/clockIn",
  29. "style": {
  30. "navigationStyle":"custom",
  31. "navigationBarTitleText": "打卡"
  32. }
  33. },
  34. {
  35. "path": "pages/ownersQuery/ownersQuery",
  36. "style": {
  37. "navigationStyle":"custom",// 隐藏系统导航栏
  38. "navigationBarTextStyle": "white",
  39. "navigationBarTitleText": "车主查询"
  40. }
  41. },
  42. {
  43. "path": "pages/ownersQuery/queryList/queryList",
  44. "style": {
  45. "navigationStyle":"custom",// 隐藏系统导航栏
  46. "navigationBarTextStyle": "white",
  47. "navigationBarTitleText": "车主查询"
  48. }
  49. },
  50. {
  51. "path": "pages/center/index",
  52. "style": {
  53. "navigationStyle":"custom",// 隐藏系统导航栏
  54. "navigationBarTextStyle": "white",
  55. "navigationBarTitleText": "城市智慧停车"
  56. }
  57. },
  58. {
  59. "path": "pages/report/report",
  60. "style": {
  61. "navigationStyle":"custom",// 隐藏系统导航栏
  62. "navigationBarTitleText": "问题上报"
  63. }
  64. },
  65. {
  66. "path": "pages/report/otherReport/otherReportList",
  67. "style": {
  68. "navigationStyle":"custom",// 隐藏系统导航栏
  69. "navigationBarTitleText": "其他问题"
  70. }
  71. },
  72. {
  73. "path": "pages/report/otherReport/details",
  74. "style": {
  75. "navigationStyle":"custom",// 隐藏系统导航栏
  76. "navigationBarTitleText": "其他问题"
  77. }
  78. },
  79. {
  80. "path": "pages/report/otherReport/report",
  81. "style": {
  82. "navigationStyle":"custom",// 隐藏系统导航栏
  83. "navigationBarTitleText": "其他问题"
  84. }
  85. },
  86. {
  87. "path": "pages/report/payeeReport/payeeReportList",
  88. "style": {
  89. "navigationStyle":"custom",// 隐藏系统导航栏
  90. "navigationBarTitleText": "收费员问题"
  91. }
  92. },
  93. {
  94. "path": "pages/report/payeeReport/report",
  95. "style": {
  96. "navigationStyle":"custom",// 隐藏系统导航栏
  97. "navigationBarTitleText": "收费员问题"
  98. }
  99. },
  100. {
  101. "path": "pages/report/payeeReport/details",
  102. "style": {
  103. "navigationStyle":"custom",// 隐藏系统导航栏
  104. "navigationBarTitleText": "收费员问题"
  105. }
  106. },
  107. {
  108. "path": "pages/report/emergencyReport/emergencyReportList",
  109. "style": {
  110. "navigationStyle":"custom",// 隐藏系统导航栏
  111. "navigationBarTitleText": "应急处置登记"
  112. }
  113. },
  114. {
  115. "path": "pages/report/emergencyReport/report",
  116. "style": {
  117. "navigationStyle":"custom",// 隐藏系统导航栏
  118. "navigationBarTitleText": "应急处置登记"
  119. }
  120. },
  121. {
  122. "path": "pages/report/emergencyReport/details",
  123. "style": {
  124. "navigationStyle":"custom",// 隐藏系统导航栏
  125. "navigationBarTitleText": "应急处置登记"
  126. }
  127. },
  128. {
  129. "path": "pages/payee/payee",
  130. "style": {
  131. "navigationStyle":"custom",// 隐藏系统导航栏
  132. "navigationBarTitleText": "选择收费员"
  133. }
  134. },
  135. {
  136. "path": "pages/center/resetPass/resetPass",
  137. "style": {
  138. "navigationBarTitleText": "重置密码"
  139. }
  140. },
  141. {
  142. "path": "pages/center/reportList/reportList",
  143. "style": {
  144. "navigationStyle":"custom",
  145. "navigationBarTitleText": "异常记录"
  146. }
  147. },
  148. {
  149. "path": "pages/center/reportList/reportDetails",
  150. "style": {
  151. "navigationStyle":"custom",
  152. "navigationBarTitleText": "异常记录详情"
  153. }
  154. },
  155. {
  156. "path": "pages/deviceList/deviceList",
  157. "style": {
  158. "navigationStyle":"custom",// 隐藏系统导航栏
  159. "navigationBarTitleText": "路段列表"
  160. }
  161. },
  162. {
  163. "path": "pages/deviceList/deviceListType1/deviceListType1",//地磁
  164. "style": {
  165. "navigationStyle":"custom",// 隐藏系统导航栏
  166. "navigationBarTitleText": "设备列表"
  167. }
  168. },
  169. {
  170. "path": "pages/deviceList/deviceListType1/deviceInfo",//地磁设备详情
  171. "style": {
  172. "navigationStyle":"custom",// 隐藏系统导航栏
  173. "navigationBarTitleText": "设备详情"
  174. }
  175. },
  176. {
  177. "path": "pages/deviceList/deviceListType2/deviceListType2",//车位锁
  178. "style": {
  179. "navigationStyle":"custom",// 隐藏系统导航栏
  180. "navigationBarTitleText": "设备列表"
  181. }
  182. },
  183. {
  184. "path": "pages/deviceList/deviceListType2/deviceInfo",//车位锁备详情
  185. "style": {
  186. "navigationStyle":"custom",// 隐藏系统导航栏
  187. "backgroundColor":"#F3F3F3",
  188. "navigationBarTitleText": "设备详情"
  189. }
  190. },
  191. {
  192. "path": "pages/deviceList/deviceListType3/deviceListType3",//车位锁
  193. "style": {
  194. "navigationStyle":"custom",// 隐藏系统导航栏
  195. "navigationBarTitleText": "设备列表"
  196. }
  197. },
  198. {
  199. "path": "pages/deviceList/deviceListType3/deviceInfo",//车位锁备详情
  200. "style": {
  201. "navigationStyle":"custom",// 隐藏系统导航栏
  202. "navigationBarTitleText": "设备详情"
  203. }
  204. },
  205. {
  206. "path": "pages/parkingInfo/parkingInfo",//停车场
  207. "style": {
  208. "navigationStyle":"custom",// 隐藏系统导航栏
  209. "navigationBarTitleText": "停车场"
  210. }
  211. },
  212. {
  213. "path": "pages/center/message/message",
  214. "style": {
  215. "navigationStyle":"custom",// 隐藏系统导航栏
  216. "navigationBarTitleText": "消息通知"
  217. }
  218. },
  219. {
  220. "path": "pages/center/message/messageInfo",
  221. "style": {
  222. "navigationStyle":"custom",// 隐藏系统导航栏
  223. "navigationBarTitleText": "消息详情"
  224. }
  225. }
  226. ],
  227. "globalStyle": {
  228. "navigationBarTextStyle": "black",
  229. "navigationBarTitleText": "uView",
  230. "navigationBarBackgroundColor": "#F8F8F8",
  231. "backgroundColor": "#F8F8F8",
  232. "backgroundColorTop":"#FFFFFF"
  233. },
  234. "tabBar": {
  235. "color": "#909399",
  236. "selectedColor": "#303133",
  237. "borderStyle": "black",
  238. "backgroundColor": "#ffffff",
  239. "list": [{
  240. "pagePath": "pages/index/index",
  241. "iconPath": "static/index.png",
  242. "selectedIconPath": "static/index-selected.png",
  243. "text": "首页"
  244. }, {
  245. "pagePath": "pages/ownersQuery/ownersQuery",
  246. "iconPath": "static/car_h.png",
  247. "selectedIconPath": "static/car.png",
  248. "text": "车主查询"
  249. }, {
  250. "pagePath": "pages/center/index",
  251. "iconPath": "static/center.png",
  252. "selectedIconPath": "static/center-selected.png",
  253. "text": "我"
  254. }]
  255. }
  256. }