pages.json 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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/payLists/payLists",
  88. "style": {
  89. "navigationStyle":"custom",// 隐藏系统导航栏
  90. "navigationBarTitleText":"停车缴费"
  91. }
  92. },
  93. {
  94. "path" : "pages/parkingInformation/parkingInformation",
  95. "style" :
  96. {
  97. "navigationBarTitleText": "停车场信息",
  98. "enablePullDownRefresh": false,
  99. "navigationBarBackgroundColor": "#ffffff",
  100. "navigationBarTextStyle": "black"
  101. }
  102. }
  103. ,{
  104. "path" : "pages/chargeStandard/chargeStandard",
  105. "style" :
  106. {
  107. "navigationBarTitleText": "收费标准",
  108. "enablePullDownRefresh": false,
  109. "navigationBarBackgroundColor": "#008CFF",
  110. "navigationBarTextStyle": "white"
  111. }
  112. }
  113. ,{
  114. "path" : "pages/handleMonthly/handleMonthly",
  115. "style" :
  116. {
  117. "navigationBarTitleText": "办理包月",
  118. "enablePullDownRefresh": false,
  119. "navigationBarBackgroundColor": "#008CFF",
  120. "navigationBarTextStyle": "white"
  121. }
  122. }
  123. ,{
  124. "path" : "pages/center/monthly/monthly",
  125. "style" :
  126. {
  127. "navigationBarTitleText": "我的包月",
  128. "enablePullDownRefresh": false,
  129. "navigationBarBackgroundColor": "#008CFF",
  130. "navigationBarTextStyle": "white"
  131. }
  132. },
  133. {
  134. "path" : "pages/payLists/pay",
  135. "style" :
  136. {
  137. "navigationStyle":"custom",// 隐藏系统导航栏
  138. "navigationBarTitleText":"支付"
  139. }
  140. }
  141. ],
  142. "globalStyle": {
  143. "navigationBarTextStyle": "black",
  144. "navigationBarTitleText": "uView",
  145. "navigationBarBackgroundColor": "#F8F8F8",
  146. "backgroundColor": "#F8F8F8",
  147. "backgroundColorTop":"#FFFFFF"
  148. },
  149. "tabBar": {
  150. "color": "#909399",
  151. "selectedColor": "#303133",
  152. "borderStyle": "black",
  153. "backgroundColor": "#ffffff",
  154. "list": [{
  155. "pagePath": "pages/index/index",
  156. "iconPath": "static/index.png",
  157. "selectedIconPath": "static/index-selected.png",
  158. "text": "首页"
  159. }, {
  160. "pagePath": "pages/parkingLists/parkingLists",
  161. "iconPath": "static/car_h.png",
  162. "selectedIconPath": "static/car.png",
  163. "text": "找车位"
  164. }, {
  165. "pagePath": "pages/center/index",
  166. "iconPath": "static/center.png",
  167. "selectedIconPath": "static/center-selected.png",
  168. "text": "我"
  169. }]
  170. }
  171. }