pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699
  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": "goods_details_store/index",
  332. "style": {
  333. "navigationBarTitleText": "自提门店"
  334. },
  335. "meta": {
  336. "auth": true,
  337. "sync": true,
  338. "title": "地址管理",
  339. "group": "用户中心"
  340. }
  341. },
  342. {
  343. "path": "wallet/money",
  344. "style": {
  345. "navigationBarTitleText": "我的余额"
  346. },
  347. "meta": {
  348. "auth": true,
  349. "sync": true,
  350. "title": "用户余额",
  351. "group": "用户中心"
  352. }
  353. },
  354. {
  355. "path": "wallet/score",
  356. "style": {
  357. "navigationBarTitleText": "我的积分"
  358. },
  359. "meta": {
  360. "auth": true,
  361. "sync": true,
  362. "title": "用户积分",
  363. "group": "用户中心"
  364. }
  365. }
  366. ]
  367. },
  368. {
  369. "root": "pages/commission",
  370. "pages": [{
  371. "path": "index",
  372. "style": {
  373. "navigationBarTitleText": "分销"
  374. },
  375. "meta": {
  376. "auth": true,
  377. "sync": true,
  378. "title": "分销中心",
  379. "group": "分销商城"
  380. }
  381. },
  382. {
  383. "path": "wallet",
  384. "style": {
  385. "navigationBarTitleText": "我的佣金"
  386. },
  387. "meta": {
  388. "auth": true,
  389. "sync": true,
  390. "title": "用户佣金",
  391. "group": "分销中心"
  392. }
  393. },
  394. {
  395. "path": "goods",
  396. "style": {
  397. "navigationBarTitleText": "推广商品"
  398. },
  399. "meta": {
  400. "auth": true,
  401. "sync": true,
  402. "title": "推广商品",
  403. "group": "分销商城"
  404. }
  405. },
  406. {
  407. "path": "order",
  408. "style": {
  409. "navigationBarTitleText": "分销订单"
  410. },
  411. "meta": {
  412. "auth": true,
  413. "sync": true,
  414. "title": "分销订单",
  415. "group": "分销商城"
  416. }
  417. },
  418. {
  419. "path": "team",
  420. "style": {
  421. "navigationBarTitleText": "我的团队"
  422. },
  423. "meta": {
  424. "auth": true,
  425. "sync": true,
  426. "title": "我的团队",
  427. "group": "分销商城"
  428. }
  429. }, {
  430. "path": "promoter",
  431. "style": {
  432. "navigationBarTitleText": "推广人排行榜"
  433. },
  434. "meta": {
  435. "auth": true,
  436. "sync": true,
  437. "title": "推广人排行榜",
  438. "group": "分销商城"
  439. }
  440. }, {
  441. "path": "commission-ranking",
  442. "style": {
  443. "navigationBarTitleText": "佣金排行榜"
  444. },
  445. "meta": {
  446. "auth": true,
  447. "sync": true,
  448. "title": "佣金排行榜",
  449. "group": "分销商城"
  450. }
  451. }, {
  452. "path": "withdraw",
  453. "style": {
  454. "navigationBarTitleText": "申请提现"
  455. },
  456. "meta": {
  457. "auth": true,
  458. "sync": true,
  459. "title": "申请提现",
  460. "group": "分销商城"
  461. }
  462. }
  463. ]
  464. },
  465. {
  466. "root": "pages/app",
  467. "pages": [{
  468. "path": "sign",
  469. "style": {
  470. "navigationBarTitleText": "签到中心"
  471. },
  472. "meta": {
  473. "auth": true,
  474. "sync": true,
  475. "title": "签到中心",
  476. "group": "应用"
  477. }
  478. }]
  479. },
  480. {
  481. "root": "pages/public",
  482. "pages": [{
  483. "path": "setting",
  484. "style": {
  485. "navigationBarTitleText": "系统设置"
  486. },
  487. "meta": {
  488. "sync": true,
  489. "title": "系统设置",
  490. "group": "通用"
  491. }
  492. },
  493. {
  494. "path": "richtext",
  495. "style": {
  496. "navigationBarTitleText": "富文本"
  497. },
  498. "meta": {
  499. "sync": true,
  500. "title": "富文本",
  501. "group": "通用"
  502. }
  503. },
  504. {
  505. "path": "faq",
  506. "style": {
  507. "navigationBarTitleText": "常见问题"
  508. },
  509. "meta": {
  510. "sync": true,
  511. "title": "常见问题",
  512. "group": "通用"
  513. }
  514. },
  515. {
  516. "path": "error",
  517. "style": {
  518. "navigationBarTitleText": "错误页面"
  519. }
  520. },
  521. {
  522. "path": "webview",
  523. "style": {
  524. "navigationBarTitleText": ""
  525. }
  526. }
  527. ]
  528. },
  529. {
  530. "root": "pages/coupon",
  531. "pages": [{
  532. "path": "list",
  533. "style": {
  534. "navigationBarTitleText": "领券中心"
  535. },
  536. "meta": {
  537. "sync": true,
  538. "title": "领券中心",
  539. "group": "优惠券"
  540. }
  541. },
  542. {
  543. "path": "detail",
  544. "style": {
  545. "navigationBarTitleText": "优惠券"
  546. },
  547. "meta": {
  548. "auth": false,
  549. "sync": true,
  550. "title": "优惠券详情",
  551. "group": "优惠券"
  552. }
  553. }
  554. ]
  555. },
  556. {
  557. "root": "pages/chat",
  558. "pages": [{
  559. "path": "index",
  560. "style": {
  561. "navigationBarTitleText": "客服"
  562. },
  563. "meta": {
  564. "auth": true,
  565. "sync": true,
  566. "title": "客服",
  567. "group": "客服"
  568. }
  569. }]
  570. },
  571. {
  572. "root": "pages/pay",
  573. "pages": [{
  574. "path": "index",
  575. "style": {
  576. "navigationBarTitleText": "收银台"
  577. }
  578. },
  579. {
  580. "path": "result",
  581. "style": {
  582. "navigationBarTitleText": "支付结果"
  583. }
  584. },
  585. {
  586. "path": "recharge",
  587. "style": {
  588. "navigationBarTitleText": "充值余额"
  589. },
  590. "meta": {
  591. "auth": true,
  592. "sync": true,
  593. "title": "充值余额",
  594. "group": "支付"
  595. }
  596. },
  597. {
  598. "path": "recharge-log",
  599. "style": {
  600. "navigationBarTitleText": "充值记录"
  601. },
  602. "meta": {
  603. "auth": true,
  604. "sync": true,
  605. "title": "充值记录",
  606. "group": "支付"
  607. }
  608. }
  609. ]
  610. },
  611. {
  612. "root": "pages/activity",
  613. "pages": [{
  614. "path": "groupon/detail",
  615. "style": {
  616. "navigationBarTitleText": "拼团详情"
  617. }
  618. },
  619. {
  620. "path": "groupon/order",
  621. "style": {
  622. "navigationBarTitleText": "我的拼团",
  623. "enablePullDownRefresh": true
  624. },
  625. "meta": {
  626. "auth": true,
  627. "sync": true,
  628. "title": "拼团订单",
  629. "group": "营销活动"
  630. }
  631. },
  632. {
  633. "path": "index",
  634. "style": {
  635. "navigationBarTitleText": "营销商品"
  636. },
  637. "meta": {
  638. "sync": true,
  639. "title": "营销商品",
  640. "group": "营销活动"
  641. }
  642. },
  643. {
  644. "path": "groupon/list",
  645. "style": {
  646. "navigationBarTitleText": "拼团活动"
  647. },
  648. "meta": {
  649. "sync": true,
  650. "title": "拼团活动",
  651. "group": "营销活动"
  652. }
  653. },
  654. {
  655. "path": "seckill/list",
  656. "style": {
  657. "navigationBarTitleText": "秒杀活动"
  658. },
  659. "meta": {
  660. "sync": true,
  661. "title": "秒杀活动",
  662. "group": "营销活动"
  663. }
  664. },
  665. {
  666. "path": "point/list",
  667. "style": {
  668. "navigationBarTitleText": "积分商城"
  669. },
  670. "meta": {
  671. "sync": true,
  672. "title": "积分商城",
  673. "group": "营销活动"
  674. }
  675. }
  676. ]
  677. }
  678. ],
  679. "globalStyle": {
  680. "navigationBarTextStyle": "black",
  681. "navigationBarTitleText": "芋道商城",
  682. "navigationBarBackgroundColor": "#FFFFFF",
  683. "backgroundColor": "#FFFFFF",
  684. "navigationStyle": "custom"
  685. },
  686. "tabBar": {
  687. "list": [{
  688. "pagePath": "pages/index/index"
  689. },
  690. {
  691. "pagePath": "pages/index/cart"
  692. },
  693. {
  694. "pagePath": "pages/index/user"
  695. }
  696. ]
  697. }
  698. }