pages.json 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  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. "navigationBarBackgroundColor": "#008CFF",
  140. "navigationBarTextStyle": "white"
  141. }
  142. },
  143. {
  144. "path" : "pages/payLists/pay",
  145. "style" :
  146. {
  147. "navigationStyle":"custom",// 隐藏系统导航栏
  148. "navigationBarTitleText":"支付"
  149. }
  150. },
  151. {
  152. "path" : "pages/handleMonthly/monthPay",
  153. "style" :
  154. {
  155. "navigationStyle":"custom",// 隐藏系统导航栏
  156. "navigationBarTitleText":"包月支付"
  157. }
  158. },
  159. {
  160. "path" : "pages/searchparking/searchparking",
  161. "style" :
  162. {
  163. "navigationStyle":"custom",// 隐藏系统导航栏
  164. "navigationBarTitleText":"停车查询"
  165. }
  166. }
  167. ,{
  168. "path" : "pages/favourableActivity/favourableActivity",
  169. "style" :
  170. {
  171. "navigationBarTitleText": "一分钱停车",
  172. "enablePullDownRefresh": false,
  173. "navigationBarBackgroundColor": "#008CFF",
  174. "navigationBarTextStyle": "white"
  175. }
  176. }
  177. ,{
  178. "path" : "pages/parkingLock/parkingLock",
  179. "style" :
  180. {
  181. "navigationBarTitleText": "车位锁",
  182. "enablePullDownRefresh": false,
  183. "navigationBarBackgroundColor": "#008CFF",
  184. "navigationBarTextStyle": "white"
  185. }
  186. }
  187. ,{
  188. "path" : "pages/parkingLists/map_web_view/map_web_view",
  189. "style" :
  190. {
  191. "navigationStyle": "custom",
  192. "navigationBarTitleText": "导航",
  193. "enablePullDownRefresh": false
  194. }
  195. }
  196. ,{
  197. "path" : "pages/bannerDetails/bannerDetails",
  198. "style" :
  199. {
  200. "navigationBarTitleText": "详情页",
  201. "enablePullDownRefresh": false,
  202. "navigationBarBackgroundColor": "#008CFF",
  203. "navigationBarTextStyle": "white"
  204. }
  205. }
  206. ],
  207. "globalStyle": {
  208. "navigationBarTextStyle": "black",
  209. "navigationBarTitleText": "uView",
  210. "navigationBarBackgroundColor": "#F8F8F8",
  211. "backgroundColor": "#F8F8F8",
  212. "backgroundColorTop":"#FFFFFF"
  213. },
  214. "tabBar": {
  215. "color": "#909399",
  216. "selectedColor": "#303133",
  217. "borderStyle": "black",
  218. "backgroundColor": "#ffffff",
  219. "list": [{
  220. "pagePath": "pages/index/index",
  221. "iconPath": "static/index.png",
  222. "selectedIconPath": "static/index-selected.png",
  223. "text": "首页"
  224. }, {
  225. "pagePath": "pages/parkingLists/parkingLists",
  226. "iconPath": "static/car_h.png",
  227. "selectedIconPath": "static/car.png",
  228. "text": "找车位"
  229. }, {
  230. "pagePath": "pages/center/index",
  231. "iconPath": "static/center.png",
  232. "selectedIconPath": "static/center-selected.png",
  233. "text": "我"
  234. }]
  235. }
  236. }