pages.json 19 KB

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