pages.json 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
  4. "ujp-(.*)": "components/u-$1/u-$1.vue"
  5. },
  6. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  7. {
  8. "name": "欢迎页",
  9. "path": "pages/login/welcome",
  10. "style": {
  11. //"navigationStyle": "custom" // 隐藏系统导航栏
  12. }
  13. },
  14. {
  15. "name":"充电中",
  16. "path": "jpsoft",
  17. "style": {
  18. //"navigationStyle": "custom" // 隐藏系统导航栏
  19. }
  20. },
  21. {
  22. "name": "充电中",
  23. "path": "pages/index/index",
  24. "style": {
  25. }
  26. },
  27. {
  28. "name": "h5导航到某地",
  29. "path": "pages/navigation/index",
  30. "style": {
  31. }
  32. },
  33. {
  34. "path": "pages/login/login",
  35. "style": {
  36. "enablePullDownRefresh": false
  37. }
  38. },
  39. {
  40. "path": "pages/fastRecharge/fastRecharge",
  41. "style": {
  42. "enablePullDownRefresh": false
  43. }
  44. },
  45. {
  46. "name": "主页",
  47. "path": "pages/index/index",
  48. "style": {
  49. //"navigationStyle": "custom" // 隐藏系统导航栏
  50. }
  51. },
  52. {
  53. "name": "充电订单",
  54. "path": "pages/record/index",
  55. "style": {
  56. //"navigationStyle": "custom" // 隐藏系统导航栏
  57. }
  58. },
  59. {
  60. "name": "订单详情",
  61. "path": "pages/record/details",
  62. "style": {
  63. //"navigationStyle": "custom" // 隐藏系统导航栏
  64. }
  65. },
  66. {
  67. "name": "我的",
  68. "path": "pages/user/index",
  69. "style": {
  70. //"navigationStyle": "custom" // 隐藏系统导航栏
  71. }
  72. },
  73. {
  74. "name": "个人资料",
  75. "path": "pages/user/data",
  76. "style": {
  77. //"navigationStyle": "custom" // 隐藏系统导航栏
  78. }
  79. },
  80. {
  81. "name": "车量管理",
  82. "path": "pages/user/car/index",
  83. "style": {
  84. //"navigationStyle": "custom" // 隐藏系统导航栏
  85. }
  86. },
  87. {
  88. "name": "车量管理",
  89. "path": "pages/user/car/carAdd",
  90. "style": {
  91. //"navigationStyle": "custom" // 隐藏系统导航栏
  92. }
  93. },
  94. {
  95. "name": "车量管理",
  96. "path": "pages/user/car/carDet",
  97. "style": {
  98. //"navigationStyle": "custom" // 隐藏系统导航栏
  99. }
  100. },
  101. {
  102. "name": "我的余额",
  103. "path": "pages/user/finance/balance",
  104. "style": {
  105. //"navigationStyle": "custom" // 隐藏系统导航栏
  106. }
  107. },
  108. {
  109. "name": "充值",
  110. "path": "pages/user/finance/recharge",
  111. "style": {
  112. //"navigationStyle": "custom" // 隐藏系统导航栏
  113. }
  114. },
  115. {
  116. "name": "充值详情",
  117. "path": "pages/user/finance/rechargeDet",
  118. "style": {
  119. //"navigationStyle": "custom" // 隐藏系统导航栏
  120. }
  121. },
  122. {
  123. "name": "充值记录",
  124. "path": "pages/user/finance/rechargeList",
  125. "style": {
  126. //"navigationStyle": "custom" // 隐藏系统导航栏
  127. }
  128. },
  129. {
  130. "name": "充值结果",
  131. "path": "pages/user/finance/rechargeRes",
  132. "style": {
  133. //"navigationStyle": "custom" // 隐藏系统导航栏
  134. }
  135. },
  136. {
  137. "name": "退款记录",
  138. "path": "pages/user/finance/refundList",
  139. "style": {
  140. //"navigationStyle": "custom" // 隐藏系统导航栏
  141. }
  142. },
  143. {
  144. "name": "退款详情",
  145. "path": "pages/user/finance/refundDet",
  146. "style": {
  147. //"navigationStyle": "custom" // 隐藏系统导航栏
  148. }
  149. },
  150. {
  151. "name": "退款申请",
  152. "path": "pages/user/finance/refundApp",
  153. "style": {
  154. //"navigationStyle": "custom" // 隐藏系统导航栏
  155. }
  156. },
  157. {
  158. "name": "关于我们",
  159. "path": "pages/user/about",
  160. "style": {
  161. //"navigationStyle": "custom" // 隐藏系统导航栏
  162. }
  163. },
  164. {
  165. "name": "操作指南",
  166. "path": "pages/user/help",
  167. "style": {
  168. //"navigationStyle": "custom" // 隐藏系统导航栏
  169. }
  170. },
  171. {
  172. "name": "注销账号",
  173. "path": "pages/user/logout",
  174. "style": {
  175. //"navigationStyle": "custom" // 隐藏系统导航栏
  176. }
  177. },
  178. {
  179. "name": "设置",
  180. "path": "pages/user/setting",
  181. "style": {
  182. //"navigationStyle": "custom" // 隐藏系统导航栏
  183. }
  184. },
  185. {
  186. "name": "修改手机号",
  187. "path": "pages/user/phone",
  188. "style": {
  189. //"navigationStyle": "custom" // 隐藏系统导航栏
  190. }
  191. },
  192. {
  193. "name": "意见反馈",
  194. "path": "pages/user/message",
  195. "style": {
  196. //"navigationStyle": "custom" // 隐藏系统导航栏
  197. }
  198. }, {
  199. "path": "pages/article/article",
  200. "style": {
  201. "enablePullDownRefresh": false
  202. }
  203. },
  204. { "name":"新闻公告",
  205. "path": "pages/article/newsNotice",
  206. "style": {
  207. "enablePullDownRefresh": false
  208. }
  209. },
  210. {
  211. "name":"文章详情",
  212. "path": "pages/article/articleDetails",
  213. "style": {
  214. "enablePullDownRefresh": false
  215. }
  216. },
  217. {
  218. "name":"文章详情",
  219. "path": "pages/article/details",
  220. "style": {
  221. "enablePullDownRefresh": false
  222. }
  223. }, {
  224. "name":"搜索",
  225. "path": "pages/search/search",
  226. "style": {
  227. "enablePullDownRefresh": false
  228. }
  229. }, {
  230. "path": "pages/searchPile/searchPile",
  231. "style": {
  232. "enablePullDownRefresh": false
  233. }
  234. },{
  235. "path": "pages/searchPile/searchPile2",
  236. "style": {
  237. "enablePullDownRefresh": false
  238. }
  239. },
  240. {
  241. "name":"找桩-地图模式",
  242. "path": "pages/searchPile/searchPileMap",
  243. "style": {
  244. "enablePullDownRefresh": false
  245. }
  246. },
  247. { "name":"找桩-列表模式",
  248. "path": "pages/searchPile/searchPileList",
  249. "style": {
  250. "enablePullDownRefresh": false
  251. }
  252. },
  253. { "name":"站点详情",
  254. "path": "pages/searchPile/stationAndPile/stationDetails",
  255. "style": {
  256. "enablePullDownRefresh": false
  257. }
  258. },
  259. {
  260. "name":"站点详情-地图",
  261. "path": "pages/searchPile/stationAndPile/stationDetailsMap",
  262. "style": {
  263. "enablePullDownRefresh": false
  264. }
  265. },
  266. { "name":"充电价格详情",
  267. "path": "pages/searchPile/stationAndPile/chargePriceDetails",
  268. "style": {
  269. "enablePullDownRefresh": false
  270. }
  271. },
  272. { "name":"充电桩详情",
  273. "path": "pages/searchPile/stationAndPile/chargingPileDetails",
  274. "style": {
  275. "enablePullDownRefresh": false
  276. }
  277. }
  278. ,{
  279. "path" : "pages/searchPile/chargeProcess/chargeProcess",
  280. "style" :
  281. {
  282. "enablePullDownRefresh": false
  283. }
  284. },{"name":"充电",
  285. "path" : "pages/searchPile/chargeProcess/charge",
  286. "style" :
  287. {
  288. "enablePullDownRefresh": false
  289. }
  290. }
  291. ,{"name":"充电中(直流)",
  292. "path" : "pages/searchPile/chargeProcess/dcCharging",
  293. "style" :
  294. {
  295. "enablePullDownRefresh": false
  296. }
  297. },{"name":"充电结束(直流)",
  298. "path" : "pages/searchPile/chargeProcess/dcChargeEnd",
  299. "style" :
  300. {
  301. "enablePullDownRefresh": false
  302. }
  303. },{"name":"充电中(交流)",
  304. "path" : "pages/searchPile/chargeProcess/exChanging",
  305. "style" :
  306. {
  307. "enablePullDownRefresh": false
  308. }
  309. },{"name":"充电结束(交流)",
  310. "path" : "pages/searchPile/chargeProcess/exChargeEnd",
  311. "style" :
  312. {
  313. "enablePullDownRefresh": false
  314. }
  315. },{
  316. "path": "pages/user/cropImage",
  317. "style": {
  318. "navigationStyle": "custom"
  319. }
  320. },{ "name":"我的优惠券",
  321. "path": "pages/user/coupon/myCoupon",
  322. "style": {
  323. "navigationStyle": "custom"
  324. }
  325. },{ "name":"优惠券详情",
  326. "path": "pages/user/coupon/couponDetails",
  327. "style": {
  328. "navigationStyle": "custom"
  329. }
  330. },{ "name":"优惠券兑换",
  331. "path": "pages/user/coupon/conversion",
  332. "style": {
  333. "navigationStyle": "custom"
  334. }
  335. },{ "name":"完善信息",
  336. "path": "pages/login/completeInfo",
  337. "style": {
  338. "navigationStyle": "custom"
  339. }
  340. },{ "name":"选择优惠券",
  341. "path": "pages/user/coupon/chooseCoupons",
  342. "style": {
  343. "navigationStyle": "custom"
  344. }
  345. },
  346. { "name":"邀请好友",
  347. "path": "pages/user/InviteFriends",
  348. "style": {
  349. "navigationStyle": "custom"
  350. }
  351. },{ "name":"免费安桩",
  352. "path": "pages/user/freeInstallment",
  353. "style": {
  354. "navigationStyle": "custom"
  355. }
  356. },{ "name":"我要加盟",
  357. "path": "pages/user/toJoin",
  358. "style": {
  359. "navigationStyle": "custom"
  360. }
  361. }
  362. ,{
  363. "name":"停车场-查询",
  364. "path" : "pages/parking/search",
  365. "style" :
  366. {
  367. }
  368. }
  369. ,{
  370. "name":"停车场-支付",
  371. "path" : "pages/parking/pay",
  372. "style" :
  373. {
  374. }
  375. }
  376. ,{
  377. "path" : "pages/parking/payResult",
  378. "style" :
  379. {
  380. }
  381. },{ "name":"预约充电",
  382. "path" : "pages/searchPile/apointment/apointmentRecharge",
  383. "style" :
  384. {
  385. }
  386. }
  387. ,{ "name":"我的预约",
  388. "path" : "pages/user/myReservation/myReservation",
  389. "style" :
  390. {
  391. "navigationBarTitleText": "",
  392. "enablePullDownRefresh": false
  393. }
  394. },{ "name":"预约单详情",
  395. "path" : "pages/user/myReservation/reservationListDetails",
  396. "style" :
  397. {
  398. "navigationBarTitleText": "",
  399. "enablePullDownRefresh": false
  400. }
  401. }
  402. ,{ "name":"我被预约",
  403. "path" : "pages/user/preengaged/preengaged",
  404. "style" :
  405. {
  406. "navigationBarTitleText": "",
  407. "enablePullDownRefresh": false
  408. }
  409. },{ "name":"预约单详情",
  410. "path" : "pages/user/preengaged/preengagedListDetails",
  411. "style" :
  412. {
  413. "navigationBarTitleText": "",
  414. "enablePullDownRefresh": false
  415. }
  416. }
  417. ,{"name":"我的电桩",
  418. "path" : "pages/user/myPile/myPile",
  419. "style" :
  420. {
  421. "navigationBarTitleText": "",
  422. "enablePullDownRefresh": false
  423. }
  424. },{"name":"电桩管理",
  425. "path" : "pages/user/myPile/pileManagement",
  426. "style" :
  427. {
  428. "navigationBarTitleText": "",
  429. "enablePullDownRefresh": false
  430. }
  431. },{"name":"费用说明页",
  432. "path" : "pages/searchPile/stationAndPile/costExplain",
  433. "style" :
  434. {
  435. "navigationBarTitleText": "",
  436. "enablePullDownRefresh": false
  437. }
  438. },{"name":"充电枪详情",
  439. "path" : "pages/searchPile/stationAndPile/chargingGunDetail",
  440. "style" :
  441. {
  442. "navigationBarTitleText": "",
  443. "enablePullDownRefresh": false
  444. }
  445. },{"name":"发票管理",
  446. "path" : "pages/MyInvoice/invoiceManagement",
  447. "style" :
  448. {
  449. "navigationBarTitleText": "",
  450. "enablePullDownRefresh": false
  451. }
  452. },{"name":"开具发票",
  453. "path" : "pages/MyInvoice/issueInvoice",
  454. "style" :
  455. {
  456. "navigationBarTitleText": "",
  457. "enablePullDownRefresh": false
  458. }
  459. },{"name":"开票说明",
  460. "path" : "pages/MyInvoice/invioceExplain",
  461. "style" :
  462. {
  463. "navigationBarTitleText": "",
  464. "enablePullDownRefresh": false
  465. }
  466. },{"name":"开票结果",
  467. "path" : "pages/MyInvoice/invioceResult",
  468. "style" :
  469. {
  470. "navigationBarTitleText": "",
  471. "enablePullDownRefresh": false
  472. }
  473. },{"name":"开票详情",
  474. "path" : "pages/MyInvoice/invoiceDetail",
  475. "style" :
  476. {
  477. "navigationBarTitleText": "",
  478. "enablePullDownRefresh": false
  479. }
  480. },{"name":"发票预览",
  481. "path" : "pages/MyInvoice/invoicePreview",
  482. "style" :
  483. {
  484. "navigationBarTitleText": "",
  485. "enablePullDownRefresh": false
  486. }
  487. },{"name":"发票抬头管理",
  488. "path" : "pages/MyInvoice/invoiceTitleManagement",
  489. "style" :
  490. {
  491. "navigationBarTitleText": "",
  492. "enablePullDownRefresh": false
  493. }
  494. },{"name":"编辑发票抬头",
  495. "path" : "pages/MyInvoice/editInvoiceTitle",
  496. "style" :
  497. {
  498. "navigationBarTitleText": "",
  499. "enablePullDownRefresh": false
  500. }
  501. },{"name":"无牌车辆扫码停车",
  502. "path" : "pages/parking/registration",
  503. "style" :
  504. {
  505. "navigationBarTitleText": "",
  506. "enablePullDownRefresh": false
  507. }
  508. },
  509. {"name":"临时车辆",
  510. "path" : "pages/parking/temCarNumber",
  511. "style" :
  512. {
  513. "navigationBarTitleText": "",
  514. "enablePullDownRefresh": false
  515. }
  516. }
  517. ,{
  518. "path" : "pages/parking/request",
  519. "style" :
  520. {
  521. "navigationBarTitleText": "",
  522. "enablePullDownRefresh": false
  523. }
  524. }
  525. ,{
  526. "path" : "pages/parking/outPayment",
  527. "style" :
  528. {
  529. "navigationBarTitleText": "",
  530. "enablePullDownRefresh": false
  531. }
  532. }
  533. ,{
  534. "path" : "pages/parking/paymentResult",
  535. "style" :
  536. {
  537. "navigationBarTitleText": "",
  538. "enablePullDownRefresh": false
  539. }
  540. }
  541. ,{
  542. "path" : "pages/user/appointmentExplain",
  543. "style" :
  544. {
  545. "navigationBarTitleText": "",
  546. "enablePullDownRefresh": false
  547. }
  548. },{
  549. "path" : "pages/user/receiveCoupon",
  550. "style" :
  551. {
  552. "navigationBarTitleText": "",
  553. "enablePullDownRefresh": false
  554. }
  555. },{ "name":"月卡购买",
  556. "path" : "pages/monthlyCardActivity/monthlyCardBuy",
  557. "style" :
  558. {
  559. "navigationBarTitleText": "",
  560. "enablePullDownRefresh": false
  561. }
  562. },{ "name":"月卡购买",
  563. "path" : "pages/monthlyCardActivity/monthlyCardList",
  564. "style" :
  565. {
  566. "navigationBarTitleText": "",
  567. "enablePullDownRefresh": false
  568. }
  569. }
  570. ,{"name":"开通结果",
  571. "path" : "pages/monthlyCardActivity/openResult",
  572. "style" :
  573. {
  574. "navigationBarTitleText": "",
  575. "enablePullDownRefresh": false
  576. }
  577. }
  578. ,{
  579. "path" : "pages/monthlyCardActivity/openResult",
  580. "style" :
  581. {
  582. "navigationBarTitleText": "",
  583. "enablePullDownRefresh": false
  584. }
  585. }
  586. ,{
  587. "path" : "pages/user/dataSet",
  588. "style" :
  589. {
  590. "navigationBarTitleText": "",
  591. "enablePullDownRefresh": false
  592. }
  593. }
  594. ,{
  595. "path" : "pages/user/contactService",
  596. "style" :
  597. {
  598. "navigationBarTitleText": "",
  599. "enablePullDownRefresh": false
  600. }
  601. }
  602. ,{
  603. "path" : "pages/searchPile/chargeProcess/charging",
  604. "style" :
  605. {
  606. "navigationBarTitleText": "",
  607. "enablePullDownRefresh": false
  608. }
  609. }
  610. ,{
  611. "path" : "pages/user/mine",
  612. "style" :
  613. {
  614. "navigationBarTitleText": "",
  615. "enablePullDownRefresh": false
  616. }
  617. }
  618. ,{
  619. "path" : "pages/user/company-vip",
  620. "style" :
  621. {
  622. "navigationBarTitleText": "",
  623. "enablePullDownRefresh": false
  624. }
  625. }
  626. ,{
  627. "path" : "pages/index/all",
  628. "style" :
  629. {
  630. "navigationBarTitleText": "",
  631. "enablePullDownRefresh": false
  632. }
  633. }
  634. ],
  635. "globalStyle": {
  636. "navigationStyle": "custom", // 隐藏系统导航栏
  637. "navigationBarTitleText": "加载中...",
  638. "enablePullDownRefresh": false
  639. }
  640. // "tabBar": {
  641. // "color": "#b3a8a8",
  642. // "selectedColor": "#ff5e5e",
  643. // "backgroundColor": "#FFFFFF",
  644. // "borderStyle": "white",
  645. // "list": [{
  646. // "pagePath": "pages/index/index",
  647. // "iconPath": "home-3-line",
  648. // "selectedIconPath": "home-3-fill",
  649. // "text": "主页"
  650. // },
  651. // {
  652. // "pagePath": "pages/searchPile/searchPile",
  653. // "iconPath": "road-map-line",
  654. // "selectedIconPath": "road-map-line",
  655. // "text": "找桩"
  656. // },
  657. // {
  658. // "pagePath": "pages/user/index",
  659. // "iconPath": "user-5-line",
  660. // "selectedIconPath": "user-5-line",
  661. // "text": "我的"
  662. // }
  663. // ]
  664. // },
  665. }