pages.json 26 KB

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