pages.json 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872
  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/member",
  387. "pages": [
  388. {
  389. "path": "UserInfoAiList",
  390. "style": {
  391. "navigationBarTitleText": "我的信息"
  392. },
  393. "meta": {
  394. "auth": true,
  395. "sync": true,
  396. "title": "用户信息",
  397. "group": "用户AI中心"
  398. }
  399. },
  400. {
  401. "path": "UserInfoAiEdit",
  402. "style": {
  403. "navigationBarTitleText": "新增我的信息"
  404. },
  405. "meta": {
  406. "auth": true,
  407. "sync": true,
  408. "title": "新增用户信息",
  409. "group": "用户AI中心"
  410. }
  411. }
  412. ]
  413. },
  414. {
  415. "root": "pages/user",
  416. "pages": [
  417. {
  418. "path": "info",
  419. "style": {
  420. "navigationBarTitleText": "我的信息"
  421. },
  422. "meta": {
  423. "auth": true,
  424. "sync": true,
  425. "title": "用户信息",
  426. "group": "用户中心"
  427. }
  428. },
  429. {
  430. "path": "goods-collect",
  431. "style": {
  432. "navigationBarTitleText": "我的收藏"
  433. },
  434. "meta": {
  435. "auth": true,
  436. "sync": true,
  437. "title": "产品收藏",
  438. "group": "用户中心"
  439. }
  440. },
  441. {
  442. "path": "goods-log",
  443. "style": {
  444. "navigationBarTitleText": "我的足迹"
  445. },
  446. "meta": {
  447. "auth": true,
  448. "sync": true,
  449. "title": "浏览记录",
  450. "group": "用户中心"
  451. }
  452. },
  453. {
  454. "path": "consultationRecords",
  455. "style": {
  456. "navigationBarTitleText": "记录"
  457. },
  458. "meta": {
  459. "auth": true,
  460. "sync": true,
  461. "title": "咨询记录",
  462. "group": "用户中心"
  463. }
  464. },
  465. {
  466. "path": "address/list",
  467. "style": {
  468. "navigationBarTitleText": "收货地址"
  469. },
  470. "meta": {
  471. "auth": true,
  472. "sync": true,
  473. "title": "地址管理",
  474. "group": "用户中心"
  475. }
  476. },
  477. {
  478. "path": "address/edit",
  479. "style": {
  480. "navigationBarTitleText": "编辑地址"
  481. },
  482. "meta": {
  483. "auth": true,
  484. "title": "编辑地址"
  485. }
  486. },
  487. {
  488. "path": "goods_details_store/index",
  489. "style": {
  490. "navigationBarTitleText": "自提门店"
  491. },
  492. "meta": {
  493. "auth": true,
  494. "sync": true,
  495. "title": "地址管理",
  496. "group": "用户中心"
  497. }
  498. },
  499. {
  500. "path": "wallet/money",
  501. "style": {
  502. "navigationBarTitleText": "我的余额"
  503. },
  504. "meta": {
  505. "auth": true,
  506. "sync": true,
  507. "title": "用户余额",
  508. "group": "用户中心"
  509. }
  510. },
  511. {
  512. "path": "wallet/score",
  513. "style": {
  514. "navigationBarTitleText": "我的积分"
  515. },
  516. "meta": {
  517. "auth": true,
  518. "sync": true,
  519. "title": "用户积分",
  520. "group": "用户中心"
  521. }
  522. }
  523. ]
  524. },
  525. {
  526. "root": "pages/commission",
  527. "pages": [
  528. {
  529. "path": "index",
  530. "style": {
  531. "navigationBarTitleText": "分销"
  532. },
  533. "meta": {
  534. "auth": true,
  535. "sync": true,
  536. "title": "分销中心",
  537. "group": "分销商城"
  538. }
  539. },
  540. {
  541. "path": "wallet",
  542. "style": {
  543. "navigationBarTitleText": "我的佣金"
  544. },
  545. "meta": {
  546. "auth": true,
  547. "sync": true,
  548. "title": "用户佣金",
  549. "group": "分销中心"
  550. }
  551. },
  552. {
  553. "path": "goods",
  554. "style": {
  555. "navigationBarTitleText": "推广产品"
  556. },
  557. "meta": {
  558. "auth": true,
  559. "sync": true,
  560. "title": "推广产品",
  561. "group": "分销商城"
  562. }
  563. },
  564. {
  565. "path": "order",
  566. "style": {
  567. "navigationBarTitleText": "分销订单"
  568. },
  569. "meta": {
  570. "auth": true,
  571. "sync": true,
  572. "title": "分销订单",
  573. "group": "分销商城"
  574. }
  575. },
  576. {
  577. "path": "team",
  578. "style": {
  579. "navigationBarTitleText": "我的团队"
  580. },
  581. "meta": {
  582. "auth": true,
  583. "sync": true,
  584. "title": "我的团队",
  585. "group": "分销商城"
  586. }
  587. },
  588. {
  589. "path": "promoter",
  590. "style": {
  591. "navigationBarTitleText": "推广人排行榜"
  592. },
  593. "meta": {
  594. "auth": true,
  595. "sync": true,
  596. "title": "推广人排行榜",
  597. "group": "分销商城"
  598. }
  599. },
  600. {
  601. "path": "commission-ranking",
  602. "style": {
  603. "navigationBarTitleText": "佣金排行榜"
  604. },
  605. "meta": {
  606. "auth": true,
  607. "sync": true,
  608. "title": "佣金排行榜",
  609. "group": "分销商城"
  610. }
  611. },
  612. {
  613. "path": "withdraw",
  614. "style": {
  615. "navigationBarTitleText": "申请提现"
  616. },
  617. "meta": {
  618. "auth": true,
  619. "sync": true,
  620. "title": "申请提现",
  621. "group": "分销商城"
  622. }
  623. }
  624. ]
  625. },
  626. {
  627. "root": "pages/app",
  628. "pages": [
  629. {
  630. "path": "sign",
  631. "style": {
  632. "navigationBarTitleText": "签到中心"
  633. },
  634. "meta": {
  635. "auth": true,
  636. "sync": true,
  637. "title": "签到中心",
  638. "group": "应用"
  639. }
  640. }
  641. ]
  642. },
  643. {
  644. "root": "pages/public",
  645. "pages": [
  646. {
  647. "path": "setting",
  648. "style": {
  649. "navigationBarTitleText": "系统设置"
  650. },
  651. "meta": {
  652. "sync": true,
  653. "title": "系统设置",
  654. "group": "通用"
  655. }
  656. },
  657. {
  658. "path": "richtext",
  659. "style": {
  660. "navigationBarTitleText": "富文本"
  661. },
  662. "meta": {
  663. "sync": true,
  664. "title": "富文本",
  665. "group": "通用"
  666. }
  667. },
  668. {
  669. "path": "faq",
  670. "style": {
  671. "navigationBarTitleText": "常见问题"
  672. },
  673. "meta": {
  674. "sync": true,
  675. "title": "常见问题",
  676. "group": "通用"
  677. }
  678. },
  679. {
  680. "path": "error",
  681. "style": {
  682. "navigationBarTitleText": "错误页面"
  683. }
  684. },
  685. {
  686. "path": "webview",
  687. "style": {
  688. "navigationBarTitleText": ""
  689. }
  690. }
  691. ]
  692. },
  693. {
  694. "root": "pages/coupon",
  695. "pages": [
  696. {
  697. "path": "list",
  698. "style": {
  699. "navigationBarTitleText": "领券中心"
  700. },
  701. "meta": {
  702. "sync": true,
  703. "title": "领券中心",
  704. "group": "优惠券"
  705. }
  706. },
  707. {
  708. "path": "detail",
  709. "style": {
  710. "navigationBarTitleText": "优惠券"
  711. },
  712. "meta": {
  713. "auth": false,
  714. "sync": true,
  715. "title": "优惠券详情",
  716. "group": "优惠券"
  717. }
  718. }
  719. ]
  720. },
  721. {
  722. "root": "pages/chat",
  723. "pages": [
  724. {
  725. "path": "index",
  726. "style": {
  727. "navigationBarTitleText": "客服"
  728. },
  729. "meta": {
  730. "auth": true,
  731. "sync": true,
  732. "title": "客服",
  733. "group": "客服"
  734. }
  735. }
  736. ]
  737. },
  738. {
  739. "root": "pages/pay",
  740. "pages": [
  741. {
  742. "path": "index",
  743. "style": {
  744. "navigationBarTitleText": "收银台"
  745. }
  746. },
  747. {
  748. "path": "result",
  749. "style": {
  750. "navigationBarTitleText": "支付结果"
  751. }
  752. },
  753. {
  754. "path": "recharge",
  755. "style": {
  756. "navigationBarTitleText": "充值余额"
  757. },
  758. "meta": {
  759. "auth": true,
  760. "sync": true,
  761. "title": "充值余额",
  762. "group": "支付"
  763. }
  764. },
  765. {
  766. "path": "recharge-log",
  767. "style": {
  768. "navigationBarTitleText": "充值记录"
  769. },
  770. "meta": {
  771. "auth": true,
  772. "sync": true,
  773. "title": "充值记录",
  774. "group": "支付"
  775. }
  776. }
  777. ]
  778. },
  779. {
  780. "root": "pages/activity",
  781. "pages": [
  782. {
  783. "path": "groupon/detail",
  784. "style": {
  785. "navigationBarTitleText": "拼团详情"
  786. }
  787. },
  788. {
  789. "path": "groupon/order",
  790. "style": {
  791. "navigationBarTitleText": "我的拼团",
  792. "enablePullDownRefresh": true
  793. },
  794. "meta": {
  795. "auth": true,
  796. "sync": true,
  797. "title": "拼团订单",
  798. "group": "营销活动"
  799. }
  800. },
  801. {
  802. "path": "index",
  803. "style": {
  804. "navigationBarTitleText": "营销产品"
  805. },
  806. "meta": {
  807. "sync": true,
  808. "title": "营销产品",
  809. "group": "营销活动"
  810. }
  811. },
  812. {
  813. "path": "groupon/list",
  814. "style": {
  815. "navigationBarTitleText": "拼团活动"
  816. },
  817. "meta": {
  818. "sync": true,
  819. "title": "拼团活动",
  820. "group": "营销活动"
  821. }
  822. },
  823. {
  824. "path": "seckill/list",
  825. "style": {
  826. "navigationBarTitleText": "秒杀活动"
  827. },
  828. "meta": {
  829. "sync": true,
  830. "title": "秒杀活动",
  831. "group": "营销活动"
  832. }
  833. },
  834. {
  835. "path": "point/list",
  836. "style": {
  837. "navigationBarTitleText": "积分商城"
  838. },
  839. "meta": {
  840. "sync": true,
  841. "title": "积分商城",
  842. "group": "营销活动"
  843. }
  844. }
  845. ]
  846. }
  847. ],
  848. "globalStyle": {
  849. "navigationBarTextStyle": "black",
  850. "navigationBarTitleText": "江苏赢伟达资产管理有限公司",
  851. "navigationBarBackgroundColor": "#FFFFFF",
  852. "backgroundColor": "#FFFFFF",
  853. "navigationStyle": "custom"
  854. },
  855. "tabBar": {
  856. "list": [
  857. {
  858. "pagePath": "pages/index/index"
  859. },
  860. // {
  861. // "pagePath": "pages/index/cart"
  862. // },
  863. {
  864. "pagePath": "pages/index/user"
  865. }
  866. ]
  867. }
  868. }