pages.json 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  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/deviceList/deviceList",
  143. "style": {
  144. "navigationStyle":"custom",// 隐藏系统导航栏
  145. "navigationBarTitleText": "路段列表"
  146. }
  147. },
  148. {
  149. "path": "pages/deviceList/deviceListType1/deviceListType1",//地磁
  150. "style": {
  151. "navigationStyle":"custom",// 隐藏系统导航栏
  152. "navigationBarTitleText": "设备列表"
  153. }
  154. },
  155. {
  156. "path": "pages/deviceList/deviceListType1/deviceInfo",//地磁设备详情
  157. "style": {
  158. "navigationStyle":"custom",// 隐藏系统导航栏
  159. "navigationBarTitleText": "设备详情"
  160. }
  161. },
  162. {
  163. "path": "pages/deviceList/deviceListType2/deviceListType2",//车位锁
  164. "style": {
  165. "navigationStyle":"custom",// 隐藏系统导航栏
  166. "navigationBarTitleText": "设备列表"
  167. }
  168. },
  169. {
  170. "path": "pages/deviceList/deviceListType2/deviceInfo",//车位锁备详情
  171. "style": {
  172. "navigationStyle":"custom",// 隐藏系统导航栏
  173. "backgroundColor":"#F3F3F3",
  174. "navigationBarTitleText": "设备详情"
  175. }
  176. },
  177. {
  178. "path": "pages/deviceList/deviceListType3/deviceListType3",//车位锁
  179. "style": {
  180. "navigationStyle":"custom",// 隐藏系统导航栏
  181. "navigationBarTitleText": "设备列表"
  182. }
  183. },
  184. {
  185. "path": "pages/deviceList/deviceListType3/deviceInfo",//车位锁备详情
  186. "style": {
  187. "navigationStyle":"custom",// 隐藏系统导航栏
  188. "navigationBarTitleText": "设备详情"
  189. }
  190. },
  191. {
  192. "path": "pages/center/message/message",
  193. "style": {
  194. "navigationStyle":"custom",// 隐藏系统导航栏
  195. "navigationBarTitleText": "消息通知"
  196. }
  197. },
  198. {
  199. "path": "pages/center/message/messageInfo",
  200. "style": {
  201. "navigationStyle":"custom",// 隐藏系统导航栏
  202. "navigationBarTitleText": "消息详情"
  203. }
  204. }
  205. ],
  206. "globalStyle": {
  207. "navigationBarTextStyle": "black",
  208. "navigationBarTitleText": "uView",
  209. "navigationBarBackgroundColor": "#F8F8F8",
  210. "backgroundColor": "#F8F8F8",
  211. "backgroundColorTop":"#FFFFFF"
  212. },
  213. "tabBar": {
  214. "color": "#909399",
  215. "selectedColor": "#303133",
  216. "borderStyle": "black",
  217. "backgroundColor": "#ffffff",
  218. "list": [{
  219. "pagePath": "pages/index/index",
  220. "iconPath": "static/index.png",
  221. "selectedIconPath": "static/index-selected.png",
  222. "text": "首页"
  223. }, {
  224. "pagePath": "pages/ownersQuery/ownersQuery",
  225. "iconPath": "static/car_h.png",
  226. "selectedIconPath": "static/car.png",
  227. "text": "车主查询"
  228. }, {
  229. "pagePath": "pages/center/index",
  230. "iconPath": "static/center.png",
  231. "selectedIconPath": "static/center-selected.png",
  232. "text": "我"
  233. }]
  234. }
  235. }