pages.json 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425
  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. "name": "欢迎页",
  8. "path": "pages/login/welcome",
  9. "style": {
  10. //"navigationStyle": "custom" // 隐藏系统导航栏
  11. }
  12. },
  13. {
  14. "name":"充电中",
  15. "path": "jpsoft",
  16. "style": {
  17. //"navigationStyle": "custom" // 隐藏系统导航栏
  18. }
  19. },
  20. {
  21. "name": "充电中",
  22. "path": "pages/index/index",
  23. "style": {
  24. }
  25. },
  26. {
  27. "name": "h5导航到某地",
  28. "path": "pages/navigation/index",
  29. "style": {
  30. }
  31. },
  32. {
  33. "path": "pages/login/login",
  34. "style": {
  35. "enablePullDownRefresh": false
  36. }
  37. },
  38. {
  39. "path": "pages/fastRecharge/fastRecharge",
  40. "style": {
  41. "enablePullDownRefresh": false
  42. }
  43. },
  44. {
  45. "name": "主页",
  46. "path": "pages/index/index",
  47. "style": {
  48. //"navigationStyle": "custom" // 隐藏系统导航栏
  49. }
  50. },
  51. {
  52. "name": "充电订单",
  53. "path": "pages/searchPile/stationAndPile/demo",
  54. "style": {
  55. //"navigationStyle": "custom" // 隐藏系统导航栏
  56. }
  57. },
  58. {
  59. "name": "充电订单",
  60. "path": "pages/record/index",
  61. "style": {
  62. //"navigationStyle": "custom" // 隐藏系统导航栏
  63. }
  64. },
  65. {
  66. "name": "订单详情",
  67. "path": "pages/record/details",
  68. "style": {
  69. //"navigationStyle": "custom" // 隐藏系统导航栏
  70. }
  71. },
  72. {
  73. "name": "我的",
  74. "path": "pages/user/index",
  75. "style": {
  76. //"navigationStyle": "custom" // 隐藏系统导航栏
  77. }
  78. },
  79. {
  80. "name": "个人资料",
  81. "path": "pages/user/data",
  82. "style": {
  83. //"navigationStyle": "custom" // 隐藏系统导航栏
  84. }
  85. },
  86. {
  87. "name": "车量管理",
  88. "path": "pages/user/car/index",
  89. "style": {
  90. //"navigationStyle": "custom" // 隐藏系统导航栏
  91. }
  92. },
  93. {
  94. "name": "车量管理",
  95. "path": "pages/user/car/carAdd",
  96. "style": {
  97. //"navigationStyle": "custom" // 隐藏系统导航栏
  98. }
  99. },
  100. {
  101. "name": "车量管理",
  102. "path": "pages/user/car/carDet",
  103. "style": {
  104. //"navigationStyle": "custom" // 隐藏系统导航栏
  105. }
  106. },
  107. {
  108. "name": "我的余额",
  109. "path": "pages/user/finance/balance",
  110. "style": {
  111. //"navigationStyle": "custom" // 隐藏系统导航栏
  112. }
  113. },
  114. {
  115. "name": "充值",
  116. "path": "pages/user/finance/recharge",
  117. "style": {
  118. //"navigationStyle": "custom" // 隐藏系统导航栏
  119. }
  120. },
  121. {
  122. "name": "充值详情",
  123. "path": "pages/user/finance/rechargeDet",
  124. "style": {
  125. //"navigationStyle": "custom" // 隐藏系统导航栏
  126. }
  127. },
  128. {
  129. "name": "充值记录",
  130. "path": "pages/user/finance/rechargeList",
  131. "style": {
  132. //"navigationStyle": "custom" // 隐藏系统导航栏
  133. }
  134. },
  135. {
  136. "name": "充值结果",
  137. "path": "pages/user/finance/rechargeRes",
  138. "style": {
  139. //"navigationStyle": "custom" // 隐藏系统导航栏
  140. }
  141. },
  142. {
  143. "name": "退款记录",
  144. "path": "pages/user/finance/refundList",
  145. "style": {
  146. //"navigationStyle": "custom" // 隐藏系统导航栏
  147. }
  148. },
  149. {
  150. "name": "退款详情",
  151. "path": "pages/user/finance/refundDet",
  152. "style": {
  153. //"navigationStyle": "custom" // 隐藏系统导航栏
  154. }
  155. },
  156. {
  157. "name": "退款申请",
  158. "path": "pages/user/finance/refundApp",
  159. "style": {
  160. //"navigationStyle": "custom" // 隐藏系统导航栏
  161. }
  162. },
  163. {
  164. "name": "关于我们",
  165. "path": "pages/user/about",
  166. "style": {
  167. //"navigationStyle": "custom" // 隐藏系统导航栏
  168. }
  169. },
  170. {
  171. "name": "操作指南",
  172. "path": "pages/user/help",
  173. "style": {
  174. //"navigationStyle": "custom" // 隐藏系统导航栏
  175. }
  176. },
  177. {
  178. "name": "注销账号",
  179. "path": "pages/user/logout",
  180. "style": {
  181. //"navigationStyle": "custom" // 隐藏系统导航栏
  182. }
  183. },
  184. {
  185. "name": "设置",
  186. "path": "pages/user/setting",
  187. "style": {
  188. //"navigationStyle": "custom" // 隐藏系统导航栏
  189. }
  190. },
  191. {
  192. "name": "修改手机号",
  193. "path": "pages/user/phone",
  194. "style": {
  195. //"navigationStyle": "custom" // 隐藏系统导航栏
  196. }
  197. },
  198. {
  199. "name": "意见反馈",
  200. "path": "pages/user/message",
  201. "style": {
  202. //"navigationStyle": "custom" // 隐藏系统导航栏
  203. }
  204. }, {
  205. "path": "pages/article/article",
  206. "style": {
  207. "enablePullDownRefresh": false
  208. }
  209. },
  210. { "name":"新闻公告",
  211. "path": "pages/article/newsNotice",
  212. "style": {
  213. "enablePullDownRefresh": false
  214. }
  215. },
  216. {
  217. "name":"文章详情",
  218. "path": "pages/article/articleDetails",
  219. "style": {
  220. "enablePullDownRefresh": false
  221. }
  222. },
  223. {
  224. "name":"文章详情",
  225. "path": "pages/article/details",
  226. "style": {
  227. "enablePullDownRefresh": false
  228. }
  229. }, {
  230. "name":"搜索",
  231. "path": "pages/search/search",
  232. "style": {
  233. "enablePullDownRefresh": false
  234. }
  235. }, {
  236. "path": "pages/searchPile/searchPile",
  237. "style": {
  238. "enablePullDownRefresh": false
  239. }
  240. },
  241. {
  242. "name":"找桩-地图模式",
  243. "path": "pages/searchPile/searchPileMap",
  244. "style": {
  245. "enablePullDownRefresh": false
  246. }
  247. },
  248. { "name":"找桩-列表模式",
  249. "path": "pages/searchPile/searchPileList",
  250. "style": {
  251. "enablePullDownRefresh": false
  252. }
  253. },
  254. { "name":"站点详情",
  255. "path": "pages/searchPile/stationAndPile/stationDetails",
  256. "style": {
  257. "enablePullDownRefresh": false
  258. }
  259. },
  260. {
  261. "name":"站点详情-地图",
  262. "path": "pages/searchPile/stationAndPile/stationDetailsMap",
  263. "style": {
  264. "enablePullDownRefresh": false
  265. }
  266. },
  267. { "name":"充电价格详情",
  268. "path": "pages/searchPile/stationAndPile/chargePriceDetails",
  269. "style": {
  270. "enablePullDownRefresh": false
  271. }
  272. },
  273. { "name":"充电桩详情",
  274. "path": "pages/searchPile/stationAndPile/chargingPileDetails",
  275. "style": {
  276. "enablePullDownRefresh": false
  277. }
  278. }
  279. ,{
  280. "path" : "pages/searchPile/chargeProcess/chargeProcess",
  281. "style" :
  282. {
  283. "enablePullDownRefresh": false
  284. }
  285. },{"name":"充电",
  286. "path" : "pages/searchPile/chargeProcess/charge",
  287. "style" :
  288. {
  289. "enablePullDownRefresh": false
  290. }
  291. }
  292. ,{"name":"充电中(直流)",
  293. "path" : "pages/searchPile/chargeProcess/dcCharging",
  294. "style" :
  295. {
  296. "enablePullDownRefresh": false
  297. }
  298. },{"name":"充电结束(直流)",
  299. "path" : "pages/searchPile/chargeProcess/dcChargeEnd",
  300. "style" :
  301. {
  302. "enablePullDownRefresh": false
  303. }
  304. },{"name":"充电中(交流)",
  305. "path" : "pages/searchPile/chargeProcess/exChanging",
  306. "style" :
  307. {
  308. "enablePullDownRefresh": false
  309. }
  310. },{"name":"充电结束(交流)",
  311. "path" : "pages/searchPile/chargeProcess/exChargeEnd",
  312. "style" :
  313. {
  314. "enablePullDownRefresh": false
  315. }
  316. },{
  317. "path": "pages/user/cropImage",
  318. "style": {
  319. "navigationStyle": "custom"
  320. }
  321. },{ "name":"我的优惠券",
  322. "path": "pages/user/coupon/myCoupon",
  323. "style": {
  324. "navigationStyle": "custom"
  325. }
  326. },{ "name":"优惠券详情",
  327. "path": "pages/user/coupon/couponDetails",
  328. "style": {
  329. "navigationStyle": "custom"
  330. }
  331. },{ "name":"优惠券兑换",
  332. "path": "pages/user/coupon/conversion",
  333. "style": {
  334. "navigationStyle": "custom"
  335. }
  336. },{ "name":"完善信息",
  337. "path": "pages/login/completeInfo",
  338. "style": {
  339. "navigationStyle": "custom"
  340. }
  341. }
  342. ],
  343. "globalStyle": {
  344. "navigationStyle": "custom", // 隐藏系统导航栏
  345. "navigationBarTitleText": "加载中...",
  346. "enablePullDownRefresh": false
  347. }
  348. // "tabBar": {
  349. // "color": "#b3a8a8",
  350. // "selectedColor": "#ff5e5e",
  351. // "backgroundColor": "#FFFFFF",
  352. // "borderStyle": "white",
  353. // "list": [{
  354. // "pagePath": "pages/index/index",
  355. // "iconPath": "home-3-line",
  356. // "selectedIconPath": "home-3-fill",
  357. // "text": "主页"
  358. // },
  359. // {
  360. // "pagePath": "pages/searchPile/searchPile",
  361. // "iconPath": "road-map-line",
  362. // "selectedIconPath": "road-map-line",
  363. // "text": "找桩"
  364. // },
  365. // {
  366. // "pagePath": "pages/user/index",
  367. // "iconPath": "user-5-line",
  368. // "selectedIconPath": "user-5-line",
  369. // "text": "我的"
  370. // }
  371. // ]
  372. // },
  373. }