pages.json 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  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. "navigationStyle": "custom",
  216. "enablePullDownRefresh": false
  217. }
  218. }, {
  219. "path": "pages/applyRefundDetails/applyRefundAchieveDetails",
  220. "style": {
  221. "navigationBarTitleText": "订单详情"
  222. }
  223. }, {
  224. "path": "pages/privacyPolicy/privacyPolicy",
  225. "style": {
  226. "navigationBarTitleText": "隐私政策",
  227. "enablePullDownRefresh": false
  228. }
  229. }, {
  230. "path": "pages/wechatLogin/wechatLogin",
  231. "style": {
  232. "navigationBarTitleText": "微信登录",
  233. "enablePullDownRefresh": false
  234. }
  235. }, {
  236. "path": "pages/geomagnetismLock/geomagnetismLock",
  237. "style": {
  238. "navigationBarTitleText": "地磁",
  239. "enablePullDownRefresh": false,
  240. "navigationBarBackgroundColor": "#008CFF",
  241. "navigationBarTextStyle": "white"
  242. }
  243. }, {
  244. "path": "pages/roadGateSystem/roadGateSystem",
  245. "style": {
  246. "navigationBarTitleText": "道闸系统",
  247. "enablePullDownRefresh": false,
  248. "navigationBarBackgroundColor": "#008CFF",
  249. "navigationBarTextStyle": "white"
  250. }
  251. }
  252. ],
  253. "globalStyle": {
  254. "navigationBarTextStyle": "black",
  255. "navigationBarTitleText": "普定智慧停车",
  256. "navigationBarBackgroundColor": "#F8F8F8",
  257. "backgroundColor": "#F8F8F8",
  258. "backgroundColorTop": "#FFFFFF"
  259. },
  260. "tabBar": {
  261. "color": "#909399",
  262. "selectedColor": "#303133",
  263. "borderStyle": "black",
  264. "backgroundColor": "#ffffff",
  265. "list": [{
  266. "pagePath": "pages/index/index",
  267. "iconPath": "static/index.png",
  268. "selectedIconPath": "static/index-selected.png",
  269. "text": "首页"
  270. }, {
  271. "pagePath": "pages/parkingLists/parkingLists",
  272. "iconPath": "static/car_h.png",
  273. "selectedIconPath": "static/car.png",
  274. "text": "找车位"
  275. }, {
  276. "pagePath": "pages/center/index",
  277. "iconPath": "static/center.png",
  278. "selectedIconPath": "static/center-selected.png",
  279. "text": "我"
  280. }]
  281. }
  282. }