pages.json 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637
  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": "goods/index",
  125. "name": "xsb-goods",
  126. "islogin": false,
  127. "style": {
  128. "navigationStyle": "custom",
  129. "navigationBarTitleText": "星闪豹商品详情"
  130. }
  131. },
  132. {
  133. "path": "order/index",
  134. "name": "xsb-order",
  135. "islogin": true,
  136. "style": {
  137. "navigationBarTitleText": "订单列表"
  138. }
  139. },
  140. {
  141. "path": "orderDetaile/index",
  142. "name": "xsb-orderDetaile",
  143. "islogin": true,
  144. "style": {
  145. "navigationBarTitleText": "订单详情",
  146. "navigationStyle": "custom"
  147. }
  148. },
  149. {
  150. "path": "search/index",
  151. "name": "xsb-search",
  152. "islogin": false,
  153. "style": {
  154. "navigationBarTitleText": "搜索"
  155. }
  156. },
  157. {
  158. "path": "selectAddress/index",
  159. "name": "xsb-selectAddress",
  160. "islogin": false,
  161. "style": {
  162. "navigationBarTitleText": "选择收获地址"
  163. }
  164. }
  165. ]
  166. },
  167. {
  168. "root": "subPack-common",
  169. "pages": [
  170. {
  171. "path": "addressList/index",
  172. "name": "common-addressList",
  173. "islogin": true,
  174. "style": {
  175. "navigationBarTitleText": "收获地址"
  176. }
  177. },
  178. {
  179. "path": "afterSales/index",
  180. "name": "common-afterSales",
  181. "islogin": true,
  182. "style": {
  183. "navigationBarTitleText": "申请售后"
  184. }
  185. },
  186. {
  187. "path": "afterSalesDetail/index",
  188. "name": "common-afterSalesDetail",
  189. "islogin": true,
  190. "style": {
  191. "navigationBarTitleText": "售后详情"
  192. }
  193. },
  194. {
  195. "path": "afterSalesList/index",
  196. "name": "common-afterSalesList",
  197. "islogin": true,
  198. "style": {
  199. "navigationBarTitleText": "售后列表"
  200. }
  201. },
  202. {
  203. "path": "editAddress/index",
  204. "name": "common-editAddress",
  205. "islogin": true,
  206. "style": {
  207. "navigationBarTitleText": "编辑新增收获地址",
  208. "navigationStyle": "custom"
  209. }
  210. },
  211. {
  212. "path": "integral/index",
  213. "name": "common-integral",
  214. "islogin": true,
  215. "style": {
  216. "navigationBarTitleText": "积分",
  217. "disableScroll": true
  218. }
  219. },
  220. {
  221. "path": "nickName/index",
  222. "name": "common-nickName",
  223. "islogin": true,
  224. "style": {
  225. "navigationBarTitleText": "修改昵称"
  226. }
  227. },
  228. {
  229. "path": "payError/index",
  230. "name": "common-payError",
  231. "islogin": true,
  232. "style": {
  233. "navigationBarTitleText": "支付失败",
  234. "navigationStyle": "custom",
  235. "disableScroll": true
  236. }
  237. },
  238. {
  239. "path": "paySuccess/index",
  240. "name": "common-paySuccess",
  241. "islogin": true,
  242. "style": {
  243. "navigationBarTitleText": "支付成功",
  244. "navigationStyle": "custom",
  245. "disableScroll": true
  246. }
  247. },
  248. {
  249. "path": "revalue/index",
  250. "name": "common-revalue",
  251. "islogin": true,
  252. "style": {
  253. "navigationBarTitleText": "写评价",
  254. "navigationStyle": "custom",
  255. "disableScroll": true
  256. }
  257. },
  258. {
  259. "path": "revalueSuccess/index",
  260. "name": "common-revalue-success",
  261. "islogin": true,
  262. "style": {
  263. "navigationBarTitleText": "评价成功",
  264. "navigationStyle": "custom",
  265. "disableScroll": true
  266. }
  267. },
  268. {
  269. "path": "user-center/index",
  270. "name": "common-user-center",
  271. "islogin": true,
  272. "style": {
  273. "navigationBarTitleText": "账户设置"
  274. }
  275. }
  276. ]
  277. },
  278. {
  279. "root": "subPack-smqjh",
  280. "pages": [
  281. {
  282. "path": "bannerDetaile/index",
  283. "name": "bannerDetaile",
  284. "islogin": false,
  285. "style": {
  286. "navigationBarTitleText": "详情"
  287. }
  288. },
  289. {
  290. "path": "order/index",
  291. "name": "smqjh-order",
  292. "islogin": true,
  293. "style": {
  294. "navigationBarTitleText": "订单列表"
  295. }
  296. }
  297. ]
  298. },
  299. {
  300. "root": "subPack-film",
  301. "pages": [
  302. {
  303. "path": "choose-film/index",
  304. "name": "film-choose-film",
  305. "islogin": false,
  306. "style": {
  307. "navigationStyle": "custom",
  308. "navigationBarTitleText": "我的订单",
  309. "backgroundColorBottom": "#fff"
  310. }
  311. },
  312. {
  313. "path": "choose-seat/index",
  314. "name": "film-choose-seat",
  315. "islogin": true,
  316. "style": {
  317. "navigationBarTitleText": "座次选择",
  318. "backgroundColorBottom": "#fff"
  319. }
  320. },
  321. {
  322. "path": "index/index",
  323. "name": "film-index",
  324. "islogin": false,
  325. "style": {
  326. "navigationBarTitleText": "电影演出",
  327. "backgroundColorBottom": "#fff"
  328. }
  329. },
  330. {
  331. "path": "movie/index",
  332. "name": "film-movie",
  333. "islogin": false,
  334. "style": {
  335. "navigationStyle": "custom",
  336. "navigationBarTitleText": "电影演出",
  337. "backgroundColorBottom": "#fff"
  338. }
  339. },
  340. {
  341. "path": "movie-detail/index",
  342. "name": "film-movie-detail",
  343. "islogin": false,
  344. "style": {
  345. "navigationStyle": "custom",
  346. "navigationBarTitleText": "电影详情",
  347. "backgroundColorBottom": "#fff"
  348. }
  349. },
  350. {
  351. "path": "movie-list/index",
  352. "name": "film-movieList",
  353. "islogin": false,
  354. "style": {
  355. "navigationBarTitleText": "电影演出",
  356. "backgroundColorBottom": "#fff"
  357. }
  358. },
  359. {
  360. "path": "order/index",
  361. "name": "film-order",
  362. "islogin": true,
  363. "style": {
  364. "navigationBarTitleText": "我的订单",
  365. "backgroundColorBottom": "#fff"
  366. }
  367. },
  368. {
  369. "path": "order-detail/index",
  370. "name": "film-order-detail",
  371. "islogin": false,
  372. "style": {
  373. "navigationBarTitleText": "订单详情",
  374. "backgroundColorBottom": "#fff"
  375. }
  376. },
  377. {
  378. "path": "select-time/index",
  379. "name": "film-select-time",
  380. "islogin": false,
  381. "style": {
  382. "navigationBarTitleText": "",
  383. "backgroundColorBottom": "#fff"
  384. }
  385. },
  386. {
  387. "path": "submit-order/index",
  388. "name": "film-submit-order",
  389. "islogin": false,
  390. "style": {
  391. "navigationBarTitleText": "确认订单",
  392. "backgroundColorBottom": "#fff"
  393. }
  394. }
  395. ]
  396. },
  397. {
  398. "root": "subPack-charge",
  399. "pages": [
  400. {
  401. "path": "chargeBuyaTicketList/chargeBuyaTicketList",
  402. "name": "charge-buy-a-ticket-list",
  403. "islogin": false,
  404. "style": {
  405. "navigationBarTitleText": "购券记录"
  406. }
  407. },
  408. {
  409. "path": "chargeDetail/chargeDetail",
  410. "name": "charge-detail",
  411. "islogin": false,
  412. "style": {
  413. "navigationBarTitleText": "充电详情",
  414. "navigationStyle": "custom"
  415. }
  416. },
  417. {
  418. "path": "chargeing/chargeing",
  419. "name": "chargeing",
  420. "islogin": true,
  421. "style": {
  422. "navigationBarTitleText": "正在充电",
  423. "navigationStyle": "custom"
  424. }
  425. },
  426. {
  427. "path": "chargeMap/chargeMap",
  428. "name": "charge-map",
  429. "islogin": false,
  430. "style": {
  431. "navigationBarTitleText": "地图模式",
  432. "navigationStyle": "custom"
  433. }
  434. },
  435. {
  436. "path": "chargeOrderDetail/chargeOrderDetail",
  437. "name": "charge-order-detail",
  438. "islogin": true,
  439. "style": {
  440. "navigationBarTitleText": "订单详情",
  441. "navigationStyle": "custom"
  442. }
  443. },
  444. {
  445. "path": "chargeOrderList/chargeOrderList",
  446. "name": "charge-order-list",
  447. "islogin": true,
  448. "style": {
  449. "navigationBarTitleText": "充电订单",
  450. "navigationStyle": "custom"
  451. }
  452. },
  453. {
  454. "path": "chargeSearchList/chargeSearchList",
  455. "name": "cahrge-search-list",
  456. "islogin": false,
  457. "style": {
  458. "navigationBarTitleText": "搜索列表",
  459. "navigationStyle": "custom"
  460. }
  461. },
  462. {
  463. "path": "chargeSiteDetail/chargeSiteDetail",
  464. "name": "charge-site-detail",
  465. "islogin": true,
  466. "style": {
  467. "navigationBarTitleText": "站点详情",
  468. "navigationStyle": "custom"
  469. }
  470. },
  471. {
  472. "path": "chargeStart/chargeStart",
  473. "name": "charge-start",
  474. "islogin": true,
  475. "style": {
  476. "navigationBarTitleText": "启动终端",
  477. "navigationStyle": "custom"
  478. }
  479. },
  480. {
  481. "path": "chargeVoucher/chargeVoucher",
  482. "name": "charge-voucher",
  483. "islogin": true,
  484. "style": {
  485. "navigationBarTitleText": "",
  486. "navigationStyle": "custom"
  487. }
  488. },
  489. {
  490. "path": "index/index",
  491. "name": "charge-index",
  492. "islogin": false,
  493. "style": {
  494. "navigationStyle": "custom",
  495. "navigationBarTitleText": "",
  496. "backgroundColorBottom": "#fff"
  497. }
  498. }
  499. ]
  500. },
  501. {
  502. "root": "subPack-videoRights",
  503. "pages": [
  504. {
  505. "path": "commonTab/index",
  506. "name": "video-rights-tabbar",
  507. "islogin": true,
  508. "style": {
  509. "navigationBarTitleText": "",
  510. "navigationStyle": "custom"
  511. }
  512. },
  513. {
  514. "path": "videoRightsDetail/videoRightsDetail",
  515. "name": "video-rights-detail",
  516. "islogin": true,
  517. "style": {
  518. "navigationBarTitleText": "详情"
  519. }
  520. },
  521. {
  522. "path": "videoRightsOrderInfo/videoRightsOrderInfo",
  523. "name": "video-rights-order-info",
  524. "islogin": true,
  525. "style": {
  526. "navigationBarTitleText": "订单确认",
  527. "navigationStyle": "custom"
  528. }
  529. },
  530. {
  531. "path": "videoRightsSubmitOrder/videoRightsSubmitOrder",
  532. "name": "video-rights-submit-order",
  533. "islogin": true,
  534. "style": {
  535. "navigationBarTitleText": "订单确认"
  536. }
  537. }
  538. ]
  539. },
  540. {
  541. "root": "subPack-djk",
  542. "pages": [
  543. {
  544. "path": "afterSales/index",
  545. "name": "djk-afterSales",
  546. "islogin": true,
  547. "style": {
  548. "navigationBarTitleText": "申请退款"
  549. }
  550. },
  551. {
  552. "path": "commonTab/index",
  553. "name": "djk-homeTabbar",
  554. "islogin": false,
  555. "style": {
  556. "navigationStyle": "custom",
  557. "navigationBarTitleText": "大健康首页",
  558. "backgroundColorBottom": "#fff",
  559. "disableScroll": true
  560. }
  561. },
  562. {
  563. "path": "confirmOrder/index",
  564. "name": "djk-confirmOrder",
  565. "islogin": true,
  566. "style": {
  567. "navigationBarTitleText": "提交订单"
  568. }
  569. },
  570. {
  571. "path": "goodsinfo/index",
  572. "name": "djk-goods",
  573. "islogin": false,
  574. "style": {
  575. "navigationStyle": "custom",
  576. "navigationBarTitleText": "大健康商品详情"
  577. }
  578. },
  579. {
  580. "path": "orderDetaile/index",
  581. "name": "djk-orderDetaile",
  582. "islogin": true,
  583. "style": {
  584. "navigationBarTitleText": "订单详情",
  585. "navigationStyle": "custom"
  586. }
  587. },
  588. {
  589. "path": "shopinfo/index",
  590. "name": "djk-shopinfo",
  591. "islogin": false,
  592. "style": {
  593. "navigationBarTitleText": "商家主页"
  594. }
  595. },
  596. {
  597. "path": "welfare/index",
  598. "name": "djk-welfare",
  599. "islogin": false,
  600. "style": {
  601. "navigationBarTitleText": "活动详情"
  602. }
  603. }
  604. ]
  605. },
  606. {
  607. "root": "subPack-refueling",
  608. "pages": [
  609. {
  610. "path": "commonTab/index",
  611. "name": "refueling-tabbar",
  612. "islogin": false,
  613. "style": {
  614. "navigationBarTitleText": "加油"
  615. }
  616. },
  617. {
  618. "path": "orderDetaile/index",
  619. "name": "refueling-orderDetail",
  620. "islogin": true,
  621. "style": {
  622. "navigationBarTitleText": "订单详情",
  623. "navigationStyle": "custom"
  624. }
  625. },
  626. {
  627. "path": "webView/index",
  628. "name": "refueling-webview",
  629. "islogin": false,
  630. "style": {
  631. "navigationBarTitleText": ""
  632. }
  633. }
  634. ]
  635. }
  636. ]
  637. }