pages.json 13 KB

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