pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "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. "navigationBarTitleText": "订单详情"
  40. }
  41. },
  42. {
  43. "path": "pages/parkingLists/parkingLists",
  44. "style": {
  45. "navigationStyle": "custom",
  46. "navigationBarTitleText": "停车点"
  47. }
  48. },
  49. {
  50. "path": "pages/myCars/myCars",
  51. "style": {
  52. "navigationStyle": "custom",
  53. "navigationBarTitleText": "我的车辆",
  54. "enablePullDownRefresh": true
  55. }
  56. },
  57. {
  58. "path": "pages/message/message",
  59. "style": {
  60. "navigationStyle": "custom",
  61. "navigationBarTitleText": "消息中心"
  62. }
  63. },
  64. {
  65. "path": "pages/message/messageInfo",
  66. "style": {
  67. "navigationStyle": "custom",
  68. "navigationBarTitleText": "消息中心"
  69. }
  70. },
  71. {
  72. "path": "pages/payLists/payLists",
  73. "style": {
  74. "navigationBarTitleText": "停车缴费",
  75. "enablePullDownRefresh": false,
  76. "navigationBarBackgroundColor": "#008CFF",
  77. "navigationBarTextStyle": "white"
  78. }
  79. },
  80. {
  81. "path": "pages/parkingInformation/parkingInformation",
  82. "style": {
  83. "navigationBarTitleText": "停车点信息",
  84. "enablePullDownRefresh": false,
  85. "navigationBarBackgroundColor": "#ffffff",
  86. "navigationBarTextStyle": "black"
  87. }
  88. },
  89. {
  90. "path": "pages/chargeStandard/chargeStandard",
  91. "style": {
  92. "navigationBarTitleText": "收费标准",
  93. "enablePullDownRefresh": false,
  94. "navigationBarBackgroundColor": "#008CFF",
  95. "navigationBarTextStyle": "white"
  96. }
  97. },
  98. {
  99. "path": "pages/handleMonthly/handleMonthly",
  100. "style": {
  101. "navigationBarTitleText": "办理包月",
  102. "enablePullDownRefresh": false,
  103. "navigationBarBackgroundColor": "#008CFF",
  104. "navigationBarTextStyle": "white"
  105. }
  106. },
  107. {
  108. "path": "pages/center/monthly/monthly",
  109. "style": {
  110. "navigationBarTitleText": "我的包月",
  111. "navigationBarBackgroundColor": "#008CFF",
  112. "navigationBarTextStyle": "white",
  113. "enablePullDownRefresh": false
  114. }
  115. },
  116. {
  117. "path": "pages/handleMonthly/monthPay",
  118. "style": {
  119. "navigationStyle": "custom",
  120. "navigationBarTitleText": "包月支付"
  121. }
  122. },
  123. {
  124. "path": "pages/searchparking/searchparking",
  125. "style": {
  126. "navigationStyle": "custom",
  127. "navigationBarTitleText": "停车查询"
  128. }
  129. },
  130. {
  131. "path": "pages/favourableActivity/favourableActivity",
  132. "style": {
  133. "navigationBarTitleText": "一分钱停车",
  134. "enablePullDownRefresh": false,
  135. "navigationBarBackgroundColor": "#008CFF",
  136. "navigationBarTextStyle": "white"
  137. }
  138. },
  139. {
  140. "path": "pages/parkingLock/parkingLock",
  141. "style": {
  142. "navigationBarTitleText": "车位锁",
  143. "enablePullDownRefresh": false,
  144. "navigationBarBackgroundColor": "#008CFF",
  145. "navigationBarTextStyle": "white"
  146. }
  147. },
  148. {
  149. "path": "pages/parkingLists/map_web_view/map_web_view",
  150. "style": {
  151. "navigationStyle": "custom",
  152. "navigationBarTitleText": "导航",
  153. "enablePullDownRefresh": false
  154. }
  155. },
  156. {
  157. "path": "pages/bannerDetails/bannerDetails",
  158. "style": {
  159. "navigationBarTitleText": "详情页",
  160. "enablePullDownRefresh": false,
  161. "navigationBarBackgroundColor": "#008CFF",
  162. "navigationBarTextStyle": "white"
  163. }
  164. },
  165. {
  166. "path": "pages/applyRefund/applyRefund",
  167. "style": {
  168. "navigationBarTitleText": "申请退款",
  169. "enablePullDownRefresh": false,
  170. "navigationBarBackgroundColor": "#008CFF",
  171. "navigationBarTextStyle": "white"
  172. }
  173. },
  174. {
  175. "path": "pages/applyRefundDetails/applyRefundDetails",
  176. "style": {
  177. "navigationBarTitleText": "申请退款",
  178. "navigationStyle": "custom",
  179. "enablePullDownRefresh": false
  180. }
  181. },
  182. {
  183. "path": "pages/applyRefundDetails/applyRefundAchieveDetails",
  184. "style": {
  185. "navigationBarTitleText": "订单详情"
  186. }
  187. },
  188. {
  189. "path": "pages/privacyPolicy/privacyPolicy",
  190. "style": {
  191. "navigationBarTitleText": "隐私政策",
  192. "enablePullDownRefresh": false
  193. }
  194. },
  195. {
  196. "path": "pages/wechatLogin/wechatLogin",
  197. "style": {
  198. "navigationBarTitleText": "微信登录",
  199. "enablePullDownRefresh": false
  200. }
  201. },
  202. {
  203. "path": "pages/geomagnetismLock/geomagnetismLock",
  204. "style": {
  205. "navigationBarTitleText": "地磁",
  206. "enablePullDownRefresh": false,
  207. "navigationBarBackgroundColor": "#008CFF",
  208. "navigationBarTextStyle": "white"
  209. }
  210. },
  211. {
  212. "path": "pages/parkentrace/parkentrace",
  213. "style": {
  214. "navigationBarTitleText": "入口扫码",
  215. "enablePullDownRefresh": false,
  216. "navigationBarBackgroundColor": "#008CFF",
  217. "navigationBarTextStyle": "white"
  218. }
  219. },
  220. {
  221. "path": "pages/parkadvance/parkadvance",
  222. "style": {
  223. "navigationBarTitleText": "场内扫码",
  224. "enablePullDownRefresh": false,
  225. "navigationBarBackgroundColor": "#008CFF",
  226. "navigationBarTextStyle": "white"
  227. }
  228. },
  229. {
  230. "path": "pages/parkexport/parkexport",
  231. "style": {
  232. "navigationBarTitleText": "出口扫码",
  233. "enablePullDownRefresh": false,
  234. "navigationBarBackgroundColor": "#008CFF",
  235. "navigationBarTextStyle": "white"
  236. }
  237. },
  238. {
  239. "path": "pages/parkroadgate/parkroadgate",
  240. "style": {
  241. "navigationBarTitleText": "道闸",
  242. "enablePullDownRefresh": false,
  243. "navigationBarBackgroundColor": "#008CFF",
  244. "navigationBarTextStyle": "white"
  245. }
  246. },
  247. {
  248. "path": "pages/roadGateSystem/roadGateSystem",
  249. "style": {
  250. "navigationBarTitleText": "道闸系统",
  251. "enablePullDownRefresh": false,
  252. "navigationBarBackgroundColor": "#008CFF",
  253. "navigationBarTextStyle": "white"
  254. }
  255. },
  256. {
  257. "path": "pages/center/coupon/myCoupon/myCoupon",
  258. "style": {
  259. "navigationBarTitleText": "我的优惠券",
  260. "enablePullDownRefresh": false,
  261. "navigationStyle": "custom"
  262. }
  263. },
  264. {
  265. "path": "pages/center/coupon/couponRules/couponRules",
  266. "style": {
  267. "navigationBarTitleText": "优惠券说明",
  268. "enablePullDownRefresh": false,
  269. "navigationBarBackgroundColor": "#008CFF",
  270. "navigationBarTextStyle": "white"
  271. }
  272. },
  273. {
  274. "path": "pages/VehicleInquiry/VehicleInquiry",
  275. "style": {
  276. "navigationBarTitleText": "车费查询",
  277. "enablePullDownRefresh": false,
  278. "navigationBarBackgroundColor": "#008CFF",
  279. "navigationBarTextStyle": "white"
  280. }
  281. },
  282. {
  283. "path": "pages/OnsitePayment/OnsitePayment",
  284. "style": {
  285. "navigationBarTitleText": "停车场",
  286. "enablePullDownRefresh": false,
  287. "navigationBarBackgroundColor": "#008CFF",
  288. "navigationBarTextStyle": "white"
  289. }
  290. },
  291. {
  292. "path": "pages/common/paymentSuccess/paymentSuccess",
  293. "style": {
  294. "navigationBarTitleText": "支付成功",
  295. "enablePullDownRefresh": false,
  296. "navigationBarBackgroundColor": "#008CFF",
  297. "navigationBarTextStyle": "white"
  298. }
  299. },
  300. {
  301. "path": "pages/goldPlan/goldPlan",
  302. "style": {
  303. "navigationBarTitleText": "点金计划",
  304. "enablePullDownRefresh": false,
  305. "navigationStyle": "custom"
  306. }
  307. },
  308. {
  309. "path": "pages/adBannerDetails/adBannerDetails",
  310. "style": {
  311. "navigationBarTitleText": "广告详情",
  312. "enablePullDownRefresh": false,
  313. "navigationBarBackgroundColor": "#008CFF",
  314. "navigationBarTextStyle": "white"
  315. }
  316. },
  317. {
  318. "path": "pages/invoiceModule/myInvoice/myInvoice",
  319. "style": {
  320. "navigationBarTitleText": "我的发票",
  321. "enablePullDownRefresh": false,
  322. "navigationStyle": "custom"
  323. }
  324. },
  325. {
  326. "path": "pages/invoiceModule/addInvoice/addInvoice",
  327. "style": {
  328. "navigationBarTitleText": "开发票",
  329. "enablePullDownRefresh": false,
  330. "navigationStyle": "custom"
  331. }
  332. },
  333. {
  334. "path": "pages/invoiceModule/availableOrder/availableOrder",
  335. "style": {
  336. "navigationBarTitleText": "可开票订单",
  337. "enablePullDownRefresh": false,
  338. "navigationStyle": "custom"
  339. }
  340. },
  341. {
  342. "path": "pages/invoiceModule/invoiceHeaderList/invoiceHeaderList",
  343. "style": {
  344. "navigationBarTitleText": "抬头信息",
  345. "enablePullDownRefresh": false,
  346. "navigationStyle": "custom"
  347. }
  348. },
  349. {
  350. "path": "pages/invoiceModule/invoiceDetails/invoiceDetails",
  351. "style": {
  352. "navigationBarTitleText": "发票详情",
  353. "enablePullDownRefresh": false,
  354. "navigationBarBackgroundColor": "#008CFF",
  355. "navigationBarTextStyle": "white"
  356. }
  357. },
  358. {
  359. "path": "pages/invoiceModule/addInvoiceHeader/addInvoiceHeader",
  360. "style": {
  361. "navigationBarTitleText": "新增抬头",
  362. "enablePullDownRefresh": false,
  363. "navigationStyle": "custom"
  364. }
  365. },
  366. {
  367. "path": "pages/invoiceModule/invoiceSuccess/invoiceSuccess",
  368. "style": {
  369. "navigationBarTitleText": "开票申请",
  370. "enablePullDownRefresh": false,
  371. "navigationStyle": "custom"
  372. }
  373. }
  374. ],
  375. "globalStyle": {
  376. "navigationBarTextStyle": "black",
  377. "navigationBarTitleText": "智慧停车",
  378. "navigationBarBackgroundColor": "#F8F8F8",
  379. "backgroundColor": "#F8F8F8",
  380. "backgroundColorTop": "#FFFFFF"
  381. },
  382. "tabBar": {
  383. "color": "#909399",
  384. "selectedColor": "#303133",
  385. "borderStyle": "black",
  386. "backgroundColor": "#ffffff",
  387. "list": [
  388. {
  389. "pagePath": "pages/index/index",
  390. "iconPath": "static/index.png",
  391. "selectedIconPath": "static/index-selected.png",
  392. "text": "首页"
  393. },
  394. {
  395. "pagePath": "pages/parkingLists/parkingLists",
  396. "iconPath": "static/car_h.png",
  397. "selectedIconPath": "static/car.png",
  398. "text": "找车位"
  399. },
  400. {
  401. "pagePath": "pages/center/index",
  402. "iconPath": "static/center.png",
  403. "selectedIconPath": "static/center-selected.png",
  404. "text": "我"
  405. }
  406. ]
  407. }
  408. }