pages.json 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index",
  7. "style": {
  8. "navigationStyle": "custom",
  9. "navigationBarTitleText": "城市智慧停车"
  10. }
  11. },
  12. {
  13. "path": "pages/center/index",
  14. "style": {
  15. "navigationStyle": "custom",
  16. "navigationBarTextStyle": "white",
  17. "navigationBarTitleText": "城市智慧停车"
  18. }
  19. },
  20. {
  21. "path": "pages/center/phoneLogin/phoneLogin",
  22. "style": {
  23. "navigationBarTitleText": "手机号登录",
  24. "navigationStyle": "custom"
  25. }
  26. },
  27. {
  28. "path": "pages/center/order/order",
  29. "style": {
  30. "navigationBarTitleText": "停车记录",
  31. "navigationBarBackgroundColor": "#008CFF",
  32. "navigationBarTextStyle": "white"
  33. }
  34. },
  35. {
  36. "path": "pages/center/order/orderDetails/orderDetails",
  37. "style": {
  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/message/message",
  75. "style": {
  76. "navigationStyle": "custom",
  77. "navigationBarTitleText": "消息中心"
  78. }
  79. },
  80. {
  81. "path": "pages/message/messageInfo",
  82. "style": {
  83. "navigationStyle": "custom",
  84. "navigationBarTitleText": "消息中心"
  85. }
  86. },
  87. {
  88. "path": "pages/payLists/payLists",
  89. "style": {
  90. "navigationBarTitleText": "停车缴费",
  91. "enablePullDownRefresh": false,
  92. "navigationBarBackgroundColor": "#008CFF",
  93. "navigationBarTextStyle": "white"
  94. }
  95. },
  96. {
  97. "path": "pages/parkingInformation/parkingInformation",
  98. "style": {
  99. "navigationBarTitleText": "停车场信息",
  100. "enablePullDownRefresh": false,
  101. "navigationBarBackgroundColor": "#ffffff",
  102. "navigationBarTextStyle": "black"
  103. }
  104. },
  105. {
  106. "path": "pages/chargeStandard/chargeStandard",
  107. "style": {
  108. "navigationBarTitleText": "收费标准",
  109. "enablePullDownRefresh": false,
  110. "navigationBarBackgroundColor": "#008CFF",
  111. "navigationBarTextStyle": "white"
  112. }
  113. },
  114. {
  115. "path": "pages/handleMonthly/handleMonthly",
  116. "style": {
  117. "navigationBarTitleText": "办理包月",
  118. "enablePullDownRefresh": false,
  119. "navigationBarBackgroundColor": "#008CFF",
  120. "navigationBarTextStyle": "white"
  121. }
  122. },
  123. {
  124. "path": "pages/center/monthly/monthly1",
  125. "style": {
  126. "navigationBarTitleText": "我的包月",
  127. "navigationBarBackgroundColor": "#008CFF",
  128. "navigationBarTextStyle": "white",
  129. "enablePullDownRefresh": false
  130. }
  131. },
  132. {
  133. "path": "pages/center/monthly/monthly",
  134. "style": {
  135. "navigationBarTitleText": "我的包月",
  136. "navigationBarBackgroundColor": "#008CFF",
  137. "navigationBarTextStyle": "white",
  138. "enablePullDownRefresh": false
  139. }
  140. },
  141. {
  142. "path": "pages/payLists/pay",
  143. "style": {
  144. "navigationStyle": "custom",
  145. "navigationBarTitleText": "支付"
  146. }
  147. },
  148. {
  149. "path": "pages/paymentMethod/jumpMiddle",
  150. "style": {
  151. "navigationStyle": "custom",
  152. "navigationBarTitleText": "跳转"
  153. }
  154. },
  155. {
  156. "path": "pages/handleMonthly/monthPay",
  157. "style": {
  158. "navigationStyle": "custom",
  159. "navigationBarTitleText": "包月支付"
  160. }
  161. },
  162. {
  163. "path": "pages/searchparking/searchparking",
  164. "style": {
  165. "navigationStyle": "custom",
  166. "navigationBarTitleText": "停车查询"
  167. }
  168. },
  169. {
  170. "path": "pages/favourableActivity/favourableActivity",
  171. "style": {
  172. "navigationBarTitleText": "一分钱停车",
  173. "enablePullDownRefresh": false,
  174. "navigationBarBackgroundColor": "#008CFF",
  175. "navigationBarTextStyle": "white"
  176. }
  177. },
  178. {
  179. "path": "pages/parkingLock/parkingLock",
  180. "style": {
  181. "navigationBarTitleText": "车位锁",
  182. "enablePullDownRefresh": false,
  183. "navigationBarBackgroundColor": "#008CFF",
  184. "navigationBarTextStyle": "white"
  185. }
  186. },
  187. {
  188. "path": "pages/parkingLists/map_web_view/map_web_view",
  189. "style": {
  190. "navigationStyle": "custom",
  191. "navigationBarTitleText": "导航",
  192. "enablePullDownRefresh": false
  193. }
  194. },
  195. {
  196. "path": "pages/bannerDetails/bannerDetails",
  197. "style": {
  198. "navigationBarTitleText": "详情页",
  199. "enablePullDownRefresh": false,
  200. "navigationBarBackgroundColor": "#008CFF",
  201. "navigationBarTextStyle": "white"
  202. }
  203. },
  204. {
  205. "path": "pages/applyRefund/applyRefund",
  206. "style": {
  207. "navigationBarTitleText": "申请退款",
  208. "enablePullDownRefresh": false,
  209. "navigationBarBackgroundColor": "#008CFF",
  210. "navigationBarTextStyle": "white"
  211. }
  212. },
  213. {
  214. "path": "pages/applyRefundDetails/applyRefundDetails",
  215. "style": {
  216. "navigationBarTitleText": "申请退款",
  217. "navigationStyle": "custom",
  218. "enablePullDownRefresh": false
  219. }
  220. },
  221. {
  222. "path": "pages/applyRefundDetails/applyRefundAchieveDetails",
  223. "style": {
  224. "navigationBarTitleText": "订单详情"
  225. }
  226. },
  227. {
  228. "path": "pages/privacyPolicy/privacyPolicy",
  229. "style": {
  230. "navigationBarTitleText": "隐私政策",
  231. "enablePullDownRefresh": false
  232. }
  233. },
  234. {
  235. "path": "pages/wechatLogin/wechatLogin",
  236. "style": {
  237. "navigationBarTitleText": "微信登录",
  238. "enablePullDownRefresh": false
  239. }
  240. },
  241. {
  242. "path": "pages/geomagnetismLock/geomagnetismLock",
  243. "style": {
  244. "navigationBarTitleText": "地磁",
  245. "enablePullDownRefresh": false,
  246. "navigationBarBackgroundColor": "#008CFF",
  247. "navigationBarTextStyle": "white"
  248. }
  249. },
  250. {
  251. "path": "pages/parkentrace/parkentrace",
  252. "style": {
  253. "navigationBarTitleText": "入口扫码",
  254. "enablePullDownRefresh": false,
  255. "navigationBarBackgroundColor": "#008CFF",
  256. "navigationBarTextStyle": "white"
  257. }
  258. },
  259. {
  260. "path": "pages/parkadvance/parkadvance",
  261. "style": {
  262. "navigationBarTitleText": "场内扫码",
  263. "enablePullDownRefresh": false,
  264. "navigationBarBackgroundColor": "#008CFF",
  265. "navigationBarTextStyle": "white"
  266. }
  267. },
  268. {
  269. "path": "pages/parkexport/parkexport",
  270. "style": {
  271. "navigationBarTitleText": "出口扫码",
  272. "enablePullDownRefresh": false,
  273. "navigationBarBackgroundColor": "#008CFF",
  274. "navigationBarTextStyle": "white"
  275. }
  276. },
  277. {
  278. "path": "pages/parkroadgate/parkroadgate",
  279. "style": {
  280. "navigationBarTitleText": "道闸",
  281. "enablePullDownRefresh": false,
  282. "navigationBarBackgroundColor": "#008CFF",
  283. "navigationBarTextStyle": "white"
  284. }
  285. },
  286. {
  287. "path": "pages/roadGateSystem/roadGateSystem",
  288. "style": {
  289. "navigationBarTitleText": "道闸系统",
  290. "enablePullDownRefresh": false,
  291. "navigationBarBackgroundColor": "#008CFF",
  292. "navigationBarTextStyle": "white"
  293. }
  294. }, {
  295. "path": "pages/center/coupon/myCoupon/myCoupon",
  296. "style": {
  297. "navigationBarTitleText": "我的优惠券",
  298. "enablePullDownRefresh": false,
  299. "navigationStyle": "custom"
  300. }
  301. }, {
  302. "path": "pages/center/coupon/couponRules/couponRules",
  303. "style": {
  304. "navigationBarTitleText": "优惠券说明",
  305. "enablePullDownRefresh": false,
  306. "navigationBarBackgroundColor": "#008CFF",
  307. "navigationBarTextStyle": "white"
  308. }
  309. }
  310. ],
  311. "globalStyle": {
  312. "navigationBarTextStyle": "black",
  313. "navigationBarTitleText": "普定智慧停车",
  314. "navigationBarBackgroundColor": "#F8F8F8",
  315. "backgroundColor": "#F8F8F8",
  316. "backgroundColorTop": "#FFFFFF"
  317. },
  318. "tabBar": {
  319. "color": "#909399",
  320. "selectedColor": "#303133",
  321. "borderStyle": "black",
  322. "backgroundColor": "#ffffff",
  323. "list": [{
  324. "pagePath": "pages/index/index",
  325. "iconPath": "static/index.png",
  326. "selectedIconPath": "static/index-selected.png",
  327. "text": "首页"
  328. },
  329. {
  330. "pagePath": "pages/parkingLists/parkingLists",
  331. "iconPath": "static/car_h.png",
  332. "selectedIconPath": "static/car.png",
  333. "text": "找车位"
  334. },
  335. {
  336. "pagePath": "pages/center/index",
  337. "iconPath": "static/center.png",
  338. "selectedIconPath": "static/center-selected.png",
  339. "text": "我"
  340. }
  341. ]
  342. }
  343. }