pages.json 7.0 KB

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