pages.json 13 KB

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