pages.json 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页"
  7. }
  8. },
  9. {
  10. "path": "pages/rules/index",
  11. "style": {
  12. "navigationBarTitleText": "规则"
  13. }
  14. }
  15. ],
  16. "globalStyle": {
  17. "navigationBarTextStyle": "black",
  18. "navigationBarTitleText": "",
  19. "navigationBarBackgroundColor": "#F8F8F8",
  20. "backgroundColor": "#F8F8F8"
  21. },
  22. "navigateToMiniProgramAppIdList": [
  23. "wx3efb95b9c5579418"
  24. ],
  25. "subPackages": [
  26. {
  27. "root": "pages/foot",
  28. "pages": [
  29. {
  30. "path": "index/index",
  31. "style": {
  32. "navigationBarTitleText": ""
  33. }
  34. },
  35. {
  36. "path": "summary/summary",
  37. "style": {
  38. "navigationBarTitleText": ""
  39. }
  40. }
  41. ]
  42. },
  43. {
  44. "root": "pages/coupon",
  45. "pages": [
  46. {
  47. "path": "list/list",
  48. "style": {
  49. "navigationBarTitleText": ""
  50. }
  51. },
  52. {
  53. "path": "details/details",
  54. "style": {
  55. "navigationBarTitleText": ""
  56. }
  57. },
  58. {
  59. "path": "details/details-no-share",
  60. "style": {
  61. "navigationBarTitleText": ""
  62. }
  63. },
  64. {
  65. "path": "give/give",
  66. "style": {
  67. "navigationBarTitleText": "优惠券中心"
  68. }
  69. },
  70. {
  71. "path": "index/index",
  72. "style": {
  73. "navigationBarTitleText": ""
  74. }
  75. }
  76. ]
  77. },
  78. {
  79. "root": "pages/cats",
  80. "pages": [
  81. {
  82. "path": "cats",
  83. "style": {
  84. "navigationBarTitleText": "分类"
  85. }
  86. }
  87. ]
  88. },
  89. {
  90. "root": "pages/card",
  91. "pages": [
  92. {
  93. "path": "index/index",
  94. "style": {
  95. "navigationBarTitleText": ""
  96. }
  97. },
  98. {
  99. "path": "details/details",
  100. "style": {
  101. "navigationBarTitleText": "卡券详情"
  102. }
  103. },
  104. {
  105. "path": "details/details-no-share",
  106. "style": {
  107. "navigationBarTitleText": "卡券详情"
  108. }
  109. },
  110. {
  111. "path": "clerk/clerk",
  112. "style": {
  113. "navigationBarTitleText": "核销卡券"
  114. }
  115. },
  116. {
  117. "path": "give/give",
  118. "style": {
  119. "navigationBarTitleText": ""
  120. }
  121. }
  122. ]
  123. },
  124. {
  125. "root": "pages/balance",
  126. "pages": [
  127. {
  128. "path": "recharge",
  129. "style": {
  130. "navigationBarTitleText": ""
  131. }
  132. },
  133. {
  134. "path": "balance",
  135. "style": {
  136. "navigationBarTitleText": "余额记录"
  137. }
  138. },
  139. {
  140. "path": "detail",
  141. "style": {
  142. "navigationBarTitleText": "交易详情"
  143. }
  144. }
  145. ]
  146. },
  147. {
  148. "root": "pages/topic",
  149. "pages": [
  150. {
  151. "path": "list",
  152. "style": {
  153. "navigationBarTitleText": "专题列表"
  154. }
  155. },
  156. {
  157. "path": "topic",
  158. "style": {
  159. "navigationBarTitleText": "专题详情"
  160. }
  161. }
  162. ]
  163. },
  164. {
  165. "root": "pages/goods",
  166. "pages": [
  167. {
  168. "path": "list",
  169. "style": {
  170. "navigationBarTitleText": "商品列表",
  171. "onReachBottomDistance": 80
  172. }
  173. },
  174. {
  175. "path": "goods",
  176. "style": {
  177. "navigationBarTitleText": "商品详情"
  178. }
  179. },
  180. {
  181. "path": "video",
  182. "style": {
  183. "navigationBarTitleText": "商品",
  184. "disableScroll": true,
  185. "app-plus": {
  186. "bounce": "none"
  187. }
  188. }
  189. }
  190. ]
  191. },
  192. {
  193. "root": "pages/member",
  194. "pages": [
  195. {
  196. "path": "index/index"
  197. },
  198. {
  199. "path": "upgrade/upgrade",
  200. "style": {
  201. "navigationBarTitleText": "升级会员"
  202. }
  203. },
  204. {
  205. "path": "detail/detail",
  206. "style": {
  207. "navigationBarTitleText": "会员特权说明"
  208. }
  209. }
  210. ]
  211. },
  212. {
  213. "root": "pages/user-center",
  214. "pages": [
  215. {
  216. "path": "user-center",
  217. "style": {
  218. "navigationBarTitleText": "用户中心"
  219. }
  220. },
  221. {
  222. "path": "integral-detail/integral-detail",
  223. "style": {
  224. "navigationBarTitleText": ""
  225. }
  226. }
  227. ]
  228. },
  229. {
  230. "root": "pages/address",
  231. "pages": [
  232. {
  233. "path": "address",
  234. "style": {
  235. "navigationBarTitleText": "收货地址"
  236. }
  237. },
  238. {
  239. "path": "address-edit",
  240. "style": {
  241. "navigationBarTitleText": "编辑地址"
  242. }
  243. }
  244. ]
  245. },
  246. {
  247. "root": "pages/share",
  248. "pages": [
  249. {
  250. "path": "index/index",
  251. "style": {
  252. "navigationBarTitleText": ""
  253. }
  254. },
  255. {
  256. "path": "add/add",
  257. "style": {
  258. "navigationBarTitleText": "分销商申请"
  259. }
  260. },
  261. {
  262. "path": "cash/cash",
  263. "style": {
  264. "navigationBarTitleText": "申请提现"
  265. }
  266. },
  267. {
  268. "path": "money/money",
  269. "style": {
  270. "navigationBarTitleText": "分销佣金"
  271. }
  272. },
  273. {
  274. "path": "order/order",
  275. "style": {
  276. "navigationBarTitleText": "分销订单"
  277. }
  278. },
  279. {
  280. "path": "cash-detail/cash-detail",
  281. "style": {
  282. "navigationBarTitleText": "提现明细"
  283. }
  284. },
  285. {
  286. "path": "team/team",
  287. "style": {
  288. "navigationBarTitleText": "我的团队"
  289. }
  290. },
  291. {
  292. "path": "qrcode/qrcode",
  293. "style": {
  294. "navigationBarTitleText": "推广二维码"
  295. }
  296. },
  297. {
  298. "path": "level/level",
  299. "style": {
  300. "navigationBarTitleText": "升级条件"
  301. }
  302. }
  303. ]
  304. },
  305. {
  306. "root": "pages/order-submit",
  307. "pages": [
  308. {
  309. "path": "order-submit",
  310. "style": {
  311. "navigationBarTitleText": "结算"
  312. }
  313. },
  314. {
  315. "path": "address-pick",
  316. "style": {
  317. "navigationBarTitleText": "选择地址"
  318. }
  319. },
  320. {
  321. "path": "store-pick",
  322. "style": {
  323. "navigationBarTitleText": "选择门店"
  324. }
  325. },
  326. {
  327. "path": "pay-result",
  328. "style": {
  329. "navigationBarTitleText": "提交完成"
  330. }
  331. },
  332. {
  333. "path": "map",
  334. "style": {
  335. "navigationBarTitleText": "配送范围"
  336. }
  337. },
  338. {
  339. "path": "vip-card",
  340. "style": {
  341. "navigationBarTitleText": "结算"
  342. }
  343. }
  344. ]
  345. },
  346. {
  347. "root": "pages/poster",
  348. "pages": [
  349. {
  350. "path": "goods",
  351. "style": {
  352. "navigationBarTitleText": "生成商品海报"
  353. }
  354. },
  355. {
  356. "path": "poster",
  357. "style": {
  358. "navigationBarTitleText": "海报"
  359. }
  360. }
  361. ]
  362. },
  363. {
  364. "root": "plugins/pond",
  365. "pages": [
  366. {
  367. "path": "index/index",
  368. "style": {
  369. "navigationBarTitleText": "九宫格抽奖"
  370. }
  371. },
  372. {
  373. "path": "prize/prize",
  374. "style": {
  375. "navigationBarTitleText": "中奖记录"
  376. }
  377. }
  378. ]
  379. },
  380. {
  381. "root": "plugins/scratch",
  382. "pages": [
  383. {
  384. "path": "index/index",
  385. "style": {
  386. "navigationBarTitleText": "刮刮卡"
  387. }
  388. },
  389. {
  390. "path": "prize/prize",
  391. "style": {
  392. "navigationBarTitleText": "中奖记录"
  393. }
  394. }
  395. ]
  396. },
  397. {
  398. "root": "plugins/bonus",
  399. "pages": [
  400. {
  401. "path": "index/index",
  402. "style": {
  403. "navigationBarTitleText": "团队分红"
  404. }
  405. },
  406. {
  407. "path": "about/about",
  408. "style": {
  409. "navigationBarTitleText": "说明"
  410. }
  411. },
  412. {
  413. "path": "cash/cash",
  414. "style": {
  415. "navigationBarTitleText": "申请提现"
  416. }
  417. },
  418. {
  419. "path": "cash-detail/cash-detail",
  420. "style": {
  421. "navigationBarTitleText": "提现明细"
  422. }
  423. },
  424. {
  425. "path": "order/order",
  426. "style": {
  427. "navigationBarTitleText": "分红订单"
  428. }
  429. },
  430. {
  431. "path": "memeber/memeber",
  432. "style": {
  433. "navigationBarTitleText": "队员"
  434. }
  435. },
  436. {
  437. "path": "statics/statics",
  438. "style": {
  439. "navigationBarTitleText": "分红统计"
  440. }
  441. }
  442. ]
  443. },
  444. {
  445. "root": "plugins/region",
  446. "pages": [
  447. {
  448. "path": "index/index",
  449. "style": {
  450. "navigationBarTitleText": "区域代理"
  451. }
  452. },
  453. {
  454. "path": "update/update",
  455. "style": {
  456. "navigationBarTitleText": "区域代理"
  457. }
  458. },
  459. {
  460. "path": "cash/cash",
  461. "style": {
  462. "navigationBarTitleText": "申请提现"
  463. }
  464. },
  465. {
  466. "path": "bonus/bonus",
  467. "style": {
  468. "navigationBarTitleText": "代理分红"
  469. }
  470. },
  471. {
  472. "path": "cash-detail/cash-detail",
  473. "style": {
  474. "navigationBarTitleText": "提现明细"
  475. }
  476. },
  477. {
  478. "path": "about/about",
  479. "style": {
  480. "navigationBarTitleText": "代理升级说明"
  481. }
  482. }
  483. ]
  484. },
  485. {
  486. "root": "plugins/stock",
  487. "pages": [
  488. {
  489. "path": "index/index",
  490. "style": {
  491. "navigationBarTitleText": "股东分红"
  492. }
  493. },
  494. {
  495. "path": "update/update",
  496. "style": {
  497. "navigationBarTitleText": "股东升级"
  498. }
  499. },
  500. {
  501. "path": "cash/cash",
  502. "style": {
  503. "navigationBarTitleText": "申请提现"
  504. }
  505. },
  506. {
  507. "path": "bonus/bonus",
  508. "style": {
  509. "navigationBarTitleText": "股东分红"
  510. }
  511. },
  512. {
  513. "path": "cash-detail/cash-detail",
  514. "style": {
  515. "navigationBarTitleText": "提现明细"
  516. }
  517. },
  518. {
  519. "path": "balance/balance",
  520. "style": {
  521. "navigationBarTitleText": "结算明细"
  522. }
  523. }
  524. ]
  525. },
  526. {
  527. "root": "plugins/lottery",
  528. "pages": [
  529. {
  530. "path": "index/index"
  531. },
  532. {
  533. "path": "detail/detail",
  534. "style": {
  535. "navigationBarTitleText": "详情"
  536. }
  537. },
  538. {
  539. "path": "goods/goods",
  540. "style": {
  541. "navigationBarTitleText": "商品详情"
  542. }
  543. },
  544. {
  545. "path": "lucky-code/lucky-code",
  546. "style": {
  547. "navigationBarTitleText": "幸运码"
  548. }
  549. },
  550. {
  551. "path": "prize/prize"
  552. },
  553. {
  554. "path": "qrcode/qrcode",
  555. "style": {
  556. "navigationBarTitleText": "客服"
  557. }
  558. }
  559. ]
  560. },
  561. {
  562. "root": "plugins/check_in",
  563. "pages": [
  564. {
  565. "path": "index/index"
  566. }
  567. ]
  568. },
  569. {
  570. "root": "plugins/step",
  571. "pages": [
  572. {
  573. "path": "index/index"
  574. },
  575. {
  576. "path": "dare/dare",
  577. "style": {
  578. "navigationBarTitleText": "步数挑战"
  579. }
  580. },
  581. {
  582. "path": "join/join",
  583. "style": {
  584. "navigationBarTitleText": "报名"
  585. }
  586. },
  587. {
  588. "path": "log/log",
  589. "style": {
  590. "navigationBarTitleText": "战绩"
  591. }
  592. },
  593. {
  594. "path": "share/share",
  595. "style": {
  596. "navigationBarTitleText": "分享海报"
  597. }
  598. },
  599. {
  600. "path": "detail/detail",
  601. "style": {
  602. "navigationBarTitleText": "账户明细"
  603. }
  604. },
  605. {
  606. "path": "friend/friend",
  607. "style": {
  608. "navigationBarTitleText": "好友助力列表"
  609. }
  610. },
  611. {
  612. "path": "top/top",
  613. "style": {
  614. "navigationBarTitleText": "排行榜"
  615. }
  616. },
  617. {
  618. "path": "goods/goods",
  619. "style": {
  620. "navigationBarTitleText": "商品详情"
  621. }
  622. }
  623. ]
  624. },
  625. {
  626. "root": "plugins/fxhb",
  627. "pages": [
  628. {
  629. "path": "detail/detail",
  630. "style": {
  631. "navigationBarTitleText": "拆红包"
  632. }
  633. }
  634. ]
  635. },
  636. {
  637. "root": "plugins/scan_code",
  638. "pages": [
  639. {
  640. "path": "index/index",
  641. "style": {
  642. "navigationBarTitleText": "当面付"
  643. }
  644. },
  645. {
  646. "path": "index/coupon",
  647. "style": {
  648. "navigationBarTitleText": "选择优惠券"
  649. }
  650. }
  651. ]
  652. },
  653. {
  654. "root": "plugins/bargain",
  655. "pages": [
  656. {
  657. "path": "index/index",
  658. "style": {
  659. "navigationBarTitleText": "砍价"
  660. }
  661. },
  662. {
  663. "path": "goods/goods",
  664. "style": {
  665. "navigationBarTitleText": "商品详情"
  666. }
  667. },
  668. {
  669. "path": "order-list/order-list",
  670. "style": {
  671. "navigationBarTitleText": "我的砍价"
  672. }
  673. },
  674. {
  675. "path": "activity/activity",
  676. "style": {
  677. "navigationBarTitleText": "砍价"
  678. }
  679. }
  680. ]
  681. },
  682. {
  683. "root": "plugins/integral_mall",
  684. "pages": [
  685. {
  686. "path": "index/index"
  687. },
  688. {
  689. "path": "goods/goods",
  690. "style": {
  691. "navigationBarTitleText": "商品详情"
  692. }
  693. },
  694. {
  695. "path": "coupon/coupon",
  696. "style": {
  697. "navigationBarTitleText": "兑换优惠券"
  698. }
  699. },
  700. {
  701. "path": "exchange/exchange",
  702. "style": {
  703. "navigationBarTitleText": "我的兑换"
  704. }
  705. }
  706. ]
  707. },
  708. {
  709. "root": "plugins/clerk",
  710. "pages": [
  711. {
  712. "path": "index/index"
  713. },
  714. {
  715. "path": "statics/statics",
  716. "style": {
  717. "navigationBarTitleText": "核销统计"
  718. }
  719. },
  720. {
  721. "path": "order/order",
  722. "style": {
  723. "navigationBarTitleText": "核销订单"
  724. }
  725. },
  726. {
  727. "path": "detail/detail"
  728. }
  729. ]
  730. },
  731. {
  732. "root": "pages/app_admin",
  733. "pages": [
  734. {
  735. "path": "index/index"
  736. },
  737. {
  738. "path": "order-message/order-message",
  739. "style": {
  740. "navigationBarTitleText": "订单消息"
  741. }
  742. },
  743. {
  744. "path": "order/order",
  745. "style": {
  746. "navigationBarTitleText": "订单管理"
  747. }
  748. },
  749. {
  750. "path": "change-add/change-add",
  751. "style": {
  752. "navigationBarTitleText": "修改地址"
  753. }
  754. },
  755. {
  756. "path": "express/express",
  757. "style": {
  758. "navigationBarTitleText": "快递信息"
  759. }
  760. },
  761. {
  762. "path": "send/send",
  763. "style": {
  764. "navigationBarTitleText": "物流信息"
  765. }
  766. },
  767. {
  768. "path": "order-detail/order-detail",
  769. "style": {
  770. "navigationBarTitleText": "订单详情"
  771. }
  772. },
  773. {
  774. "path": "user/user",
  775. "style": {
  776. "navigationBarTitleText": "用户管理"
  777. }
  778. },
  779. {
  780. "path": "goods/goods",
  781. "style": {
  782. "navigationBarTitleText": "商品管理"
  783. }
  784. },
  785. {
  786. "path": "add-goods/add-goods",
  787. "style": {
  788. "navigationBarTitleText": "添加商品"
  789. }
  790. },
  791. {
  792. "path": "goods-attr/goods-attr",
  793. "style": {
  794. "navigationBarTitleText": "商品规格"
  795. }
  796. },
  797. {
  798. "path": "goods-attr-edit/goods-attr-edit",
  799. "style": {
  800. "navigationBarTitleText": "规格值编辑"
  801. }
  802. },
  803. {
  804. "path": "goods-attr-info/goods-attr-info",
  805. "style": {
  806. "navigationBarTitleText": "规格明细"
  807. }
  808. },
  809. {
  810. "path": "goods-detail/goods-detail",
  811. "style": {
  812. "navigationBarTitleText": "商品图文描述"
  813. }
  814. },
  815. {
  816. "path": "goods-card/goods-card",
  817. "style": {
  818. "navigationBarTitleText": "卡券"
  819. }
  820. },
  821. {
  822. "path": "goods-cat/goods-cat",
  823. "style": {
  824. "navigationBarTitleText": "编辑商品分类"
  825. }
  826. },
  827. {
  828. "path": "comment-detail/comment-detail",
  829. "style": {
  830. "navigationBarTitleText": "评论详情"
  831. }
  832. },
  833. {
  834. "path": "comment/comment",
  835. "style": {
  836. "navigationBarTitleText": "评论管理"
  837. }
  838. },
  839. {
  840. "path": "setting/setting",
  841. "style": {
  842. "navigationBarTitleText": "商城设置"
  843. }
  844. },
  845. {
  846. "path": "cash/cash",
  847. "style": {
  848. "navigationBarTitleText": "提现申请"
  849. }
  850. },
  851. {
  852. "path": "review-message/review-message",
  853. "style": {
  854. "navigationBarTitleText": "审核消息"
  855. }
  856. },
  857. {
  858. "path": "mch-detail/mch-detail",
  859. "style": {
  860. "navigationBarTitleText": "详情"
  861. }
  862. },
  863. {
  864. "path": "payment-code/payment-code",
  865. "style": {
  866. "navigationBarTitleText": "收款码"
  867. }
  868. },
  869. {
  870. "path": "region-detail/region-detail",
  871. "style": {
  872. "navigationBarTitleText": "代理申请详情"
  873. }
  874. },
  875. {
  876. "path": "community-detail/community-detail",
  877. "style": {
  878. "navigationBarTitleText": "团长申请详情"
  879. }
  880. },
  881. {
  882. "path": "open-time/open-time",
  883. "style": {
  884. "navigationBarTitleText": "设置时间段"
  885. }
  886. }
  887. ]
  888. },
  889. {
  890. "root": "plugins/mch",
  891. "pages": [
  892. {
  893. "path": "apply/apply"
  894. },
  895. {
  896. "path": "cat/cat",
  897. "style": {
  898. "navigationBarTitleText": "店铺分类"
  899. }
  900. },
  901. {
  902. "path": "goods/goods",
  903. "style": {
  904. "navigationBarTitleText": "商品详情"
  905. }
  906. },
  907. {
  908. "path": "list/list",
  909. "style": {
  910. "navigationBarTitleText": "好店推荐"
  911. }
  912. },
  913. {
  914. "path": "shop/shop"
  915. },
  916. {
  917. "path": "summary/summary",
  918. "style": {
  919. "navigationBarTitleText": "店铺简介"
  920. }
  921. },
  922. {
  923. "path": "mch/login/login",
  924. "style": {
  925. "navigationBarTitleText": "商家登录"
  926. }
  927. },
  928. {
  929. "path": "mch/myshop/myshop"
  930. },
  931. {
  932. "path": "mch/account/account",
  933. "style": {
  934. "navigationBarTitleText": "资产"
  935. }
  936. },
  937. {
  938. "path": "mch/account-log/account-log",
  939. "style": {
  940. "navigationBarTitleText": "交易记录"
  941. }
  942. },
  943. {
  944. "path": "mch/settle-detail/settle-detail"
  945. },
  946. {
  947. "path": "mch/cash-log/cash-log",
  948. "style": {
  949. "navigationBarTitleText": "提现记录"
  950. }
  951. },
  952. {
  953. "path": "mch/cash/cash",
  954. "style": {
  955. "navigationBarTitleText": "提现申请"
  956. }
  957. },
  958. {
  959. "path": "mch/count/count",
  960. "style": {
  961. "navigationBarTitleText": "数据统计"
  962. }
  963. },
  964. {
  965. "path": "mch/config/config",
  966. "style": {
  967. "navigationBarTitleText": "店铺管理"
  968. }
  969. },
  970. {
  971. "path": "mch/password/password",
  972. "style": {
  973. "navigationBarTitleText": "修改密码"
  974. }
  975. },
  976. {
  977. "path": "mch/web-login/web-login",
  978. "style": {
  979. "navigationBarTitleText": "登录网页端"
  980. }
  981. },
  982. {
  983. "path": "mch/qrcode/qrcode",
  984. "style": {
  985. "navigationBarTitleText": "店铺二维码"
  986. }
  987. },
  988. {
  989. "path": "mch/goods/goods",
  990. "style": {
  991. "navigationBarTitleText": "商品管理"
  992. }
  993. },
  994. {
  995. "path": "mch/add-goods/add-goods",
  996. "style": {
  997. "navigationBarTitleText": "添加商品"
  998. }
  999. },
  1000. {
  1001. "path": "mch/goods-detail/goods-detail",
  1002. "style": {
  1003. "navigationBarTitleText": "商品详情图"
  1004. }
  1005. },
  1006. {
  1007. "path": "mch/order/order",
  1008. "style": {
  1009. "navigationBarTitleText": "订单管理"
  1010. }
  1011. },
  1012. {
  1013. "path": "mch/order-detail/order-detail",
  1014. "style": {
  1015. "navigationBarTitleText": "订单详情"
  1016. }
  1017. },
  1018. {
  1019. "path": "mch/send/send",
  1020. "style": {
  1021. "navigationBarTitleText": "发货"
  1022. }
  1023. },
  1024. {
  1025. "path": "mch/express/express",
  1026. "style": {
  1027. "navigationBarTitleText": "快递信息"
  1028. }
  1029. },
  1030. {
  1031. "path": "mch/change-add/change-add",
  1032. "style": {
  1033. "navigationBarTitleText": "修改地址"
  1034. }
  1035. },
  1036. {
  1037. "path": "mch/goods-cat/goods-cat",
  1038. "style": {
  1039. "navigationBarTitleText": "商品分类"
  1040. }
  1041. },
  1042. {
  1043. "path": "mch/goods-attr/goods-attr",
  1044. "style": {
  1045. "navigationBarTitleText": "商品规格"
  1046. }
  1047. },
  1048. {
  1049. "path": "mch/goods-attr-edit/goods-attr-edit",
  1050. "style": {
  1051. "navigationBarTitleText": "规格值编辑"
  1052. }
  1053. },
  1054. {
  1055. "path": "mch/goods-attr-info/goods-attr-info",
  1056. "style": {
  1057. "navigationBarTitleText": "规格明细"
  1058. }
  1059. },
  1060. {
  1061. "path": "mch/open-time/open-time",
  1062. "style": {
  1063. "navigationBarTitleText": "设置时间段"
  1064. }
  1065. }
  1066. ]
  1067. },
  1068. {
  1069. "root": "plugins/pt",
  1070. "pages": [
  1071. {
  1072. "path": "index/index",
  1073. "style": {
  1074. "navigationBarTitleText": "拼团首页"
  1075. }
  1076. },
  1077. {
  1078. "path": "order/order",
  1079. "style": {
  1080. "navigationBarTitleText": "我的拼团"
  1081. }
  1082. },
  1083. {
  1084. "path": "detail/detail",
  1085. "style": {
  1086. "navigationBarTitleText": "拼团详情"
  1087. }
  1088. },
  1089. {
  1090. "path": "goods/goods",
  1091. "style": {
  1092. "navigationBarTitleText": "商品详情",
  1093. "enablePullDownRefresh": true
  1094. }
  1095. }
  1096. ]
  1097. },
  1098. {
  1099. "root": "plugins/book",
  1100. "pages": [
  1101. {
  1102. "path": "index/index",
  1103. "style": {
  1104. "navigationBarTitleText": "预约首页"
  1105. }
  1106. },
  1107. {
  1108. "path": "goods/goods",
  1109. "style": {
  1110. "navigationBarTitleText": "商品详情"
  1111. }
  1112. },
  1113. {
  1114. "path": "orderDetails/orderDetails",
  1115. "style": {
  1116. "navigationBarTitleText": "订单详情"
  1117. }
  1118. },
  1119. {
  1120. "path": "order/order",
  1121. "style": {
  1122. "navigationBarTitleText": "订单列表"
  1123. }
  1124. },
  1125. {
  1126. "path": "reservationList/reservationList",
  1127. "style": {
  1128. "navigationBarTitleText": "我的预约"
  1129. }
  1130. }
  1131. ]
  1132. },
  1133. {
  1134. "root": "plugins/miaosha",
  1135. "pages": [
  1136. {
  1137. "path": "goods/goods",
  1138. "style": {
  1139. "navigationBarTitleText": "秒杀详情"
  1140. }
  1141. },
  1142. {
  1143. "path": "advance/advance",
  1144. "style": {
  1145. "navigationBarTitleText": "秒杀首页",
  1146. "disableScroll": true
  1147. }
  1148. }
  1149. ]
  1150. },
  1151. {
  1152. "root": "plugins/vip_card",
  1153. "pages": [
  1154. {
  1155. "path": "index/index"
  1156. },
  1157. {
  1158. "path": "buy/buy",
  1159. "style": {
  1160. "navigationBarTitleText": "购买超级会员卡"
  1161. }
  1162. },
  1163. {
  1164. "path": "rights/rights",
  1165. "style": {
  1166. "navigationBarTitleText": "超级会员卡权益"
  1167. }
  1168. }
  1169. ]
  1170. },
  1171. {
  1172. "root": "pages/order",
  1173. "pages": [
  1174. {
  1175. "path": "index/index",
  1176. "style": {
  1177. "navigationBarTitleText": "我的订单"
  1178. }
  1179. },
  1180. {
  1181. "path": "search/search",
  1182. "style": {
  1183. "navigationBarTitleText": "订单搜索"
  1184. }
  1185. },
  1186. {
  1187. "path": "order-detail/order-detail",
  1188. "style": {
  1189. "navigationBarTitleText": "订单详情"
  1190. }
  1191. },
  1192. {
  1193. "path": "express-detail/express-detail",
  1194. "style": {
  1195. "navigationBarTitleText": "物流详情"
  1196. }
  1197. },
  1198. {
  1199. "path": "refund/refund"
  1200. },
  1201. {
  1202. "path": "refund/select-refund-type",
  1203. "style": {
  1204. "navigationBarTitleText": "选择售后类型"
  1205. }
  1206. },
  1207. {
  1208. "path": "refund/order-refund"
  1209. },
  1210. {
  1211. "path": "refund/index",
  1212. "style": {
  1213. "navigationBarTitleText": "售后列表"
  1214. }
  1215. },
  1216. {
  1217. "path": "refund-detail/refund-detail",
  1218. "style": {
  1219. "navigationBarTitleText": "订单售后"
  1220. }
  1221. },
  1222. {
  1223. "path": "clerk/clerk",
  1224. "style": {
  1225. "navigationBarTitleText": "订单核销"
  1226. }
  1227. },
  1228. {
  1229. "path": "appraise/appraise",
  1230. "style": {
  1231. "navigationBarTitleText": "订单评价"
  1232. }
  1233. },
  1234. {
  1235. "path": "appraise-finish/index",
  1236. "style": {
  1237. "navigationBarTitleText": "评价完成"
  1238. }
  1239. },
  1240. {
  1241. "path": "express-list/express-list",
  1242. "style": {
  1243. "navigationBarTitleText": "物流列表"
  1244. }
  1245. },
  1246. {
  1247. "path": "city-map/city-map",
  1248. "style": {
  1249. "navigationBarTitleText": "查看位置"
  1250. }
  1251. }
  1252. ]
  1253. },
  1254. {
  1255. "root": "plugins/advance",
  1256. "pages": [
  1257. {
  1258. "path": "index/index",
  1259. "style": {
  1260. "navigationBarTitleText": "预售首页"
  1261. }
  1262. },
  1263. {
  1264. "path": "detail/detail",
  1265. "style": {
  1266. "navigationBarTitleText": "预售详情"
  1267. }
  1268. },
  1269. {
  1270. "path": "order/order",
  1271. "style": {
  1272. "navigationBarTitleText": "预售订单"
  1273. }
  1274. },
  1275. {
  1276. "path": "search/search",
  1277. "style": {
  1278. "navigationBarTitleText": "预售搜索"
  1279. }
  1280. },
  1281. {
  1282. "path": "order-detail/order-detail",
  1283. "style": {
  1284. "navigationBarTitleText": "订单详情"
  1285. }
  1286. }
  1287. ]
  1288. },
  1289. {
  1290. "root": "plugins/quick_share",
  1291. "pages": [
  1292. {
  1293. "path": "index/index",
  1294. "style": {
  1295. "navigationBarTitleText": "素材中心"
  1296. }
  1297. }
  1298. ]
  1299. },
  1300. {
  1301. "root": "plugins/gift",
  1302. "pages": [
  1303. {
  1304. "path": "index/index",
  1305. "style": {
  1306. "navigationBarTitleText": "送礼物",
  1307. "app-plus": {
  1308. "bounce": "none"
  1309. }
  1310. }
  1311. },
  1312. {
  1313. "path": "goods/goods",
  1314. "style": {
  1315. "navigationBarTitleText": "商品详情",
  1316. "app-plus": {
  1317. "bounce": "none"
  1318. }
  1319. }
  1320. },
  1321. {
  1322. "path": "list/list",
  1323. "style": {
  1324. "navigationBarTitleText": "商品",
  1325. "app-plus": {
  1326. "bounce": "none"
  1327. }
  1328. }
  1329. },
  1330. {
  1331. "path": "share/share",
  1332. "style": {
  1333. "navigationBarTitleText": "送礼物"
  1334. }
  1335. },
  1336. {
  1337. "path": "order/order",
  1338. "style": {
  1339. "navigationBarTitleText": "送礼物",
  1340. "app-plus":
  1341. {
  1342. "bounce": "none"
  1343. }
  1344. }
  1345. },
  1346. {
  1347. "path": "address/address",
  1348. "style": {
  1349. "navigationBarTitleText": "填写地址",
  1350. "app-plus":
  1351. {
  1352. "bounce": "none"
  1353. }
  1354. }
  1355. },
  1356. {
  1357. "path": "detail/detail",
  1358. "style": {
  1359. "navigationBarTitleText": "礼物详情",
  1360. "app-plus":
  1361. {
  1362. "bounce": "none"
  1363. }
  1364. }
  1365. },
  1366. {
  1367. "path": "receive/receive",
  1368. "style": {
  1369. "navigationBarTitleText": "送礼物",
  1370. "app-plus":
  1371. {
  1372. "bounce": "none"
  1373. }
  1374. }
  1375. },
  1376. {
  1377. "path": "search/search",
  1378. "style": {
  1379. "navigationBarTitleText": "搜索",
  1380. "app-plus":
  1381. {
  1382. "bounce": "none"
  1383. }
  1384. }
  1385. }
  1386. ]
  1387. },
  1388. {
  1389. "root": "plugins/pick",
  1390. "pages": [
  1391. {
  1392. "path": "index/index",
  1393. "style": {
  1394. "navigationBarTitleText": "N元任选"
  1395. }
  1396. },
  1397. {
  1398. "path": "pond/pond",
  1399. "style": {
  1400. "navigationBarTitleText": "凑单池"
  1401. }
  1402. },
  1403. {
  1404. "path": "detail/detail",
  1405. "style": {
  1406. "navigationBarTitleText": "商品详情"
  1407. }
  1408. },
  1409. {
  1410. "path": "search/search",
  1411. "style": {
  1412. "navigationBarTitleText": "搜索"
  1413. }
  1414. }
  1415. ]
  1416. },
  1417. // {
  1418. // "root": "pages/live",
  1419. // "plugins": {
  1420. // "live-player-plugin": {
  1421. // "version": "1.2.1",
  1422. // // 填写该直播组件版本号
  1423. // "provider": "wx2b03c6e691cd7370"
  1424. // // 必须填该直播组件appid
  1425. // }
  1426. // },
  1427. // "pages": [
  1428. // {
  1429. // "path": "index",
  1430. // "style": {
  1431. // "usingComponents": {
  1432. // "subscribe": "plugin-private://wx2b03c6e691cd7370/components/subscribe/subscribe"
  1433. // }
  1434. // }
  1435. // }
  1436. // ]
  1437. // },
  1438. {
  1439. "root": "plugins/composition",
  1440. "pages": [
  1441. {
  1442. "path": "index/index"
  1443. },
  1444. {
  1445. "path": "search/search",
  1446. "style": {
  1447. "navigationBarTitleText": "搜索"
  1448. }
  1449. },
  1450. {
  1451. "path": "detail/detail"
  1452. }
  1453. ]
  1454. },
  1455. {
  1456. "root": "plugins/community",
  1457. "pages": [
  1458. {
  1459. "path": "apply/apply",
  1460. "style": {
  1461. "navigationBarTitleText": "申请团长"
  1462. }
  1463. },
  1464. {
  1465. "path": "index/index",
  1466. "style": {
  1467. "navigationBarTitleText": "团购活动"
  1468. }
  1469. },
  1470. {
  1471. "path": "detail/detail",
  1472. "style": {
  1473. "navigationBarTitleText": "团购活动"
  1474. }
  1475. },
  1476. {
  1477. "path": "record/record",
  1478. "style": {
  1479. "navigationBarTitleText": "活动数据"
  1480. }
  1481. },
  1482. {
  1483. "path": "order/order",
  1484. "style": {
  1485. "navigationBarTitleText": "订单"
  1486. }
  1487. },
  1488. {
  1489. "path": "order-detail/order-detail",
  1490. "style": {
  1491. "navigationBarTitleText": "订单详情"
  1492. }
  1493. },
  1494. {
  1495. "path": "me/me",
  1496. "style": {
  1497. "navigationBarTitleText": "我的"
  1498. }
  1499. },
  1500. {
  1501. "path": "poster/poster",
  1502. "style": {
  1503. "navigationBarTitleText": "生成活动海报"
  1504. }
  1505. },
  1506. {
  1507. "path": "profit/profit",
  1508. "style": {
  1509. "navigationBarTitleText": "我的利润"
  1510. }
  1511. },
  1512. {
  1513. "path": "profit-cash/profit-cash",
  1514. "style": {
  1515. "navigationBarTitleText": "利润提现"
  1516. }
  1517. },
  1518. {
  1519. "path": "cash/cash",
  1520. "style": {
  1521. "navigationBarTitleText": "申请提现"
  1522. }
  1523. },
  1524. {
  1525. "path": "cash-detail/cash-detail",
  1526. "style": {
  1527. "navigationBarTitleText": "提现明细"
  1528. }
  1529. },
  1530. {
  1531. "path": "clerk/clerk",
  1532. "style": {
  1533. "navigationBarTitleText": "提货核销"
  1534. }
  1535. },
  1536. {
  1537. "path": "activity/activity",
  1538. "style": {
  1539. "navigationBarTitleText": "团购活动"
  1540. }
  1541. },
  1542. {
  1543. "path": "list/list",
  1544. "style": {
  1545. "navigationBarTitleText": "社区团购"
  1546. }
  1547. },
  1548. {
  1549. "path": "captain/captain",
  1550. "style": {
  1551. "navigationBarTitleText": "团长"
  1552. }
  1553. },
  1554. {
  1555. "path": "goods/goods",
  1556. "style": {
  1557. "navigationBarTitleText": "商品详情"
  1558. }
  1559. },
  1560. {
  1561. "path": "recruit/recruit"
  1562. }
  1563. ]
  1564. },
  1565. {
  1566. "root": "pages/quick-shop",
  1567. "pages": [
  1568. {
  1569. "path": "quick-shop",
  1570. "style": {
  1571. "navigationBarTitleText": "快速购买"
  1572. }
  1573. }
  1574. ]
  1575. },
  1576. {
  1577. "root": "pages/favorite",
  1578. "pages": [
  1579. {
  1580. "path": "favorite"
  1581. }
  1582. ]
  1583. },
  1584. {
  1585. "root": "pages/cart",
  1586. "pages": [
  1587. {
  1588. "path": "cart",
  1589. "style": {
  1590. "navigationBarTitleText": "购物车"
  1591. }
  1592. }
  1593. ]
  1594. },
  1595. {
  1596. "root": "pages/article",
  1597. "pages": [
  1598. {
  1599. "path": "article-list/article-list"
  1600. },
  1601. {
  1602. "path": "article-detail/article-detail"
  1603. }
  1604. ]
  1605. },
  1606. {
  1607. "root": "pages/store",
  1608. "pages": [
  1609. {
  1610. "path": "store",
  1611. "style": {
  1612. "navigationBarTitleText": "门店列表"
  1613. }
  1614. },
  1615. {
  1616. "path": "detail",
  1617. "style": {
  1618. "navigationBarTitleText": "店铺详情"
  1619. }
  1620. }
  1621. ]
  1622. },
  1623. {
  1624. "root": "pages/binding",
  1625. "pages": [
  1626. {
  1627. "path": "binding",
  1628. "style": {
  1629. "navigationBarTitleText": "绑定手机号"
  1630. }
  1631. }
  1632. ]
  1633. },
  1634. {
  1635. "root": "pages/search",
  1636. "pages": [
  1637. {
  1638. "path": "search",
  1639. "style": {
  1640. "navigationBarTitleText": "搜索页"
  1641. }
  1642. }
  1643. ]
  1644. },
  1645. {
  1646. "root": "pages/video",
  1647. "pages": [
  1648. {
  1649. "path": "video"
  1650. }
  1651. ]
  1652. },
  1653. {
  1654. "root": "pages/web",
  1655. "pages": [
  1656. {
  1657. "path": "web",
  1658. "style": {
  1659. "navigationBarTitleText": "网页"
  1660. }
  1661. }
  1662. ]
  1663. },
  1664. {
  1665. "root": "pages/comments",
  1666. "pages": [
  1667. {
  1668. "path": "comments",
  1669. "style": {
  1670. "navigationBarTitleText": "全部评价"
  1671. }
  1672. }
  1673. ]
  1674. },
  1675. {
  1676. "root": "pages/disabled",
  1677. "pages": [
  1678. {
  1679. "path": "disabled",
  1680. "style": {
  1681. "navigationBarTitleText": "商城禁用"
  1682. }
  1683. }
  1684. ]
  1685. },
  1686. {
  1687. "root": "pages/template-msg",
  1688. "pages": [
  1689. {
  1690. "path": "template-msg",
  1691. "style": {
  1692. "navigationBarTitleText": "模板消息测试"
  1693. }
  1694. }
  1695. ]
  1696. },
  1697. {
  1698. "root": "plugins/flash_sale",
  1699. "pages": [
  1700. {
  1701. "path": "index/index",
  1702. "style": {
  1703. "navigationBarTitleText": "限时抢购"
  1704. }
  1705. },
  1706. {
  1707. "path": "goods/goods",
  1708. "style": {
  1709. "navigationBarTitleText": "限时抢购"
  1710. }
  1711. }
  1712. ]
  1713. },
  1714. {
  1715. "root": "plugins/exchange",
  1716. "pages": [
  1717. {
  1718. "path": "index/index",
  1719. "style": {
  1720. "navigationBarTitleText": "兑换中心"
  1721. }
  1722. },
  1723. {
  1724. "path": "detail/detail",
  1725. "style": {
  1726. "navigationBarTitleText": "礼品详情"
  1727. }
  1728. },
  1729. {
  1730. "path": "list/list",
  1731. "style": {
  1732. "navigationBarTitleText": "礼品卡中心"
  1733. }
  1734. },
  1735. {
  1736. "path": "goods/goods",
  1737. "style": {
  1738. "navigationBarTitleText": "礼品卡详情"
  1739. }
  1740. },
  1741. {
  1742. "path": "gift/gift",
  1743. "style": {
  1744. "navigationBarTitleText": "购买详情"
  1745. }
  1746. }
  1747. ]
  1748. },
  1749. {
  1750. "root": "plugins/wholesale",
  1751. "pages": [
  1752. {
  1753. "path": "index/index",
  1754. "style":
  1755. {
  1756. "navigationBarTitleText": "商品批发"
  1757. }
  1758. },
  1759. {
  1760. "path": "goods/goods",
  1761. "style":
  1762. {
  1763. "navigationBarTitleText": "商品详情"
  1764. }
  1765. }]
  1766. },
  1767. {
  1768. "root": "pages/full_reduce",
  1769. "pages": [
  1770. {
  1771. "path": "index/index",
  1772. "style": {
  1773. "navigationBarTitleText": "满减"
  1774. }
  1775. },
  1776. {
  1777. "path": "search/search",
  1778. "style": {
  1779. "navigationBarTitleText": "满减"
  1780. }
  1781. }
  1782. ]
  1783. }
  1784. ]
  1785. }