pages.json 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "name": "smqjh-home",
  6. "layout": "tabbar",
  7. "islogin": false,
  8. "style": {
  9. "navigationBarTitleText": "首页",
  10. "navigationStyle": "custom",
  11. "backgroundColor": "#9ED605",
  12. "backgroundColorTop": "#9ED605"
  13. }
  14. },
  15. {
  16. "path": "pages/cart/index",
  17. "name": "smqjh-cart",
  18. "layout": "tabbar",
  19. "islogin": false,
  20. "style": {
  21. "navigationBarTitleText": "购物车",
  22. "navigationStyle": "custom",
  23. "disableScroll": true
  24. }
  25. },
  26. {
  27. "path": "pages/classfiy/index",
  28. "name": "smqjh-classfiy",
  29. "layout": "tabbar",
  30. "islogin": false,
  31. "style": {
  32. "navigationBarTitleText": "市民请集合分类",
  33. "navigationStyle": "custom",
  34. "disableScroll": true
  35. }
  36. },
  37. {
  38. "path": "pages/login/index",
  39. "name": "smqjh-login",
  40. "islogin": false,
  41. "style": {
  42. "navigationBarTitleText": "市民请集合"
  43. }
  44. },
  45. {
  46. "path": "pages/my/index",
  47. "name": "smqjh-my",
  48. "layout": "tabbar",
  49. "islogin": false,
  50. "style": {
  51. "navigationBarTitleText": "个人中心",
  52. "navigationStyle": "custom",
  53. "disableScroll": true
  54. }
  55. }
  56. ],
  57. "globalStyle": {
  58. "navigationBarBackgroundColor": "@navBgColor",
  59. "navigationBarTextStyle": "@navTxtStyle",
  60. "navigationBarTitleText": "wot",
  61. "backgroundColor": "@bgColor",
  62. "backgroundTextStyle": "@bgTxtStyle",
  63. "backgroundColorTop": "@bgColorTop",
  64. "backgroundColorBottom": "@bgColorBottom",
  65. "enablePullDownRefresh": false,
  66. "onReachBottomDistance": 50,
  67. "animationType": "pop-in",
  68. "animationDuration": 300
  69. },
  70. "tabBar": {
  71. "custom": true,
  72. "customize": true,
  73. "overlay": true,
  74. "height": "0",
  75. "color": "@tabColor",
  76. "selectedColor": "@tabSelectedColor",
  77. "backgroundColor": "@tabBgColor",
  78. "borderStyle": "@tabBorderStyle",
  79. "list": [
  80. {
  81. "pagePath": "pages/index/index"
  82. },
  83. {
  84. "pagePath": "pages/classfiy/index"
  85. },
  86. {
  87. "pagePath": "pages/cart/index"
  88. },
  89. {
  90. "pagePath": "pages/my/index"
  91. }
  92. ]
  93. },
  94. "subPackages": [
  95. {
  96. "root": "subPack-xsb",
  97. "plugins": {
  98. "logisticsPlugin": {
  99. "version": "2.1.12",
  100. "provider": "wx9ad912bf20548d92"
  101. }
  102. },
  103. "pages": [
  104. {
  105. "path": "commonTab/index",
  106. "name": "xsb-homeTabbar",
  107. "islogin": false,
  108. "style": {
  109. "navigationStyle": "custom",
  110. "navigationBarTitleText": "星闪豹首页",
  111. "backgroundColorBottom": "#fff",
  112. "disableScroll": true
  113. }
  114. },
  115. {
  116. "path": "confirmOrder/index",
  117. "name": "xsb-confirmOrder",
  118. "islogin": true,
  119. "style": {
  120. "navigationBarTitleText": "提交订单"
  121. }
  122. },
  123. {
  124. "path": "coupon/index",
  125. "name": "xsb-coupon",
  126. "islogin": true,
  127. "style": {
  128. "navigationBarTitleText": "优惠券列表"
  129. }
  130. },
  131. {
  132. "path": "goods/index",
  133. "name": "xsb-goods",
  134. "islogin": false,
  135. "style": {
  136. "navigationStyle": "custom",
  137. "navigationBarTitleText": "星闪豹商品详情"
  138. }
  139. },
  140. {
  141. "path": "order/index",
  142. "name": "xsb-order",
  143. "islogin": true,
  144. "style": {
  145. "navigationBarTitleText": "订单列表"
  146. }
  147. },
  148. {
  149. "path": "orderDetaile/index",
  150. "name": "xsb-orderDetaile",
  151. "islogin": true,
  152. "style": {
  153. "navigationBarTitleText": "订单详情",
  154. "navigationStyle": "custom"
  155. }
  156. },
  157. {
  158. "path": "search/index",
  159. "name": "xsb-search",
  160. "islogin": false,
  161. "style": {
  162. "navigationBarTitleText": "搜索"
  163. }
  164. },
  165. {
  166. "path": "selectAddress/index",
  167. "name": "xsb-selectAddress",
  168. "islogin": false,
  169. "style": {
  170. "navigationBarTitleText": "选择收获地址"
  171. }
  172. }
  173. ]
  174. },
  175. {
  176. "root": "subPack-common",
  177. "pages": [
  178. {
  179. "path": "addressList/index",
  180. "name": "common-addressList",
  181. "islogin": true,
  182. "style": {
  183. "navigationBarTitleText": "收获地址"
  184. }
  185. },
  186. {
  187. "path": "afterSales/index",
  188. "name": "common-afterSales",
  189. "islogin": true,
  190. "style": {
  191. "navigationBarTitleText": "申请售后"
  192. }
  193. },
  194. {
  195. "path": "afterSalesDetail/index",
  196. "name": "common-afterSalesDetail",
  197. "islogin": true,
  198. "style": {
  199. "navigationBarTitleText": "售后详情"
  200. }
  201. },
  202. {
  203. "path": "afterSalesList/index",
  204. "name": "common-afterSalesList",
  205. "islogin": true,
  206. "style": {
  207. "navigationBarTitleText": "售后列表"
  208. }
  209. },
  210. {
  211. "path": "editAddress/index",
  212. "name": "common-editAddress",
  213. "islogin": true,
  214. "style": {
  215. "navigationBarTitleText": "编辑新增收获地址",
  216. "navigationStyle": "custom"
  217. }
  218. },
  219. {
  220. "path": "integral/index",
  221. "name": "common-integral",
  222. "islogin": true,
  223. "style": {
  224. "navigationBarTitleText": "积分",
  225. "disableScroll": true
  226. }
  227. },
  228. {
  229. "path": "nickName/index",
  230. "name": "common-nickName",
  231. "islogin": true,
  232. "style": {
  233. "navigationBarTitleText": "修改昵称"
  234. }
  235. },
  236. {
  237. "path": "payError/index",
  238. "name": "common-payError",
  239. "islogin": true,
  240. "style": {
  241. "navigationBarTitleText": "支付失败",
  242. "navigationStyle": "custom",
  243. "disableScroll": true
  244. }
  245. },
  246. {
  247. "path": "paySuccess/index",
  248. "name": "common-paySuccess",
  249. "islogin": true,
  250. "style": {
  251. "navigationBarTitleText": "支付成功",
  252. "navigationStyle": "custom",
  253. "disableScroll": true
  254. }
  255. },
  256. {
  257. "path": "revalue/index",
  258. "name": "common-revalue",
  259. "islogin": true,
  260. "style": {
  261. "navigationBarTitleText": "写评价",
  262. "navigationStyle": "custom",
  263. "disableScroll": true
  264. }
  265. },
  266. {
  267. "path": "revalueSuccess/index",
  268. "name": "common-revalue-success",
  269. "islogin": true,
  270. "style": {
  271. "navigationBarTitleText": "评价成功",
  272. "navigationStyle": "custom",
  273. "disableScroll": true
  274. }
  275. },
  276. {
  277. "path": "threePay/index",
  278. "name": "smqjh-threePay",
  279. "islogin": false,
  280. "style": {
  281. "navigationBarTitleText": "支付"
  282. }
  283. },
  284. {
  285. "path": "user-center/index",
  286. "name": "common-user-center",
  287. "islogin": true,
  288. "style": {
  289. "navigationBarTitleText": "账户设置"
  290. }
  291. }
  292. ]
  293. },
  294. {
  295. "root": "subPack-smqjh",
  296. "pages": [
  297. {
  298. "path": "bannerDetaile/index",
  299. "name": "bannerDetaile",
  300. "islogin": false,
  301. "style": {
  302. "navigationBarTitleText": "详情"
  303. }
  304. },
  305. {
  306. "path": "order/index",
  307. "name": "smqjh-order",
  308. "islogin": true,
  309. "style": {
  310. "navigationBarTitleText": "订单列表"
  311. }
  312. }
  313. ]
  314. },
  315. {
  316. "root": "subPack-film",
  317. "pages": [
  318. {
  319. "path": "choose-film/index",
  320. "name": "film-choose-film",
  321. "islogin": false,
  322. "style": {
  323. "navigationStyle": "custom",
  324. "navigationBarTitleText": "我的订单",
  325. "backgroundColorBottom": "#fff"
  326. }
  327. },
  328. {
  329. "path": "choose-seat/index",
  330. "name": "film-choose-seat",
  331. "islogin": true,
  332. "style": {
  333. "navigationBarTitleText": "座次选择",
  334. "backgroundColorBottom": "#fff"
  335. }
  336. },
  337. {
  338. "path": "index/index",
  339. "name": "film-index",
  340. "islogin": false,
  341. "style": {
  342. "navigationBarTitleText": "电影演出",
  343. "backgroundColorBottom": "#fff"
  344. }
  345. },
  346. {
  347. "path": "movie/index",
  348. "name": "film-movie",
  349. "islogin": false,
  350. "style": {
  351. "navigationStyle": "custom",
  352. "navigationBarTitleText": "电影演出",
  353. "backgroundColorBottom": "#fff"
  354. }
  355. },
  356. {
  357. "path": "movie-detail/index",
  358. "name": "film-movie-detail",
  359. "islogin": false,
  360. "style": {
  361. "navigationStyle": "custom",
  362. "navigationBarTitleText": "电影详情",
  363. "backgroundColorBottom": "#fff"
  364. }
  365. },
  366. {
  367. "path": "movie-list/index",
  368. "name": "film-movieList",
  369. "islogin": false,
  370. "style": {
  371. "navigationBarTitleText": "电影演出",
  372. "backgroundColorBottom": "#fff"
  373. }
  374. },
  375. {
  376. "path": "order/index",
  377. "name": "film-order",
  378. "islogin": true,
  379. "style": {
  380. "navigationBarTitleText": "我的订单",
  381. "backgroundColorBottom": "#fff"
  382. }
  383. },
  384. {
  385. "path": "order-detail/index",
  386. "name": "film-order-detail",
  387. "islogin": false,
  388. "style": {
  389. "navigationBarTitleText": "订单详情",
  390. "backgroundColorBottom": "#fff"
  391. }
  392. },
  393. {
  394. "path": "select-time/index",
  395. "name": "film-select-time",
  396. "islogin": false,
  397. "style": {
  398. "navigationBarTitleText": "",
  399. "backgroundColorBottom": "#fff"
  400. }
  401. },
  402. {
  403. "path": "submit-order/index",
  404. "name": "film-submit-order",
  405. "islogin": false,
  406. "style": {
  407. "navigationBarTitleText": "确认订单",
  408. "backgroundColorBottom": "#fff"
  409. }
  410. }
  411. ]
  412. },
  413. {
  414. "root": "subPack-charge",
  415. "pages": [
  416. {
  417. "path": "chargeAddPlate/chargeAddPlate",
  418. "name": "charge-add-plate",
  419. "islogin": false,
  420. "style": {
  421. "navigationBarTitleText": "添加车牌"
  422. }
  423. },
  424. {
  425. "path": "chargeBuyaTicketList/chargeBuyaTicketList",
  426. "name": "charge-buy-a-ticket-list",
  427. "islogin": false,
  428. "style": {
  429. "navigationBarTitleText": "购券记录"
  430. }
  431. },
  432. {
  433. "path": "chargeDetail/chargeDetail",
  434. "name": "charge-detail",
  435. "islogin": false,
  436. "style": {
  437. "navigationBarTitleText": "充电详情",
  438. "navigationStyle": "custom"
  439. }
  440. },
  441. {
  442. "path": "chargeing/chargeing",
  443. "name": "chargeing",
  444. "islogin": true,
  445. "style": {
  446. "navigationBarTitleText": "正在充电",
  447. "navigationStyle": "custom"
  448. }
  449. },
  450. {
  451. "path": "chargeMap/chargeMap",
  452. "name": "charge-map",
  453. "islogin": false,
  454. "style": {
  455. "navigationBarTitleText": "地图模式",
  456. "navigationStyle": "custom"
  457. }
  458. },
  459. {
  460. "path": "chargeOrderDetail/chargeOrderDetail",
  461. "name": "charge-order-detail",
  462. "islogin": true,
  463. "style": {
  464. "navigationBarTitleText": "订单详情",
  465. "navigationStyle": "custom"
  466. }
  467. },
  468. {
  469. "path": "chargeOrderList/chargeOrderList",
  470. "name": "charge-order-list",
  471. "islogin": true,
  472. "style": {
  473. "navigationBarTitleText": "充电订单",
  474. "navigationStyle": "custom"
  475. }
  476. },
  477. {
  478. "path": "chargePlateList/chargePlateList",
  479. "name": "charge-plate-list",
  480. "islogin": true,
  481. "style": {
  482. "navigationBarTitleText": "车牌管理"
  483. }
  484. },
  485. {
  486. "path": "chargeSearchList/chargeSearchList",
  487. "name": "cahrge-search-list",
  488. "islogin": false,
  489. "style": {
  490. "navigationBarTitleText": "搜索列表",
  491. "navigationStyle": "custom"
  492. }
  493. },
  494. {
  495. "path": "chargeSiteDetail/chargeSiteDetail",
  496. "name": "charge-site-detail",
  497. "islogin": true,
  498. "style": {
  499. "navigationBarTitleText": "站点详情",
  500. "navigationStyle": "custom"
  501. }
  502. },
  503. {
  504. "path": "chargeStart/chargeStart",
  505. "name": "charge-start",
  506. "islogin": true,
  507. "style": {
  508. "navigationBarTitleText": "启动终端",
  509. "navigationStyle": "custom"
  510. }
  511. },
  512. {
  513. "path": "chargeVoucher/chargeVoucher",
  514. "name": "charge-voucher",
  515. "islogin": true,
  516. "style": {
  517. "navigationBarTitleText": "",
  518. "navigationStyle": "custom"
  519. }
  520. },
  521. {
  522. "path": "index/index",
  523. "name": "charge-index",
  524. "islogin": false,
  525. "style": {
  526. "navigationStyle": "custom",
  527. "navigationBarTitleText": "",
  528. "backgroundColorBottom": "#fff"
  529. }
  530. }
  531. ]
  532. },
  533. {
  534. "root": "subPack-videoRights",
  535. "pages": [
  536. {
  537. "path": "commonTab/index",
  538. "name": "video-rights-tabbar",
  539. "islogin": true,
  540. "style": {
  541. "navigationBarTitleText": "",
  542. "navigationStyle": "custom"
  543. }
  544. },
  545. {
  546. "path": "videoRightsDetail/videoRightsDetail",
  547. "name": "video-rights-detail",
  548. "islogin": true,
  549. "style": {
  550. "navigationBarTitleText": "详情"
  551. }
  552. },
  553. {
  554. "path": "videoRightsOrderInfo/videoRightsOrderInfo",
  555. "name": "video-rights-order-info",
  556. "islogin": true,
  557. "style": {
  558. "navigationBarTitleText": "订单确认",
  559. "navigationStyle": "custom"
  560. }
  561. },
  562. {
  563. "path": "videoRightsSubmitOrder/videoRightsSubmitOrder",
  564. "name": "video-rights-submit-order",
  565. "islogin": true,
  566. "style": {
  567. "navigationBarTitleText": "订单确认"
  568. }
  569. }
  570. ]
  571. },
  572. {
  573. "root": "subPack-djk",
  574. "pages": [
  575. {
  576. "path": "afterSales/index",
  577. "name": "djk-afterSales",
  578. "islogin": true,
  579. "style": {
  580. "navigationBarTitleText": "申请退款"
  581. }
  582. },
  583. {
  584. "path": "commonTab/index",
  585. "name": "djk-homeTabbar",
  586. "islogin": false,
  587. "style": {
  588. "navigationStyle": "custom",
  589. "navigationBarTitleText": "大健康首页",
  590. "backgroundColorBottom": "#fff",
  591. "disableScroll": true
  592. }
  593. },
  594. {
  595. "path": "confirmOrder/index",
  596. "name": "djk-confirmOrder",
  597. "islogin": true,
  598. "style": {
  599. "navigationBarTitleText": "提交订单"
  600. }
  601. },
  602. {
  603. "path": "goodsinfo/index",
  604. "name": "djk-goods",
  605. "islogin": false,
  606. "style": {
  607. "navigationStyle": "custom",
  608. "navigationBarTitleText": "大健康商品详情"
  609. }
  610. },
  611. {
  612. "path": "orderDetaile/index",
  613. "name": "djk-orderDetaile",
  614. "islogin": true,
  615. "style": {
  616. "navigationBarTitleText": "订单详情",
  617. "navigationStyle": "custom"
  618. }
  619. },
  620. {
  621. "path": "shopinfo/index",
  622. "name": "djk-shopinfo",
  623. "islogin": false,
  624. "style": {
  625. "navigationBarTitleText": "商家主页"
  626. }
  627. },
  628. {
  629. "path": "welfare/index",
  630. "name": "djk-welfare",
  631. "islogin": false,
  632. "style": {
  633. "navigationBarTitleText": "活动详情"
  634. }
  635. }
  636. ]
  637. },
  638. {
  639. "root": "subPack-refueling",
  640. "pages": [
  641. {
  642. "path": "activityCenter/index",
  643. "name": "activityCenter-detail",
  644. "islogin": true,
  645. "style": {
  646. "navigationBarTitleText": "活动详情",
  647. "navigationStyle": "custom"
  648. }
  649. },
  650. {
  651. "path": "activityList/index",
  652. "name": "activityList",
  653. "islogin": true,
  654. "style": {
  655. "navigationBarTitleText": "活动中心",
  656. "navigationStyle": "custom"
  657. }
  658. },
  659. {
  660. "path": "commonTab/index",
  661. "name": "refueling-tabbar",
  662. "islogin": false,
  663. "style": {
  664. "navigationBarTitleText": "加油"
  665. }
  666. },
  667. {
  668. "path": "confirmOrder/index",
  669. "name": "confimOrder",
  670. "islogin": true,
  671. "style": {
  672. "navigationBarTitleText": "下单",
  673. "navigationStyle": "custom"
  674. }
  675. },
  676. {
  677. "path": "exchangeFail/index",
  678. "name": "exchangeFail",
  679. "islogin": true,
  680. "style": {
  681. "navigationBarTitleText": "支付",
  682. "navigationStyle": "custom"
  683. }
  684. },
  685. {
  686. "path": "exchangeSuccess/index",
  687. "name": "exchangeSuccess",
  688. "islogin": true,
  689. "style": {
  690. "navigationBarTitleText": "支付",
  691. "navigationStyle": "custom"
  692. }
  693. },
  694. {
  695. "path": "orderDetail/index",
  696. "name": "refueling-orderDetail",
  697. "islogin": true,
  698. "style": {
  699. "navigationBarTitleText": "订单详情",
  700. "navigationStyle": "custom"
  701. }
  702. },
  703. {
  704. "path": "paySuccess/index",
  705. "name": "paySuccess",
  706. "islogin": true,
  707. "style": {
  708. "navigationBarTitleText": "支付",
  709. "navigationStyle": "custom"
  710. }
  711. },
  712. {
  713. "path": "refuelDetaile/index",
  714. "name": "refuelDetaile",
  715. "islogin": false,
  716. "style": {
  717. "navigationBarTitleText": "加油站详情",
  718. "navigationStyle": "custom"
  719. }
  720. },
  721. {
  722. "path": "transition/index",
  723. "name": "transition",
  724. "islogin": false,
  725. "style": {
  726. "navigationBarTitleText": "",
  727. "navigationStyle": "custom"
  728. }
  729. },
  730. {
  731. "path": "voucherDetail/index",
  732. "name": "voucherDetail",
  733. "islogin": true,
  734. "style": {
  735. "navigationBarTitleText": "抵扣券详情",
  736. "navigationStyle": "custom"
  737. }
  738. },
  739. {
  740. "path": "webView/index",
  741. "name": "refueling-webview",
  742. "islogin": false,
  743. "style": {
  744. "navigationBarTitleText": ""
  745. }
  746. }
  747. ]
  748. },
  749. {
  750. "root": "subPack-attractions",
  751. "pages": [
  752. {
  753. "path": "attractionsDetail/attractionsDetail",
  754. "name": "attractions-detail",
  755. "islogin": true,
  756. "style": {
  757. "navigationBarTitleText": "",
  758. "navigationStyle": "custom"
  759. }
  760. },
  761. {
  762. "path": "attractionsOrderDetail/attractionsOrderDetail",
  763. "name": "attractions-order-detail",
  764. "islogin": false,
  765. "style": {
  766. "navigationBarTitleText": "订单详情",
  767. "navigationStyle": "custom"
  768. }
  769. },
  770. {
  771. "path": "attractionsOrderPay/attractionsOrderPay",
  772. "name": "attractions-order-pay",
  773. "islogin": false,
  774. "style": {
  775. "navigationBarTitleText": "订单支付"
  776. }
  777. },
  778. {
  779. "path": "attractionsReservation/attractionsReservation",
  780. "name": "attractions-reservation-info",
  781. "islogin": true,
  782. "style": {
  783. "navigationBarTitleText": "预定信息"
  784. }
  785. },
  786. {
  787. "path": "commonTab/index",
  788. "name": "attractions-tabbar",
  789. "islogin": false,
  790. "style": {
  791. "navigationBarTitleText": "",
  792. "navigationStyle": "custom"
  793. }
  794. }
  795. ]
  796. }
  797. ]
  798. }