pages.json 5.8 KB

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