pages.json 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  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/center/index",
  15. "style": {
  16. "navigationStyle":"custom",// 隐藏系统导航栏
  17. "navigationBarTextStyle": "white",
  18. "navigationBarTitleText": "城市智慧停车"
  19. }
  20. },
  21. {
  22. "path": "pages/center/phoneLogin/phoneLogin",
  23. "style": {
  24. "navigationBarTitleText": "手机号登录",
  25. "navigationStyle":"custom"
  26. }
  27. },
  28. {
  29. "path": "pages/center/order/order",
  30. "style": {
  31. "navigationBarTitleText": "停车记录",
  32. "navigationBarBackgroundColor": "#008CFF",
  33. "navigationBarTextStyle": "white"
  34. }
  35. },
  36. {
  37. "path": "pages/center/order/orderDetails/orderDetails",
  38. "style": {
  39. // "navigationStyle":"custom",// 隐藏系统导航栏
  40. "navigationBarTitleText": "订单详情"
  41. }
  42. },
  43. {
  44. "path": "pages/center/invoice/invoice",
  45. "style": {
  46. "navigationBarTitleText": "我的发票"
  47. }
  48. },
  49. {
  50. "path": "pages/center/invoice/makeinvoice/makeinvoice",
  51. "style": {
  52. "navigationBarTitleText": "我要开票"
  53. }
  54. },
  55. {
  56. "path": "pages/center/invoice/invoiceDetails/invoiceDetails",
  57. "style": {
  58. "navigationBarTitleText": "发票详情"
  59. }
  60. },
  61. {
  62. "path": "pages/parkingLists/parkingLists",
  63. "style": {
  64. "navigationStyle":"custom",
  65. "navigationBarTitleText": "停车场"
  66. }
  67. },
  68. {
  69. "path": "pages/myCars/myCars",
  70. "style": {
  71. "navigationStyle":"custom",// 隐藏系统导航栏
  72. "navigationBarTitleText": "我的车辆"
  73. }
  74. },
  75. {
  76. "path": "pages/payPage/payPage",
  77. "style": {
  78. // "navigationStyle":"custom",// 隐藏系统导航栏
  79. "navigationBarTitleText": "停车记录"
  80. }
  81. },
  82. {
  83. "path": "pages/message/message",
  84. "style": {
  85. "navigationStyle":"custom",// 隐藏系统导航栏
  86. "navigationBarTitleText":"消息中心"
  87. }
  88. },
  89. {
  90. "path": "pages/message/messageInfo",
  91. "style": {
  92. "navigationStyle":"custom",// 隐藏系统导航栏
  93. "navigationBarTitleText":"消息中心"
  94. }
  95. },
  96. {
  97. "path": "pages/payLists/payLists",
  98. "style": {
  99. "navigationStyle":"custom",// 隐藏系统导航栏
  100. "navigationBarTitleText":"停车缴费"
  101. }
  102. },
  103. {
  104. "path" : "pages/parkingInformation/parkingInformation",
  105. "style" :
  106. {
  107. "navigationBarTitleText": "停车场信息",
  108. "enablePullDownRefresh": false,
  109. "navigationBarBackgroundColor": "#ffffff",
  110. "navigationBarTextStyle": "black"
  111. }
  112. }
  113. ,{
  114. "path" : "pages/chargeStandard/chargeStandard",
  115. "style" :
  116. {
  117. "navigationBarTitleText": "收费标准",
  118. "enablePullDownRefresh": false,
  119. "navigationBarBackgroundColor": "#008CFF",
  120. "navigationBarTextStyle": "white"
  121. }
  122. }
  123. ,{
  124. "path" : "pages/handleMonthly/handleMonthly",
  125. "style" :
  126. {
  127. "navigationBarTitleText": "办理包月",
  128. "enablePullDownRefresh": false,
  129. "navigationBarBackgroundColor": "#008CFF",
  130. "navigationBarTextStyle": "white"
  131. }
  132. }
  133. ,{
  134. "path" : "pages/center/monthly/monthly",
  135. "style" :
  136. {
  137. "navigationStyle":"custom",// 隐藏系统导航栏
  138. "navigationBarTitleText": "我的包月",
  139. "enablePullDownRefresh": false,
  140. "navigationBarBackgroundColor": "#008CFF",
  141. "navigationBarTextStyle": "white"
  142. }
  143. },
  144. {
  145. "path" : "pages/payLists/pay",
  146. "style" :
  147. {
  148. "navigationStyle":"custom",// 隐藏系统导航栏
  149. "navigationBarTitleText":"支付"
  150. }
  151. },
  152. {
  153. "path" : "pages/handleMonthly/monthPay",
  154. "style" :
  155. {
  156. "navigationStyle":"custom",// 隐藏系统导航栏
  157. "navigationBarTitleText":"包月支付"
  158. }
  159. },
  160. {
  161. "path" : "pages/searchparking/searchparking",
  162. "style" :
  163. {
  164. "navigationStyle":"custom",// 隐藏系统导航栏
  165. "navigationBarTitleText":"停车查询"
  166. }
  167. }
  168. ,{
  169. "path" : "pages/favourableActivity/favourableActivity",
  170. "style" :
  171. {
  172. "navigationBarTitleText": "一分钱停车",
  173. "enablePullDownRefresh": false,
  174. "navigationBarBackgroundColor": "#008CFF",
  175. "navigationBarTextStyle": "white"
  176. }
  177. }
  178. ,{
  179. "path" : "pages/parkingLock/parkingLock",
  180. "style" :
  181. {
  182. "navigationBarTitleText": "车位锁",
  183. "enablePullDownRefresh": false,
  184. "navigationBarBackgroundColor": "#008CFF",
  185. "navigationBarTextStyle": "white"
  186. }
  187. }
  188. ,{
  189. "path" : "pages/parkingLists/map_web_view/map_web_view",
  190. "style" :
  191. {
  192. "navigationStyle": "custom",
  193. "navigationBarTitleText": "导航",
  194. "enablePullDownRefresh": false
  195. }
  196. }
  197. ],
  198. "globalStyle": {
  199. "navigationBarTextStyle": "black",
  200. "navigationBarTitleText": "uView",
  201. "navigationBarBackgroundColor": "#F8F8F8",
  202. "backgroundColor": "#F8F8F8",
  203. "backgroundColorTop":"#FFFFFF"
  204. },
  205. "tabBar": {
  206. "color": "#909399",
  207. "selectedColor": "#303133",
  208. "borderStyle": "black",
  209. "backgroundColor": "#ffffff",
  210. "list": [{
  211. "pagePath": "pages/index/index",
  212. "iconPath": "static/index.png",
  213. "selectedIconPath": "static/index-selected.png",
  214. "text": "首页"
  215. }, {
  216. "pagePath": "pages/parkingLists/parkingLists",
  217. "iconPath": "static/car_h.png",
  218. "selectedIconPath": "static/car.png",
  219. "text": "找车位"
  220. }, {
  221. "pagePath": "pages/center/index",
  222. "iconPath": "static/center.png",
  223. "selectedIconPath": "static/center-selected.png",
  224. "text": "我"
  225. }]
  226. }
  227. }