pages.json 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  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. "navigationBarTitleText": "停车场信息",
  107. "enablePullDownRefresh": false,
  108. "navigationBarBackgroundColor": "#ffffff",
  109. "navigationBarTextStyle": "black"
  110. }
  111. }, {
  112. "path": "pages/chargeStandard/chargeStandard",
  113. "style": {
  114. "navigationBarTitleText": "收费标准",
  115. "enablePullDownRefresh": false,
  116. "navigationBarBackgroundColor": "#008CFF",
  117. "navigationBarTextStyle": "white"
  118. }
  119. }, {
  120. "path": "pages/handleMonthly/handleMonthly",
  121. "style": {
  122. "navigationBarTitleText": "办理包月",
  123. "enablePullDownRefresh": false,
  124. "navigationBarBackgroundColor": "#008CFF",
  125. "navigationBarTextStyle": "white"
  126. }
  127. }, {
  128. "path": "pages/center/monthly/monthly1",
  129. "style": {
  130. "navigationBarTitleText": "我的包月",
  131. "navigationBarBackgroundColor": "#008CFF",
  132. "navigationBarTextStyle": "white",
  133. "enablePullDownRefresh": false
  134. }
  135. },
  136. {
  137. "path": "pages/center/monthly/monthly",
  138. "style": {
  139. "navigationBarTitleText": "我的包月",
  140. "navigationBarBackgroundColor": "#008CFF",
  141. "navigationBarTextStyle": "white",
  142. "enablePullDownRefresh": false
  143. }
  144. },
  145. {
  146. "path": "pages/payLists/pay",
  147. "style": {
  148. "navigationStyle": "custom", // 隐藏系统导航栏
  149. "navigationBarTitleText": "支付"
  150. }
  151. },
  152. {
  153. "path": "pages/paymentMethod/jumpMiddle",
  154. "style": {
  155. "navigationStyle": "custom", // 隐藏系统导航栏
  156. "navigationBarTitleText": "跳转"
  157. }
  158. },
  159. {
  160. "path": "pages/handleMonthly/monthPay",
  161. "style": {
  162. "navigationStyle": "custom", // 隐藏系统导航栏
  163. "navigationBarTitleText": "包月支付"
  164. }
  165. },
  166. {
  167. "path": "pages/searchparking/searchparking",
  168. "style": {
  169. "navigationStyle": "custom", // 隐藏系统导航栏
  170. "navigationBarTitleText": "停车查询"
  171. }
  172. }, {
  173. "path": "pages/favourableActivity/favourableActivity",
  174. "style": {
  175. "navigationBarTitleText": "一分钱停车",
  176. "enablePullDownRefresh": false,
  177. "navigationBarBackgroundColor": "#008CFF",
  178. "navigationBarTextStyle": "white"
  179. }
  180. }, {
  181. "path": "pages/parkingLock/parkingLock",
  182. "style": {
  183. "navigationBarTitleText": "车位锁",
  184. "enablePullDownRefresh": false,
  185. "navigationBarBackgroundColor": "#008CFF",
  186. "navigationBarTextStyle": "white"
  187. }
  188. }, {
  189. "path": "pages/parkingLists/map_web_view/map_web_view",
  190. "style": {
  191. "navigationStyle": "custom",
  192. "navigationBarTitleText": "导航",
  193. "enablePullDownRefresh": false
  194. }
  195. }, {
  196. "path": "pages/bannerDetails/bannerDetails",
  197. "style": {
  198. "navigationBarTitleText": "详情页",
  199. "enablePullDownRefresh": false,
  200. "navigationBarBackgroundColor": "#008CFF",
  201. "navigationBarTextStyle": "white"
  202. }
  203. }, {
  204. "path": "pages/applyRefund/applyRefund",
  205. "style": {
  206. "navigationBarTitleText": "申请退款",
  207. "enablePullDownRefresh": false,
  208. "navigationBarBackgroundColor": "#008CFF",
  209. "navigationBarTextStyle": "white"
  210. }
  211. }, {
  212. "path": "pages/applyRefundDetails/applyRefundDetails",
  213. "style": {
  214. "navigationBarTitleText": "申请退款",
  215. "enablePullDownRefresh": false,
  216. "navigationBarBackgroundColor": "#008CFF",
  217. "navigationBarTextStyle": "white"
  218. }
  219. }, {
  220. "path": "pages/applyRefundDetails/applyRefundAchieveDetails",
  221. "style": {
  222. "navigationBarTitleText": "订单详情"
  223. }
  224. }, {
  225. "path": "pages/privacyPolicy/privacyPolicy",
  226. "style": {
  227. "navigationBarTitleText": "隐私政策",
  228. "enablePullDownRefresh": false
  229. }
  230. }
  231. ],
  232. "globalStyle": {
  233. "navigationBarTextStyle": "black",
  234. "navigationBarTitleText": "uView",
  235. "navigationBarBackgroundColor": "#F8F8F8",
  236. "backgroundColor": "#F8F8F8",
  237. "backgroundColorTop": "#FFFFFF"
  238. },
  239. "tabBar": {
  240. "color": "#909399",
  241. "selectedColor": "#303133",
  242. "borderStyle": "black",
  243. "backgroundColor": "#ffffff",
  244. "list": [{
  245. "pagePath": "pages/index/index",
  246. "iconPath": "static/index.png",
  247. "selectedIconPath": "static/index-selected.png",
  248. "text": "首页"
  249. }, {
  250. "pagePath": "pages/parkingLists/parkingLists",
  251. "iconPath": "static/car_h.png",
  252. "selectedIconPath": "static/car.png",
  253. "text": "找车位"
  254. }, {
  255. "pagePath": "pages/center/index",
  256. "iconPath": "static/center.png",
  257. "selectedIconPath": "static/center-selected.png",
  258. "text": "我"
  259. }]
  260. }
  261. }