pages.json 29 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079
  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/finance/refundInfo",
  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. {
  236. "name":"找桩-地图模式",
  237. "path": "pages/searchPile/searchPileMap",
  238. "style": {
  239. "enablePullDownRefresh": false
  240. }
  241. },
  242. { "name":"找桩-列表模式",
  243. "path": "pages/searchPile/searchPileList",
  244. "style": {
  245. "enablePullDownRefresh": false
  246. }
  247. },
  248. { "name":"站点详情",
  249. "path": "pages/searchPile/stationAndPile/stationDetails",
  250. "style": {
  251. "enablePullDownRefresh": false
  252. }
  253. },
  254. { "name":"充电价格详情",
  255. "path": "pages/searchPile/stationAndPile/chargePriceDetails",
  256. "style": {
  257. "enablePullDownRefresh": false
  258. }
  259. },
  260. { "name":"充电桩详情",
  261. "path": "pages/searchPile/stationAndPile/chargingPileDetails",
  262. "style": {
  263. "enablePullDownRefresh": false
  264. }
  265. }
  266. ,{"name":"充电",
  267. "path" : "pages/searchPile/chargeProcess/charge",
  268. "style" :
  269. {
  270. "enablePullDownRefresh": false
  271. }
  272. }
  273. ,{"name":"充电中(直流)",
  274. "path" : "pages/searchPile/chargeProcess/dcCharging",
  275. "style" :
  276. {
  277. "enablePullDownRefresh": false
  278. }
  279. },{
  280. "path": "pages/user/cropImage",
  281. "style": {
  282. "navigationStyle": "custom"
  283. }
  284. },{ "name":"我的优惠券",
  285. "path": "pages/user/coupon/myCoupon",
  286. "style": {
  287. "navigationStyle": "custom"
  288. }
  289. },{ "name":"优惠券详情",
  290. "path": "pages/user/coupon/couponDetails",
  291. "style": {
  292. "navigationStyle": "custom"
  293. }
  294. },{ "name":"优惠券兑换",
  295. "path": "pages/user/coupon/conversion",
  296. "style": {
  297. "navigationStyle": "custom"
  298. }
  299. },{ "name":"完善信息",
  300. "path": "pages/login/completeInfo",
  301. "style": {
  302. "navigationStyle": "custom"
  303. }
  304. },{ "name":"选择优惠券",
  305. "path": "pages/user/coupon/chooseCoupons",
  306. "style": {
  307. "navigationStyle": "custom"
  308. }
  309. },
  310. { "name":"邀请好友",
  311. "path": "pages/user/InviteFriends",
  312. "style": {
  313. "navigationStyle": "custom"
  314. }
  315. },{ "name":"免费安桩",
  316. "path": "pages/user/freeInstallment",
  317. "style": {
  318. "navigationStyle": "custom"
  319. }
  320. },{ "name":"我要加盟",
  321. "path": "pages/user/toJoin",
  322. "style": {
  323. "navigationStyle": "custom"
  324. }
  325. }
  326. ,{
  327. "name":"停车场-查询",
  328. "path" : "pages/parking/search",
  329. "style" :
  330. {
  331. }
  332. }
  333. ,{
  334. "name":"停车场-支付",
  335. "path" : "pages/parking/pay",
  336. "style" :
  337. {
  338. }
  339. }
  340. ,{
  341. "path" : "pages/parking/payResult",
  342. "style" :
  343. {
  344. }
  345. },{ "name":"预约充电",
  346. "path" : "pages/searchPile/apointment/apointmentRecharge",
  347. "style" :
  348. {
  349. }
  350. }
  351. ,{ "name":"我的预约",
  352. "path" : "pages/user/myReservation/myReservation",
  353. "style" :
  354. {
  355. "enablePullDownRefresh": false
  356. }
  357. },{ "name":"预约单详情",
  358. "path" : "pages/user/myReservation/reservationListDetails",
  359. "style" :
  360. {
  361. "enablePullDownRefresh": false
  362. }
  363. }
  364. ,{ "name":"我被预约",
  365. "path" : "pages/user/preengaged/preengaged",
  366. "style" :
  367. {
  368. "enablePullDownRefresh": false
  369. }
  370. },{ "name":"预约单详情",
  371. "path" : "pages/user/preengaged/preengagedListDetails",
  372. "style" :
  373. {
  374. "enablePullDownRefresh": false
  375. }
  376. }
  377. ,{"name":"我的电桩",
  378. "path" : "pages/user/myPile/myPile",
  379. "style" :
  380. {
  381. "enablePullDownRefresh": false
  382. }
  383. },{"name":"电桩管理",
  384. "path" : "pages/user/myPile/pileManagement",
  385. "style" :
  386. {
  387. "enablePullDownRefresh": false
  388. }
  389. },{"name":"发票管理",
  390. "path" : "pages/MyInvoice/invoiceManagement",
  391. "style" :
  392. {
  393. "enablePullDownRefresh": false
  394. }
  395. },{"name":"开具发票",
  396. "path" : "pages/MyInvoice/issueInvoice",
  397. "style" :
  398. {
  399. "enablePullDownRefresh": false
  400. }
  401. },{"name":"开票说明",
  402. "path" : "pages/MyInvoice/invioceExplain",
  403. "style" :
  404. {
  405. "enablePullDownRefresh": false
  406. }
  407. },{"name":"开票结果",
  408. "path" : "pages/MyInvoice/invioceResult",
  409. "style" :
  410. {
  411. "enablePullDownRefresh": false
  412. }
  413. },{"name":"开票详情",
  414. "path" : "pages/MyInvoice/invoiceDetail",
  415. "style" :
  416. {
  417. "enablePullDownRefresh": false
  418. }
  419. },{"name":"发票预览",
  420. "path" : "pages/MyInvoice/invoicePreview",
  421. "style" :
  422. {
  423. "enablePullDownRefresh": false
  424. }
  425. },{"name":"发票抬头管理",
  426. "path" : "pages/MyInvoice/invoiceTitleManagement",
  427. "style" :
  428. {
  429. "enablePullDownRefresh": false
  430. }
  431. },{"name":"编辑发票抬头",
  432. "path" : "pages/MyInvoice/editInvoiceTitle",
  433. "style" :
  434. {
  435. "enablePullDownRefresh": false
  436. }
  437. },{"name":"无牌车辆扫码停车",
  438. "path" : "pages/parking/registration",
  439. "style" :
  440. {
  441. "enablePullDownRefresh": false
  442. }
  443. },
  444. {"name":"临时车辆",
  445. "path" : "pages/parking/temCarNumber",
  446. "style" :
  447. {
  448. "enablePullDownRefresh": false
  449. }
  450. }
  451. ,{
  452. "path" : "pages/parking/request",
  453. "style" :
  454. {
  455. "enablePullDownRefresh": false
  456. }
  457. }
  458. ,{
  459. "path" : "pages/parking/outPayment",
  460. "style" :
  461. {
  462. "enablePullDownRefresh": false
  463. }
  464. }
  465. ,{
  466. "path" : "pages/parking/paymentResult",
  467. "style" :
  468. {
  469. "enablePullDownRefresh": false
  470. }
  471. }
  472. ,{
  473. "path" : "pages/user/appointmentExplain",
  474. "style" :
  475. {
  476. "enablePullDownRefresh": false
  477. }
  478. },{
  479. "path" : "pages/user/receiveCoupon",
  480. "style" :
  481. {
  482. "enablePullDownRefresh": false
  483. }
  484. },{ "name":"月卡购买",
  485. "path" : "pages/monthlyCardActivity/monthlyCardBuy",
  486. "style" :
  487. {
  488. "enablePullDownRefresh": false
  489. }
  490. },{ "name":"月卡购买",
  491. "path" : "pages/monthlyCardActivity/monthlyCardList",
  492. "style" :
  493. {
  494. "enablePullDownRefresh": false
  495. }
  496. }
  497. ,{"name":"开通结果",
  498. "path" : "pages/monthlyCardActivity/openResult",
  499. "style" :
  500. {
  501. "enablePullDownRefresh": false
  502. }
  503. }
  504. ,{
  505. "path" : "pages/monthlyCardActivity/openResult",
  506. "style" :
  507. {
  508. "enablePullDownRefresh": false
  509. }
  510. }
  511. ,{
  512. "path" : "pages/user/dataSet",
  513. "style" :
  514. {
  515. "enablePullDownRefresh": false
  516. }
  517. }
  518. ,{
  519. "path" : "pages/user/contactService",
  520. "style" :
  521. {
  522. "enablePullDownRefresh": false
  523. }
  524. }
  525. ,{
  526. "path" : "pages/user/mine",
  527. "style" :
  528. {
  529. "enablePullDownRefresh": false
  530. }
  531. }
  532. ,{
  533. "path" : "pages/user/company-vip",
  534. "style" :
  535. {
  536. "enablePullDownRefresh": false
  537. }
  538. }
  539. ,{
  540. "path" : "pages/index/all",
  541. "style" :
  542. {
  543. "enablePullDownRefresh": false
  544. }
  545. }
  546. ,{
  547. "path" : "pages/newPage/chargeMoney/chargeMoney",
  548. "style" :
  549. {
  550. "enablePullDownRefresh": false
  551. }
  552. }
  553. ,{
  554. "path" : "pages/newPage/chargeMoney/financialDetails",
  555. "style" :
  556. {
  557. "enablePullDownRefresh": false
  558. }
  559. }
  560. ,{
  561. "path" : "pages/newPage/chargeMoney/topUp",
  562. "style" :
  563. {
  564. "enablePullDownRefresh": false
  565. }
  566. }
  567. ,{
  568. "path" : "pages/newPage/chargeMoney/withdraw",
  569. "style" :
  570. {
  571. "enablePullDownRefresh": false
  572. }
  573. }
  574. ,{
  575. "path" : "pages/newPage/chargeMoney/transferResult",
  576. "style" :
  577. {
  578. "enablePullDownRefresh": false
  579. }
  580. }
  581. ,{
  582. "path" : "pages/discountCard/productDetails",
  583. "style" :
  584. {
  585. "enablePullDownRefresh": false
  586. }
  587. }
  588. ,{
  589. "path" : "pages/discountCard/confirmOrder",
  590. "style" :
  591. {
  592. "enablePullDownRefresh": false
  593. }
  594. }
  595. ,{
  596. "path" : "pages/discountCard/paymentSuccess",
  597. "style" :
  598. {
  599. "enablePullDownRefresh": false
  600. }
  601. }
  602. ,{
  603. "path" : "pages/discountCard/myOrder",
  604. "style" :
  605. {
  606. "enablePullDownRefresh": false
  607. }
  608. }
  609. ,{
  610. "path" : "pages/discountCard/orderDetails",
  611. "style" :
  612. {
  613. "enablePullDownRefresh": false
  614. }
  615. }
  616. ,{
  617. "path" : "pages/service/service",
  618. "style" :
  619. {
  620. "enablePullDownRefresh": false
  621. }
  622. }
  623. ,{
  624. "path" : "pages/cardBag/cardBag",
  625. "style" :
  626. {
  627. "enablePullDownRefresh": false
  628. }
  629. }
  630. ,
  631. {
  632. "path" : "pages/index/activity",
  633. "style" :
  634. {
  635. "enablePullDownRefresh": false
  636. }
  637. }
  638. ,{
  639. "path" : "pages/index/openyed",
  640. "style" :
  641. {
  642. "enablePullDownRefresh": false
  643. }
  644. }
  645. ,{
  646. "path" : "pages/user/member/member",
  647. "style" :
  648. {
  649. "enablePullDownRefresh": false
  650. }
  651. }
  652. ,{
  653. "path" : "pages/user/member/index",
  654. "style" :
  655. {
  656. "enablePullDownRefresh": false
  657. }
  658. },
  659. {
  660. "path" : "pages/user/sharePicc",
  661. "style" :
  662. {
  663. "enablePullDownRefresh" : false
  664. }
  665. }
  666. ,{
  667. "path" : "pages/cardBag/cardDetail",
  668. "style" :
  669. {
  670. "enablePullDownRefresh": false
  671. }
  672. }
  673. ,{
  674. "path" : "pages/cardBag/nonactivatedCard",
  675. "style" :
  676. {
  677. "enablePullDownRefresh": false
  678. }
  679. }
  680. ,{
  681. "path" : "pages/cardBag/getCard",
  682. "style" :
  683. {
  684. "enablePullDownRefresh": false
  685. }
  686. }
  687. ,{
  688. "path" : "pages/store/51store",
  689. "style" :
  690. {
  691. "enablePullDownRefresh": false
  692. }
  693. }
  694. ,{
  695. "path" : "pages/store/commodityDetails",
  696. "style" :
  697. {
  698. "enablePullDownRefresh": false
  699. }
  700. }
  701. ,{
  702. "path" : "pages/store/orderDetails",
  703. "style" :
  704. {
  705. "enablePullDownRefresh": false
  706. }
  707. }
  708. ,{
  709. "path" : "pages/store/orderConfirm",
  710. "style" :
  711. {
  712. "enablePullDownRefresh": false
  713. }
  714. },
  715. {
  716. "path" : "pages/store/myOrder",
  717. "style" :
  718. {
  719. "enablePullDownRefresh" : false
  720. }
  721. },
  722. {
  723. "path" : "pages/store/paymentSuccess",
  724. "style" :
  725. {
  726. "enablePullDownRefresh" : false
  727. }
  728. },
  729. {
  730. "path" : "pages/user/newYear2024",
  731. "style" :
  732. {
  733. "enablePullDownRefresh" : false
  734. }
  735. },
  736. {
  737. "path" : "pages/temporary/registration0125",
  738. "style" :
  739. {
  740. "enablePullDownRefresh" : false
  741. }
  742. },
  743. {
  744. "path" : "pages/temporary/logo0125",
  745. "style" :
  746. {
  747. "enablePullDownRefresh" : false
  748. }
  749. },
  750. {
  751. "path" : "pages/temporary/reservationFeedback",
  752. "style" :
  753. {
  754. "enablePullDownRefresh" : false
  755. }
  756. },
  757. {
  758. "path" : "pages/temporary/anniversary2024",
  759. "style" :
  760. {
  761. "enablePullDownRefresh" : false
  762. }
  763. },
  764. {
  765. "path" : "pages/index/end",
  766. "style" :
  767. {
  768. "navigationBarTitleText" : ""
  769. }
  770. },
  771. {
  772. "path" : "pages/record/coupon",
  773. "style" :
  774. {
  775. "navigationBarTitleText" : ""
  776. }
  777. },
  778. {
  779. "path" : "pages/temporary/autumn202409",
  780. "style" :
  781. {
  782. "navigationBarTitleText" : ""
  783. }
  784. },
  785. {
  786. "path" : "pages/temporary/national2024",
  787. "style" :
  788. {
  789. "navigationBarTitleText" : ""
  790. }
  791. },
  792. { // 活动介绍
  793. "path" : "pages/temporary/20241111/doubleElevenIntroduce",
  794. "style" :
  795. {
  796. "navigationBarTitleText" : ""
  797. }
  798. },
  799. {// 活动抽
  800. "path" : "pages/temporary/20241111/doubleElevenLottery",
  801. "style" :
  802. {
  803. "navigationBarTitleText" : ""
  804. }
  805. },
  806. {
  807. "path" : "pages/temporary/20241111/doubleElevenInWinnerList",
  808. "style" :
  809. {
  810. "navigationBarTitleText" : ""
  811. }
  812. },
  813. {
  814. "path" : "pages/bindingHomePile/bindingHomePile",
  815. "style" :
  816. {
  817. "navigationBarTitleText" : ""
  818. }
  819. },
  820. {
  821. "path" : "pages/bindingHomePile/homeInfo",
  822. "style" :
  823. {
  824. "navigationBarTitleText" : ""
  825. }
  826. },
  827. {
  828. "path" : "pages/user/myReservation/chargingRe",
  829. "style" :
  830. {
  831. "navigationBarTitleText" : ""
  832. }
  833. },
  834. {
  835. "path" : "pages/temporary/activity20250501",
  836. "style" :
  837. {
  838. "navigationBarTitleText" : ""
  839. }
  840. },
  841. {
  842. "path" : "pages/temporary/20250625/info1",
  843. "style" :
  844. {
  845. "navigationBarTitleText" : ""
  846. }
  847. },
  848. {
  849. "path" : "pages/temporary/20250625/info3",
  850. "style" :
  851. {
  852. "navigationBarTitleText" : ""
  853. }
  854. },
  855. {
  856. "path" : "pages/temporary/20250625/info4",
  857. "style" :
  858. {
  859. "navigationBarTitleText" : ""
  860. }
  861. },
  862. {
  863. "path" : "pages/temporary/20250625/info6",
  864. "style" :
  865. {
  866. "navigationBarTitleText" : ""
  867. }
  868. }
  869. ],
  870. "globalStyle": {
  871. "navigationStyle": "custom", // 隐藏系统导航栏
  872. "navigationBarTitleText": "加载中...",
  873. "enablePullDownRefresh": false
  874. }
  875. // "tabBar": {
  876. // "color": "#b3a8a8",
  877. // "selectedColor": "#ff5e5e",
  878. // "backgroundColor": "#FFFFFF",
  879. // "borderStyle": "white",
  880. // "list": [{
  881. // "pagePath": "pages/index/index",
  882. // "iconPath": "home-3-line",
  883. // "selectedIconPath": "home-3-fill",
  884. // "text": "主页"
  885. // },
  886. // {
  887. // "pagePath": "pages/searchPile/searchPile",
  888. // "iconPath": "road-map-line",
  889. // "selectedIconPath": "road-map-line",
  890. // "text": "找桩"
  891. // },
  892. // {
  893. // "pagePath": "pages/user/index",
  894. // "iconPath": "user-5-line",
  895. // "selectedIconPath": "user-5-line",
  896. // "text": "我的"
  897. // }
  898. // ]
  899. // },
  900. }