pages.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763
  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/index/search",
  66. "style": {
  67. "navigationBarTitleText": "搜索"
  68. },
  69. "meta": {
  70. "sync": true,
  71. "title": "搜索",
  72. "group": "商城"
  73. }
  74. },
  75. {
  76. "path": "pages/index/page",
  77. "style": {
  78. "navigationBarTitleText": ""
  79. },
  80. "meta": {
  81. "auth": false,
  82. "sync": true,
  83. "title": "自定义页面",
  84. "group": "商城"
  85. }
  86. }
  87. ],
  88. "subPackages": [
  89. {
  90. "root": "pages/goods",
  91. "pages": [
  92. {
  93. "path": "index",
  94. "style": {
  95. "navigationBarTitleText": "商品详情"
  96. },
  97. "meta": {
  98. "sync": true,
  99. "title": "普通商品",
  100. "group": "商品"
  101. }
  102. },
  103. {
  104. "path": "groupon",
  105. "style": {
  106. "navigationBarTitleText": "拼团商品"
  107. },
  108. "meta": {
  109. "sync": true,
  110. "title": "拼团商品",
  111. "group": "商品"
  112. }
  113. },
  114. {
  115. "path": "seckill",
  116. "style": {
  117. "navigationBarTitleText": "秒杀商品"
  118. },
  119. "meta": {
  120. "sync": true,
  121. "title": "秒杀商品",
  122. "group": "商品"
  123. }
  124. },
  125. {
  126. "path": "score",
  127. "style": {
  128. "navigationBarTitleText": "积分商品"
  129. },
  130. "meta": {
  131. "sync": true,
  132. "title": "积分商品",
  133. "group": "商品"
  134. }
  135. },
  136. {
  137. "path": "list",
  138. "style": {
  139. "navigationBarTitleText": "商品列表"
  140. },
  141. "meta": {
  142. "sync": true,
  143. "title": "商品列表",
  144. "group": "商品"
  145. }
  146. },
  147. {
  148. "path": "comment/add",
  149. "style": {
  150. "navigationBarTitleText": "评价商品"
  151. },
  152. "meta": {
  153. "auth": true
  154. }
  155. },
  156. {
  157. "path": "comment/list",
  158. "style": {
  159. "navigationBarTitleText": "商品评价"
  160. }
  161. }
  162. ]
  163. },
  164. {
  165. "root": "pages/order",
  166. "pages": [
  167. {
  168. "path": "detail",
  169. "style": {
  170. "navigationBarTitleText": "订单详情"
  171. },
  172. "meta": {
  173. "auth": true,
  174. "title": "订单详情"
  175. }
  176. },
  177. {
  178. "path": "confirm",
  179. "style": {
  180. "navigationBarTitleText": "确认订单"
  181. },
  182. "meta": {
  183. "auth": true,
  184. "title": "确认订单"
  185. }
  186. },
  187. {
  188. "path": "list",
  189. "style": {
  190. "navigationBarTitleText": "我的订单",
  191. "enablePullDownRefresh": true
  192. },
  193. "meta": {
  194. "auth": true,
  195. "sync": true,
  196. "title": "用户订单",
  197. "group": "订单中心"
  198. }
  199. },
  200. {
  201. "path": "invoice",
  202. "style": {
  203. "navigationBarTitleText": "发票详情"
  204. },
  205. "meta": {
  206. "auth": true,
  207. "title": "发票详情"
  208. }
  209. },
  210. {
  211. "path": "dispatch/content",
  212. "style": {
  213. "navigationBarTitleText": "发货内容"
  214. },
  215. "meta": {
  216. "auth": true,
  217. "title": "发货内容"
  218. }
  219. },
  220. {
  221. "path": "aftersale/apply",
  222. "style": {
  223. "navigationBarTitleText": "申请售后"
  224. },
  225. "meta": {
  226. "auth": true,
  227. "title": "申请售后"
  228. }
  229. },
  230. {
  231. "path": "aftersale/list",
  232. "style": {
  233. "navigationBarTitleText": "售后列表"
  234. },
  235. "meta": {
  236. "auth": true,
  237. "sync": true,
  238. "title": "售后订单",
  239. "group": "订单中心"
  240. }
  241. },
  242. {
  243. "path": "aftersale/detail",
  244. "style": {
  245. "navigationBarTitleText": "售后详情"
  246. },
  247. "meta": {
  248. "auth": true,
  249. "title": "售后详情"
  250. }
  251. },
  252. {
  253. "path": "aftersale/log",
  254. "style": {
  255. "navigationBarTitleText": "售后进度"
  256. },
  257. "meta": {
  258. "auth": true,
  259. "title": "售后进度"
  260. }
  261. },
  262. {
  263. "path": "express/log",
  264. "style": {
  265. "navigationBarTitleText": "物流轨迹"
  266. },
  267. "meta": {
  268. "auth": true,
  269. "title": "物流轨迹"
  270. }
  271. },
  272. {
  273. "path": "express/list",
  274. "style": {
  275. "navigationBarTitleText": "订单包裹"
  276. },
  277. "meta": {
  278. "auth": true,
  279. "title": "订单包裹"
  280. }
  281. }
  282. ]
  283. },
  284. {
  285. "root": "pages/user",
  286. "pages": [
  287. {
  288. "path": "info",
  289. "style": {
  290. "navigationBarTitleText": "我的信息"
  291. },
  292. "meta": {
  293. "auth": true,
  294. "sync": true,
  295. "title": "用户信息",
  296. "group": "用户中心"
  297. }
  298. },
  299. {
  300. "path": "goods-collect",
  301. "style": {
  302. "navigationBarTitleText": "我的收藏"
  303. },
  304. "meta": {
  305. "auth": true,
  306. "sync": true,
  307. "title": "商品收藏",
  308. "group": "用户中心"
  309. }
  310. },
  311. {
  312. "path": "goods-log",
  313. "style": {
  314. "navigationBarTitleText": "我的足迹"
  315. },
  316. "meta": {
  317. "auth": true,
  318. "sync": true,
  319. "title": "浏览记录",
  320. "group": "用户中心"
  321. }
  322. },
  323. {
  324. "path": "address/list",
  325. "style": {
  326. "navigationBarTitleText": "收货地址"
  327. },
  328. "meta": {
  329. "auth": true,
  330. "sync": true,
  331. "title": "地址管理",
  332. "group": "用户中心"
  333. }
  334. },
  335. {
  336. "path": "address/edit",
  337. "style": {
  338. "navigationBarTitleText": "编辑地址"
  339. },
  340. "meta": {
  341. "auth": true,
  342. "title": "编辑地址"
  343. }
  344. },
  345. {
  346. "path": "invoice/list",
  347. "style": {
  348. "navigationBarTitleText": "发票管理"
  349. },
  350. "meta": {
  351. "auth": true,
  352. "sync": true,
  353. "title": "发票管理",
  354. "group": "用户中心"
  355. }
  356. },
  357. {
  358. "path": "invoice/edit",
  359. "style": {
  360. "navigationBarTitleText": "编辑发票"
  361. },
  362. "meta": {
  363. "auth": true,
  364. "title": "编辑发票"
  365. }
  366. },
  367. {
  368. "path": "wallet/money",
  369. "style": {
  370. "navigationBarTitleText": "我的余额"
  371. },
  372. "meta": {
  373. "auth": true,
  374. "sync": true,
  375. "title": "用户余额",
  376. "group": "用户中心"
  377. }
  378. },
  379. {
  380. "path": "wallet/commission",
  381. "style": {
  382. "navigationBarTitleText": "我的佣金"
  383. },
  384. "meta": {
  385. "auth": true,
  386. "sync": true,
  387. "title": "用户佣金",
  388. "group": "分销中心"
  389. }
  390. },
  391. {
  392. "path": "wallet/score",
  393. "style": {
  394. "navigationBarTitleText": "我的积分"
  395. },
  396. "meta": {
  397. "auth": true,
  398. "sync": true,
  399. "title": "用户积分",
  400. "group": "用户中心"
  401. }
  402. }
  403. ]
  404. },
  405. {
  406. "root": "pages/commission",
  407. "pages": [
  408. {
  409. "path": "index",
  410. "style": {
  411. "navigationBarTitleText": "分销"
  412. },
  413. "meta": {
  414. "auth": true,
  415. "sync": true,
  416. "title": "分销中心",
  417. "group": "分销商城"
  418. }
  419. },
  420. {
  421. "path": "apply",
  422. "style": {
  423. "navigationBarTitleText": "申请分销商"
  424. },
  425. "meta": {
  426. "auth": true,
  427. "sync": true,
  428. "title": "申请分销商",
  429. "group": "分销商城"
  430. }
  431. },
  432. {
  433. "path": "goods",
  434. "style": {
  435. "navigationBarTitleText": "推广商品"
  436. },
  437. "meta": {
  438. "auth": true,
  439. "sync": true,
  440. "title": "推广商品",
  441. "group": "分销商城"
  442. }
  443. },
  444. {
  445. "path": "order",
  446. "style": {
  447. "navigationBarTitleText": "分销订单"
  448. },
  449. "meta": {
  450. "auth": true,
  451. "sync": true,
  452. "title": "分销订单",
  453. "group": "分销商城"
  454. }
  455. },
  456. {
  457. "path": "share-log",
  458. "style": {
  459. "navigationBarTitleText": "分享记录"
  460. },
  461. "meta": {
  462. "auth": true,
  463. "sync": true,
  464. "title": "分享记录",
  465. "group": "分销商城"
  466. }
  467. },
  468. {
  469. "path": "team",
  470. "style": {
  471. "navigationBarTitleText": "我的团队"
  472. },
  473. "meta": {
  474. "auth": true,
  475. "sync": true,
  476. "title": "我的团队",
  477. "group": "分销商城"
  478. }
  479. }
  480. ]
  481. },
  482. {
  483. "root": "pages/app",
  484. "pages": [
  485. {
  486. "path": "sign",
  487. "style": {
  488. "navigationBarTitleText": "签到中心"
  489. },
  490. "meta": {
  491. "auth": true,
  492. "sync": true,
  493. "title": "签到中心",
  494. "group": "应用"
  495. }
  496. },
  497. {
  498. "path": "score-shop",
  499. "style": {
  500. "navigationBarTitleText": "积分商城"
  501. },
  502. "meta": {
  503. "auth": false,
  504. "sync": true,
  505. "title": "积分商城",
  506. "group": "应用"
  507. }
  508. }
  509. ]
  510. },
  511. {
  512. "root": "pages/public",
  513. "pages": [
  514. {
  515. "path": "setting",
  516. "style": {
  517. "navigationBarTitleText": "系统设置"
  518. },
  519. "meta": {
  520. "sync": true,
  521. "title": "系统设置",
  522. "group": "通用"
  523. }
  524. },
  525. {
  526. "path": "feedback",
  527. "style": {
  528. "navigationBarTitleText": "问题反馈"
  529. },
  530. "meta": {
  531. "auth": true,
  532. "sync": true,
  533. "title": "问题反馈",
  534. "group": "通用"
  535. }
  536. },
  537. {
  538. "path": "richtext",
  539. "style": {
  540. "navigationBarTitleText": "富文本"
  541. },
  542. "meta": {
  543. "sync": true,
  544. "title": "富文本",
  545. "group": "通用"
  546. }
  547. },
  548. {
  549. "path": "faq",
  550. "style": {
  551. "navigationBarTitleText": "常见问题"
  552. },
  553. "meta": {
  554. "sync": true,
  555. "title": "常见问题",
  556. "group": "通用"
  557. }
  558. },
  559. {
  560. "path": "error",
  561. "style": {
  562. "navigationBarTitleText": "错误页面"
  563. }
  564. },
  565. {
  566. "path": "webview",
  567. "style": {
  568. "navigationBarTitleText": ""
  569. }
  570. }
  571. ]
  572. },
  573. {
  574. "root": "pages/coupon",
  575. "pages": [
  576. {
  577. "path": "list",
  578. "style": {
  579. "navigationBarTitleText": "领券中心"
  580. },
  581. "meta": {
  582. "sync": true,
  583. "title": "领券中心",
  584. "group": "优惠券"
  585. }
  586. },
  587. {
  588. "path": "detail",
  589. "style": {
  590. "navigationBarTitleText": "优惠券"
  591. },
  592. "meta": {
  593. "auth": false,
  594. "sync": true,
  595. "title": "优惠券详情",
  596. "group": "优惠券"
  597. }
  598. }
  599. ]
  600. },
  601. {
  602. "root": "pages/chat",
  603. "pages": [
  604. {
  605. "path": "index",
  606. "style": {
  607. "navigationBarTitleText": "客服"
  608. },
  609. "meta": {
  610. "auth": true,
  611. "sync": true,
  612. "title": "客服",
  613. "group": "客服"
  614. }
  615. }
  616. ]
  617. },
  618. {
  619. "root": "pages/pay",
  620. "pages": [
  621. {
  622. "path": "index",
  623. "style": {
  624. "navigationBarTitleText": "收银台"
  625. }
  626. },
  627. {
  628. "path": "result",
  629. "style": {
  630. "navigationBarTitleText": "支付结果"
  631. }
  632. },
  633. {
  634. "path": "recharge",
  635. "style": {
  636. "navigationBarTitleText": "充值余额"
  637. },
  638. "meta": {
  639. "auth": true,
  640. "sync": true,
  641. "title": "充值余额",
  642. "group": "支付"
  643. }
  644. },
  645. {
  646. "path": "recharge-log",
  647. "style": {
  648. "navigationBarTitleText": "充值记录"
  649. },
  650. "meta": {
  651. "auth": true,
  652. "sync": true,
  653. "title": "充值记录",
  654. "group": "支付"
  655. }
  656. },
  657. {
  658. "path": "withdraw",
  659. "style": {
  660. "navigationBarTitleText": "申请提现"
  661. },
  662. "meta": {
  663. "auth": true,
  664. "sync": true,
  665. "title": "申请提现",
  666. "group": "支付"
  667. }
  668. },
  669. {
  670. "path": "withdraw-log",
  671. "style": {
  672. "navigationBarTitleText": "提现记录"
  673. },
  674. "meta": {
  675. "auth": true,
  676. "sync": true,
  677. "title": "提现记录",
  678. "group": "支付"
  679. }
  680. }
  681. ]
  682. },
  683. {
  684. "root": "pages/activity",
  685. "pages": [
  686. {
  687. "path": "groupon/detail",
  688. "style": {
  689. "navigationBarTitleText": "拼团详情"
  690. }
  691. },
  692. {
  693. "path": "groupon/order",
  694. "style": {
  695. "navigationBarTitleText": "我的拼团",
  696. "enablePullDownRefresh": true
  697. },
  698. "meta": {
  699. "auth": true,
  700. "sync": true,
  701. "title": "拼团订单",
  702. "group": "营销活动"
  703. }
  704. },
  705. {
  706. "path": "index",
  707. "style": {
  708. "navigationBarTitleText": "营销商品"
  709. },
  710. "meta": {
  711. "sync": true,
  712. "title": "营销商品",
  713. "group": "营销活动"
  714. }
  715. },
  716. {
  717. "path": "groupon/list",
  718. "style": {
  719. "navigationBarTitleText": "拼团活动"
  720. },
  721. "meta": {
  722. "sync": true,
  723. "title": "拼团活动",
  724. "group": "营销活动"
  725. }
  726. },
  727. {
  728. "path": "seckill/list",
  729. "style": {
  730. "navigationBarTitleText": "秒杀活动"
  731. },
  732. "meta": {
  733. "sync": true,
  734. "title": "秒杀活动",
  735. "group": "营销活动"
  736. }
  737. }
  738. ]
  739. }
  740. ],
  741. "globalStyle": {
  742. "navigationBarTextStyle": "black",
  743. "navigationBarTitleText": "星品购",
  744. "navigationBarBackgroundColor": "#FFFFFF",
  745. "backgroundColor": "#FFFFFF",
  746. "navigationStyle": "custom"
  747. },
  748. "tabBar": {
  749. "list": [
  750. {
  751. "pagePath": "pages/index/index"
  752. },
  753. {
  754. "pagePath": "pages/index/cart"
  755. },
  756. {
  757. "pagePath": "pages/index/user"
  758. }
  759. ]
  760. }
  761. }