pages.json 22 KB

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