pages.json 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
  4. "^shopro-(.*)": "@/components/shopro-$1/shopro-$1.vue"
  5. },
  6. "pages": [{
  7. "path": "pages/index/index",
  8. "aliasPath": "/", //对于h5端你必须在首页加上aliasPath并设置为/
  9. "style": {
  10. "navigationBarTitleText": "首页",
  11. "navigationBarTextStyle": "white",
  12. "enablePullDownRefresh": true,
  13. "navigationStyle": "custom",
  14. "mp-alipay": {
  15. "transparentTitle": "always",
  16. "titlePenetrate": "YES",
  17. "allowsBounceVertical": "NO"
  18. }
  19. },
  20. "meta": {
  21. "auth": false, //需要登录
  22. "async": true, //是否同步
  23. "title": "首页", //标题
  24. "group": "商城" //分组
  25. }
  26. },
  27. {
  28. "path": "pages/index/category",
  29. "style": {
  30. "navigationBarTitleText": "分类"
  31. },
  32. "meta": {
  33. "auth": false,
  34. "async": true,
  35. "title": "分类",
  36. "group": "商城"
  37. }
  38. },
  39. {
  40. "path": "pages/index/cart",
  41. "style": {
  42. "navigationBarTitleText": "购物车"
  43. },
  44. "meta": {
  45. "auth": false,
  46. "async": true,
  47. "title": "购物车",
  48. "group": "商城"
  49. }
  50. },
  51. {
  52. "path": "pages/index/user",
  53. "style": {
  54. "navigationBarTitleText": "我的",
  55. "navigationStyle": "custom",
  56. "navigationBarTextStyle": "white",
  57. "enablePullDownRefresh": true
  58. },
  59. "meta": {
  60. "auth": false,
  61. "async": true,
  62. "title": "我的",
  63. "group": "商城"
  64. }
  65. },
  66. {
  67. "path": "pages/index/view",
  68. "name": "view",
  69. "style": {
  70. "navigationBarTitleText": "",
  71. "enablePullDownRefresh": true
  72. },
  73. "meta": {
  74. "auth": false,
  75. "async": true,
  76. "title": "自定义页面",
  77. "group": "商城"
  78. }
  79. }
  80. ],
  81. "subPackages": [{
  82. "root": "pages/activity",
  83. "pages": [{
  84. "path": "sign/index",
  85. "style": {
  86. "navigationBarTitleText": "签到中心"
  87. },
  88. "meta": {
  89. "auth": true,
  90. "async": true,
  91. "title": "签到中心",
  92. "group": "应用"
  93. }
  94. },
  95. {
  96. "path": "seckill/list",
  97. "style": {
  98. "navigationBarTitleText": "限时秒杀",
  99. "enablePullDownRefresh": true
  100. },
  101. "meta": {
  102. "auth": false,
  103. "async": true,
  104. "title": "限时秒杀",
  105. "group": "秒杀"
  106. }
  107. },
  108. {
  109. "path": "groupon/list",
  110. "style": {
  111. "navigationBarTitleText": "今日必拼",
  112. "enablePullDownRefresh": true
  113. },
  114. "meta": {
  115. "auth": false,
  116. "async": true,
  117. "title": "今日必拼",
  118. "group": "拼团"
  119. }
  120. },
  121. {
  122. "path": "groupon/detail",
  123. "style": {
  124. "navigationBarTitleText": "拼团详情",
  125. "enablePullDownRefresh": true
  126. },
  127. "meta": {
  128. "auth": false,
  129. "async": false,
  130. "title": "拼团详情",
  131. "group": "拼团"
  132. }
  133. },
  134. {
  135. "path": "groupon/my-groupon",
  136. "style": {
  137. "navigationBarTitleText": "我的拼团",
  138. "enablePullDownRefresh": true
  139. },
  140. "meta": {
  141. "auth": true,
  142. "async": true,
  143. "title": "我的拼团",
  144. "group": "拼团"
  145. }
  146. },
  147. {
  148. "path": "discounts/list",
  149. "style": {
  150. "navigationBarTitleText": "优惠活动商品"
  151. },
  152. "meta": {
  153. "auth": false,
  154. "async": false,
  155. "title": "优惠活动商品",
  156. "group": "活动"
  157. }
  158. }
  159. ]
  160. },
  161. {
  162. "root": "pages/app",
  163. "pages": [
  164. // {
  165. // "path": "live/list",
  166. // "style": {
  167. // "navigationBarTitleText": "直播列表"
  168. // },
  169. // "meta": {
  170. // "auth": false,
  171. // "async": false,
  172. // "title": "直播列表",
  173. // "group": "直播"
  174. // }
  175. // },
  176. {
  177. "path": "score/list",
  178. "style": {
  179. "navigationBarTitleText": "积分商品"
  180. },
  181. "meta": {
  182. "auth": false,
  183. "async": true,
  184. "title": "积分商品",
  185. "group": "积分"
  186. }
  187. },
  188. {
  189. "path": "coupon/list",
  190. "style": {
  191. "navigationBarTitleText": "优惠券中心",
  192. "navigationStyle": "custom"
  193. },
  194. "meta": {
  195. "auth": true,
  196. "async": true,
  197. "title": "优惠券中心",
  198. "group": "优惠券"
  199. }
  200. }, {
  201. "path": "coupon/detail",
  202. "style": {
  203. "navigationBarTitleText": "优惠券详情",
  204. "navigationStyle": "custom"
  205. },
  206. "meta": {
  207. "auth": true,
  208. "async": true,
  209. "title": "优惠券详情",
  210. "group": "优惠券"
  211. }
  212. },
  213. {
  214. "path": "merchant/index",
  215. "style": {
  216. "navigationBarTitleText": "门店中心",
  217. "navigationStyle": "custom",
  218. "enablePullDownRefresh": true,
  219. "navigationBarTextStyle": "white"
  220. },
  221. "meta": {
  222. "auth": true,
  223. "async": false,
  224. "title": "门店中心",
  225. "group": "门店"
  226. }
  227. },
  228. {
  229. "path": "merchant/apply",
  230. "style": {
  231. "navigationBarTitleText": "门店入驻",
  232. "navigationStyle": "custom"
  233. },
  234. "meta": {
  235. "auth": true,
  236. "async": true,
  237. "title": "门店入驻",
  238. "group": "门店"
  239. }
  240. },
  241. {
  242. "path": "merchant/detail",
  243. "style": {
  244. "navigationBarTitleText": "订单详情"
  245. },
  246. "meta": {
  247. "auth": true,
  248. "async": false,
  249. "title": "订单详情",
  250. "group": "订单"
  251. }
  252. },
  253. {
  254. "path": "merchant/info",
  255. "style": {
  256. "navigationBarTitleText": "门店详情"
  257. },
  258. "meta": {
  259. "auth": true,
  260. "async": false,
  261. "title": "门店详情",
  262. "group": "门店"
  263. }
  264. },
  265. {
  266. "path": "merchant/list",
  267. "style": {
  268. "navigationBarTitleText": "我的门店"
  269. },
  270. "meta": {
  271. "auth": true,
  272. "async": true,
  273. "title": "我的门店",
  274. "group": "门店"
  275. }
  276. },
  277. {
  278. "path": "commission/index",
  279. "style": {
  280. "navigationBarTitleText": "分销中心",
  281. "enablePullDownRefresh": true,
  282. "navigationStyle": "custom",
  283. "navigationBarTextStyle": "white"
  284. },
  285. "meta": {
  286. "auth": true,
  287. "async": true,
  288. "title": "分销中心",
  289. "group": "分销"
  290. }
  291. },
  292. {
  293. "path": "commission/team",
  294. "style": {
  295. "navigationBarTitleText": "我的团队",
  296. "navigationStyle": "custom",
  297. "navigationBarTextStyle": "white"
  298. },
  299. "meta": {
  300. "auth": true,
  301. "async": true,
  302. "title": "我的团队",
  303. "group": "分销"
  304. }
  305. },
  306. {
  307. "path": "commission/commission-log",
  308. "style": {
  309. "navigationBarTitleText": "佣金明细",
  310. "enablePullDownRefresh": true
  311. },
  312. "meta": {
  313. "auth": true,
  314. "async": true,
  315. "title": "佣金明细",
  316. "group": "分销"
  317. }
  318. },
  319. {
  320. "path": "commission/order",
  321. "style": {
  322. "navigationBarTitleText": "分销订单",
  323. "navigationStyle": "custom",
  324. "navigationBarTextStyle": "white",
  325. "enablePullDownRefresh": true
  326. },
  327. "meta": {
  328. "auth": true,
  329. "async": true,
  330. "title": "分销订单",
  331. "group": "分销"
  332. }
  333. },
  334. {
  335. "path": "commission/goods",
  336. "style": {
  337. "navigationBarTitleText": "推广商品"
  338. },
  339. "meta": {
  340. "auth": true,
  341. "async": true,
  342. "title": "推广商品",
  343. "group": "分销"
  344. }
  345. },
  346. {
  347. "path": "commission/apply",
  348. "style": {
  349. "navigationBarTitleText": "申请分销商",
  350. "navigationStyle": "custom",
  351. "navigationBarTextStyle": "white"
  352. },
  353. "meta": {
  354. "auth": true,
  355. "async": true,
  356. "title": "申请分销商",
  357. "group": "分销"
  358. }
  359. },
  360. {
  361. "path": "commission/rankings",
  362. "style": {
  363. "navigationBarTitleText": "分销排行",
  364. "navigationStyle": "custom",
  365. "navigationBarTextStyle": "white"
  366. },
  367. "meta": {
  368. "auth": true,
  369. "async": true,
  370. "title": "分销排行",
  371. "group": "分销"
  372. }
  373. },
  374. {
  375. "path": "commission/share-log",
  376. "style": {
  377. "navigationBarTitleText": "分享记录",
  378. "navigationStyle": "custom",
  379. "navigationBarTextStyle": "white",
  380. "enablePullDownRefresh": true
  381. },
  382. "meta": {
  383. "auth": true,
  384. "async": false,
  385. "title": "分享记录",
  386. "group": "分销"
  387. }
  388. }
  389. ]
  390. },
  391. {
  392. "root": "pages/goods",
  393. "pages": [{
  394. "path": "list",
  395. "style": {
  396. "navigationBarTitleText": "商品列表",
  397. "navigationStyle": "custom"
  398. },
  399. "meta": {
  400. "auth": false,
  401. "async": true,
  402. "title": "商品列表",
  403. "group": "商品"
  404. }
  405. },
  406. {
  407. "path": "detail",
  408. "style": {
  409. "navigationBarTitleText": "商品详情",
  410. "navigationStyle": "custom"
  411. },
  412. "meta": {
  413. "auth": false,
  414. "async": true,
  415. "title": "商品详情",
  416. "group": "商品"
  417. }
  418. },
  419. {
  420. "path": "comment/add-comment",
  421. "style": {
  422. "navigationBarTitleText": "评价"
  423. },
  424. "meta": {
  425. "auth": false,
  426. "async": false,
  427. "title": "评价",
  428. "group": "商品"
  429. }
  430. },
  431. {
  432. "path": "comment/comment-list",
  433. "style": {
  434. "navigationBarTitleText": "评价列表"
  435. },
  436. "meta": {
  437. "auth": false,
  438. "async": false,
  439. "title": "评价列表",
  440. "group": "商品"
  441. }
  442. }
  443. ]
  444. },
  445. {
  446. "root": "pages/order",
  447. "pages": [{
  448. "path": "confirm",
  449. "style": {
  450. "navigationBarTitleText": "确认订单"
  451. },
  452. "meta": {
  453. "auth": true,
  454. "async": false,
  455. "title": "确认订单",
  456. "group": "订单"
  457. }
  458. },
  459. {
  460. "path": "payment/method",
  461. "style": {
  462. "navigationBarTitleText": "收银台"
  463. },
  464. "meta": {
  465. "auth": true,
  466. "async": false,
  467. "title": "收银台",
  468. "group": "订单"
  469. }
  470. },
  471. {
  472. "path": "payment/result",
  473. "style": {
  474. "navigationBarTitleText": "支付结果"
  475. },
  476. "meta": {
  477. "auth": false,
  478. "async": false,
  479. "title": "支付结果",
  480. "group": "订单"
  481. }
  482. },
  483. {
  484. "path": "list",
  485. "style": {
  486. "navigationBarTitleText": "订单列表"
  487. },
  488. "meta": {
  489. "auth": true,
  490. "async": true,
  491. "title": "订单列表",
  492. "group": "订单"
  493. }
  494. },
  495. {
  496. "path": "detail",
  497. "style": {
  498. "navigationBarTitleText": "订单详情"
  499. },
  500. "meta": {
  501. "auth": true,
  502. "async": false,
  503. "title": "订单详情",
  504. "group": "订单"
  505. }
  506. },
  507. {
  508. "path": "after-sale/detail",
  509. "style": {
  510. "navigationBarTitleText": "售后详情"
  511. },
  512. "meta": {
  513. "auth": true,
  514. "async": false,
  515. "title": "售后详情",
  516. "group": "订单"
  517. }
  518. },
  519. {
  520. "path": "after-sale/list",
  521. "style": {
  522. "navigationBarTitleText": "售后列表"
  523. },
  524. "meta": {
  525. "auth": true,
  526. "async": true,
  527. "title": "售后列表",
  528. "group": "订单"
  529. }
  530. },
  531. {
  532. "path": "after-sale/log",
  533. "style": {
  534. "navigationBarTitleText": "售后记录"
  535. },
  536. "meta": {
  537. "auth": true,
  538. "async": false,
  539. "title": "售后记录",
  540. "group": "订单"
  541. }
  542. },
  543. {
  544. "path": "after-sale/refund",
  545. "style": {
  546. "navigationBarTitleText": "申请售后"
  547. },
  548. "meta": {
  549. "auth": true,
  550. "async": false,
  551. "title": "申请售后",
  552. "group": "订单"
  553. }
  554. },
  555. {
  556. "path": "express/distribution-detail",
  557. "style": {
  558. "navigationBarTitleText": "配送详情"
  559. },
  560. "meta": {
  561. "auth": true,
  562. "async": false,
  563. "title": "配送详情",
  564. "group": "订单"
  565. }
  566. },
  567. {
  568. "path": "express/express-detail",
  569. "style": {
  570. "navigationBarTitleText": "物流详情"
  571. },
  572. "meta": {
  573. "auth": true,
  574. "async": false,
  575. "title": "物流详情",
  576. "group": "订单"
  577. }
  578. },
  579. {
  580. "path": "express/express-list",
  581. "style": {
  582. "navigationBarTitleText": "包裹列表"
  583. },
  584. "meta": {
  585. "auth": true,
  586. "async": false,
  587. "title": "包裹列表",
  588. "group": "订单"
  589. }
  590. },
  591. {
  592. "path": "express/store-address",
  593. "style": {
  594. "navigationBarTitleText": "选择自提点",
  595. "navigationStyle": "custom",
  596. "navigationBarTextStyle": "white"
  597. },
  598. "meta": {
  599. "auth": true,
  600. "async": false,
  601. "title": "选择自提点",
  602. "group": "订单"
  603. }
  604. }
  605. ]
  606. },
  607. {
  608. "root": "pages/public",
  609. "pages": [{
  610. "path": "faq",
  611. "style": {
  612. "navigationBarTitleText": "常见问题"
  613. },
  614. "meta": {
  615. "auth": false,
  616. "async": true,
  617. "title": "常见问题",
  618. "group": "通用"
  619. }
  620. },
  621. {
  622. "path": "feedback",
  623. "style": {
  624. "navigationBarTitleText": "问题反馈"
  625. },
  626. "meta": {
  627. "auth": true,
  628. "async": true,
  629. "title": "问题反馈",
  630. "group": "通用"
  631. }
  632. },
  633. {
  634. "path": "chat/index",
  635. "style": {
  636. "navigationBarTitleText": "客服",
  637. "navigationStyle": "custom",
  638. "navigationBarTextStyle": "white"
  639. },
  640. "meta": {
  641. "auth": true,
  642. "async": true,
  643. "title": "客服",
  644. "group": "通用"
  645. }
  646. },
  647. {
  648. "path": "search",
  649. "style": {
  650. "navigationBarTitleText": "搜索"
  651. },
  652. "meta": {
  653. "auth": false,
  654. "async": true,
  655. "title": "搜索",
  656. "group": "通用"
  657. }
  658. },
  659. {
  660. "path": "richtext",
  661. "style": {
  662. "navigationBarTitleText": ""
  663. },
  664. "meta": {
  665. "auth": false,
  666. "async": true,
  667. "title": "富文本",
  668. "group": "通用"
  669. }
  670. },
  671. {
  672. "path": "webview",
  673. "style": {
  674. "navigationBarTitleText": ""
  675. },
  676. "meta": {
  677. "auth": false,
  678. "async": true,
  679. "title": "外链",
  680. "group": "通用"
  681. }
  682. },
  683. {
  684. "path": "404",
  685. "name": "404",
  686. "style": {
  687. "navigationBarTitleText": "页面不存在"
  688. }
  689. },
  690. {
  691. "path": "loading",
  692. "style": {
  693. "navigationBarTitleText": "",
  694. "navigationStyle": "custom",
  695. "enablePullDownRefresh": false
  696. }
  697. }
  698. ]
  699. },
  700. {
  701. "root": "pages/user",
  702. "pages": [{
  703. "path": "info",
  704. "style": {
  705. "navigationBarTitleText": "个人信息"
  706. },
  707. "meta": {
  708. "auth": true,
  709. "async": true,
  710. "title": "个人信息",
  711. "group": "用户"
  712. }
  713. },
  714. {
  715. "path": "set",
  716. "style": {
  717. "navigationBarTitleText": "系统设置"
  718. },
  719. "meta": {
  720. "auth": false,
  721. "async": true,
  722. "title": "系统设置",
  723. "group": "通用"
  724. }
  725. },
  726. {
  727. "path": "view-log",
  728. "style": {
  729. "navigationBarTitleText": "浏览足迹"
  730. },
  731. "meta": {
  732. "auth": true,
  733. "async": true,
  734. "title": "浏览足迹",
  735. "group": "用户"
  736. }
  737. },
  738. {
  739. "path": "wallet/index",
  740. "style": {
  741. "navigationBarTitleText": "我的钱包"
  742. },
  743. "meta": {
  744. "auth": true,
  745. "async": true,
  746. "title": "钱包",
  747. "group": "用户"
  748. }
  749. },
  750. {
  751. "path": "wallet/withdraw",
  752. "style": {
  753. "navigationBarTitleText": "",
  754. "navigationStyle": "custom"
  755. },
  756. "meta": {
  757. "auth": true,
  758. "async": true,
  759. "title": "提现",
  760. "group": "用户"
  761. }
  762. },
  763. {
  764. "path": "wallet/withdraw-log",
  765. "style": {
  766. "navigationBarTitleText": "提现记录"
  767. },
  768. "meta": {
  769. "auth": true,
  770. "async": true,
  771. "title": "提现记录",
  772. "group": "用户"
  773. }
  774. },
  775. {
  776. "path": "wallet/top-up",
  777. "style": {
  778. "navigationBarTitleText": "充值",
  779. "navigationStyle": "custom"
  780. },
  781. "meta": {
  782. "auth": true,
  783. "async": true,
  784. "title": "充值",
  785. "group": "用户"
  786. }
  787. },
  788. {
  789. "path": "wallet/top-up-log",
  790. "style": {
  791. "navigationBarTitleText": "充值记录"
  792. },
  793. "meta": {
  794. "auth": true,
  795. "async": true,
  796. "title": "充值记录",
  797. "group": "用户"
  798. }
  799. },
  800. {
  801. "path": "wallet/score-balance",
  802. "style": {
  803. "navigationBarTitleText": "积分余额",
  804. "navigationStyle": "custom"
  805. },
  806. "meta": {
  807. "auth": true,
  808. "async": true,
  809. "title": "积分余额",
  810. "group": "积分"
  811. }
  812. },
  813. {
  814. "path": "address/list",
  815. "style": {
  816. "navigationBarTitleText": "收货地址"
  817. },
  818. "meta": {
  819. "auth": true,
  820. "async": true,
  821. "title": "收货地址",
  822. "group": "用户"
  823. }
  824. },
  825. {
  826. "path": "address/edit",
  827. "style": {
  828. "navigationBarTitleText": ""
  829. },
  830. "meta": {
  831. "auth": true,
  832. "async": false,
  833. "title": "修改地址",
  834. "group": "用户"
  835. }
  836. },
  837. {
  838. "path": "favorite",
  839. "style": {
  840. "navigationBarTitleText": "我的收藏"
  841. },
  842. "meta": {
  843. "auth": true,
  844. "async": true,
  845. "title": "我的收藏",
  846. "group": "用户"
  847. }
  848. }
  849. ]
  850. }
  851. ],
  852. "preloadRule": {
  853. "pages/index/index": {
  854. "network": "all",
  855. "packages": ["pages/activity", "pages/user", "pages/goods", "pages/app", "pages/public",
  856. "pages/order"
  857. ]
  858. }
  859. },
  860. "globalStyle": {
  861. "navigationBarTextStyle": "black",
  862. "navigationBarTitleText": "shopro-plus",
  863. "navigationBarBackgroundColor": "#FFFFFF",
  864. "backgroundColor": "#FFFFFF"
  865. },
  866. "tabBar": {
  867. "color": "#333",
  868. "selectedColor": "#a8700d",
  869. "backgroundColor": "#ffffff",
  870. "borderStyle": "black",
  871. "list": [{
  872. "pagePath": "pages/index/index",
  873. "text": "首页",
  874. "iconPath": "static/images/tabbar/tabbar_home.png",
  875. "selectedIconPath": "/static/images/tabbar/tabbar_home1.png"
  876. },
  877. {
  878. "pagePath": "pages/index/category",
  879. "text": "分类",
  880. "iconPath": "static/images/tabbar/tabbar_category.png",
  881. "selectedIconPath": "/static/images/tabbar/tabbar_category1.png"
  882. },
  883. {
  884. "pagePath": "pages/index/cart",
  885. "text": "购物车",
  886. "iconPath": "static/images/tabbar/tabbar_cart.png",
  887. "selectedIconPath": "/static/images/tabbar/tabbar_cart1.png"
  888. },
  889. {
  890. "pagePath": "pages/index/user",
  891. "text": "我的",
  892. "iconPath": "static/images/tabbar/tabbar_personal.png",
  893. "selectedIconPath": "/static/images/tabbar/tabbar_personal1.png"
  894. }
  895. ]
  896. }
  897. }