pages.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899
  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/XDHome/homePage/homePage",
  11. "style": {
  12. "navigationBarTitleText": "首页",
  13. "enablePullDownRefresh": true
  14. },
  15. "meta": {
  16. "sync": true,
  17. "title": "首页",
  18. "group": "商城"
  19. }
  20. },
  21. {
  22. "path": "pages/index/index",
  23. "aliasPath": "/",
  24. "style": {
  25. "navigationBarTitleText": "首页",
  26. "enablePullDownRefresh": true
  27. },
  28. "meta": {
  29. "auth": false,
  30. "sync": true,
  31. "title": "首页",
  32. "group": "商城"
  33. }
  34. },
  35. {
  36. "path": "pages/XDHome/myHome/myHome",
  37. "style": {
  38. "navigationBarTitleText": "我的",
  39. "enablePullDownRefresh": true
  40. },
  41. "meta": {
  42. "sync": true,
  43. "title": "我的",
  44. "group": "商城"
  45. }
  46. },
  47. {
  48. "path": "pages/XDHome/orderInfoList/orderInfoList",
  49. "style": {
  50. "navigationBarTitleText": "订单",
  51. "enablePullDownRefresh": true
  52. },
  53. "meta": {
  54. "sync": true,
  55. "title": "订单",
  56. "group": "商城"
  57. }
  58. },
  59. {
  60. "path": "pages/index/category",
  61. "style": {
  62. "navigationBarTitleText": "商品分类"
  63. },
  64. "meta": {
  65. "sync": true,
  66. "title": "商品分类",
  67. "group": "商城"
  68. }
  69. },
  70. {
  71. "path": "pages/index/cart",
  72. "style": {
  73. "navigationBarTitleText": "购物车"
  74. },
  75. "meta": {
  76. "sync": true,
  77. "title": "购物车",
  78. "group": "商城"
  79. }
  80. },
  81. {
  82. "path": "pages/index/user",
  83. "style": {
  84. "navigationBarTitleText": "个人中心",
  85. "enablePullDownRefresh": true
  86. },
  87. "meta": {
  88. "sync": true,
  89. "title": "个人中心",
  90. "group": "商城"
  91. }
  92. },
  93. {
  94. "path": "pages/XDHome/technicianList/technicianList",
  95. "style": {
  96. "navigationBarTitleText": "技师列表",
  97. "enablePullDownRefresh": true
  98. },
  99. "meta": {
  100. "sync": true,
  101. "title": "技师列表",
  102. "group": "商城"
  103. }
  104. },
  105. {
  106. "path": "pages/index/login",
  107. "style": {
  108. "navigationBarTitleText": "登录"
  109. }
  110. },
  111. {
  112. "path": "pages/index/search",
  113. "style": {
  114. "navigationBarTitleText": "搜索"
  115. },
  116. "meta": {
  117. "sync": true,
  118. "title": "搜索",
  119. "group": "商城"
  120. }
  121. },
  122. {
  123. "path": "pages/index/page",
  124. "style": {
  125. "navigationBarTitleText": ""
  126. },
  127. "meta": {
  128. "auth": false,
  129. "sync": true,
  130. "title": "自定义页面",
  131. "group": "商城"
  132. }
  133. }
  134. ],
  135. "subPackages": [{
  136. "root": "pages/goods",
  137. "pages": [{
  138. "path": "index",
  139. "style": {
  140. "navigationBarTitleText": "商品详情"
  141. },
  142. "meta": {
  143. "sync": true,
  144. "title": "普通商品",
  145. "group": "商品"
  146. }
  147. },
  148. {
  149. "path": "groupon",
  150. "style": {
  151. "navigationBarTitleText": "拼团商品"
  152. },
  153. "meta": {
  154. "sync": true,
  155. "title": "拼团商品",
  156. "group": "商品"
  157. }
  158. },
  159. {
  160. "path": "seckill",
  161. "style": {
  162. "navigationBarTitleText": "秒杀商品"
  163. },
  164. "meta": {
  165. "sync": true,
  166. "title": "秒杀商品",
  167. "group": "商品"
  168. }
  169. },
  170. {
  171. "path": "list",
  172. "style": {
  173. "navigationBarTitleText": "商品列表"
  174. },
  175. "meta": {
  176. "sync": true,
  177. "title": "商品列表",
  178. "group": "商品"
  179. }
  180. },
  181. {
  182. "path": "comment/add",
  183. "style": {
  184. "navigationBarTitleText": "评价商品"
  185. },
  186. "meta": {
  187. "auth": true
  188. }
  189. },
  190. {
  191. "path": "comment/list",
  192. "style": {
  193. "navigationBarTitleText": "商品评价"
  194. }
  195. }
  196. ]
  197. },
  198. {
  199. "root": "pages/order",
  200. "pages": [{
  201. "path": "detail",
  202. "style": {
  203. "navigationBarTitleText": "订单详情"
  204. },
  205. "meta": {
  206. "auth": true,
  207. "title": "订单详情"
  208. }
  209. },
  210. {
  211. "path": "confirm",
  212. "style": {
  213. "navigationBarTitleText": "确认订单"
  214. },
  215. "meta": {
  216. "auth": true,
  217. "title": "确认订单"
  218. }
  219. },
  220. {
  221. "path": "list",
  222. "style": {
  223. "navigationBarTitleText": "我的订单",
  224. "enablePullDownRefresh": true
  225. },
  226. "meta": {
  227. "auth": true,
  228. "sync": true,
  229. "title": "用户订单",
  230. "group": "订单中心"
  231. }
  232. },
  233. {
  234. "path": "aftersale/apply",
  235. "style": {
  236. "navigationBarTitleText": "申请售后"
  237. },
  238. "meta": {
  239. "auth": true,
  240. "title": "申请售后"
  241. }
  242. },
  243. {
  244. "path": "aftersale/return-delivery",
  245. "style": {
  246. "navigationBarTitleText": "退货物流"
  247. },
  248. "meta": {
  249. "auth": true,
  250. "title": "退货物流"
  251. }
  252. },
  253. {
  254. "path": "aftersale/list",
  255. "style": {
  256. "navigationBarTitleText": "售后列表"
  257. },
  258. "meta": {
  259. "auth": true,
  260. "sync": true,
  261. "title": "售后订单",
  262. "group": "订单中心"
  263. }
  264. },
  265. {
  266. "path": "aftersale/detail",
  267. "style": {
  268. "navigationBarTitleText": "售后详情"
  269. },
  270. "meta": {
  271. "auth": true,
  272. "title": "售后详情"
  273. }
  274. },
  275. {
  276. "path": "aftersale/log",
  277. "style": {
  278. "navigationBarTitleText": "售后进度"
  279. },
  280. "meta": {
  281. "auth": true,
  282. "title": "售后进度"
  283. }
  284. },
  285. {
  286. "path": "express/log",
  287. "style": {
  288. "navigationBarTitleText": "物流轨迹"
  289. },
  290. "meta": {
  291. "auth": true,
  292. "title": "物流轨迹"
  293. }
  294. }
  295. ]
  296. },
  297. {
  298. "root": "pages/user",
  299. "pages": [{
  300. "path": "info",
  301. "style": {
  302. "navigationBarTitleText": "我的信息"
  303. },
  304. "meta": {
  305. "auth": true,
  306. "sync": true,
  307. "title": "用户信息",
  308. "group": "用户中心"
  309. }
  310. },
  311. {
  312. "path": "goods-collect",
  313. "style": {
  314. "navigationBarTitleText": "我的收藏"
  315. },
  316. "meta": {
  317. "auth": true,
  318. "sync": true,
  319. "title": "商品收藏",
  320. "group": "用户中心"
  321. }
  322. },
  323. {
  324. "path": "goods-log",
  325. "style": {
  326. "navigationBarTitleText": "我的足迹"
  327. },
  328. "meta": {
  329. "auth": true,
  330. "sync": true,
  331. "title": "浏览记录",
  332. "group": "用户中心"
  333. }
  334. },
  335. {
  336. "path": "address/list",
  337. "style": {
  338. "navigationBarTitleText": "收货地址"
  339. },
  340. "meta": {
  341. "auth": true,
  342. "sync": true,
  343. "title": "地址管理",
  344. "group": "用户中心"
  345. }
  346. },
  347. {
  348. "path": "address/edit",
  349. "style": {
  350. "navigationBarTitleText": "编辑地址"
  351. },
  352. "meta": {
  353. "auth": true,
  354. "title": "编辑地址"
  355. }
  356. },
  357. {
  358. "path": "goods_details_store/index",
  359. "style": {
  360. "navigationBarTitleText": "自提门店"
  361. },
  362. "meta": {
  363. "auth": true,
  364. "sync": true,
  365. "title": "地址管理",
  366. "group": "用户中心"
  367. }
  368. },
  369. {
  370. "path": "wallet/money",
  371. "style": {
  372. "navigationBarTitleText": "我的余额"
  373. },
  374. "meta": {
  375. "auth": true,
  376. "sync": true,
  377. "title": "用户余额",
  378. "group": "用户中心"
  379. }
  380. },
  381. {
  382. "path": "wallet/score",
  383. "style": {
  384. "navigationBarTitleText": "我的积分"
  385. },
  386. "meta": {
  387. "auth": true,
  388. "sync": true,
  389. "title": "用户积分",
  390. "group": "用户中心"
  391. }
  392. }
  393. ]
  394. },
  395. {
  396. "root": "pages/commission",
  397. "pages": [{
  398. "path": "index",
  399. "style": {
  400. "navigationBarTitleText": "分销"
  401. },
  402. "meta": {
  403. "auth": true,
  404. "sync": true,
  405. "title": "分销中心",
  406. "group": "分销商城"
  407. }
  408. },
  409. {
  410. "path": "wallet",
  411. "style": {
  412. "navigationBarTitleText": "我的佣金"
  413. },
  414. "meta": {
  415. "auth": true,
  416. "sync": true,
  417. "title": "用户佣金",
  418. "group": "分销中心"
  419. }
  420. },
  421. {
  422. "path": "goods",
  423. "style": {
  424. "navigationBarTitleText": "推广商品"
  425. },
  426. "meta": {
  427. "auth": true,
  428. "sync": true,
  429. "title": "推广商品",
  430. "group": "分销商城"
  431. }
  432. },
  433. {
  434. "path": "order",
  435. "style": {
  436. "navigationBarTitleText": "分销订单"
  437. },
  438. "meta": {
  439. "auth": true,
  440. "sync": true,
  441. "title": "分销订单",
  442. "group": "分销商城"
  443. }
  444. },
  445. {
  446. "path": "team",
  447. "style": {
  448. "navigationBarTitleText": "我的团队"
  449. },
  450. "meta": {
  451. "auth": true,
  452. "sync": true,
  453. "title": "我的团队",
  454. "group": "分销商城"
  455. }
  456. }, {
  457. "path": "promoter",
  458. "style": {
  459. "navigationBarTitleText": "推广人排行榜"
  460. },
  461. "meta": {
  462. "auth": true,
  463. "sync": true,
  464. "title": "推广人排行榜",
  465. "group": "分销商城"
  466. }
  467. }, {
  468. "path": "commission-ranking",
  469. "style": {
  470. "navigationBarTitleText": "佣金排行榜"
  471. },
  472. "meta": {
  473. "auth": true,
  474. "sync": true,
  475. "title": "佣金排行榜",
  476. "group": "分销商城"
  477. }
  478. }, {
  479. "path": "withdraw",
  480. "style": {
  481. "navigationBarTitleText": "申请提现"
  482. },
  483. "meta": {
  484. "auth": true,
  485. "sync": true,
  486. "title": "申请提现",
  487. "group": "分销商城"
  488. }
  489. }
  490. ]
  491. },
  492. {
  493. "root": "pages/app",
  494. "pages": [{
  495. "path": "sign",
  496. "style": {
  497. "navigationBarTitleText": "签到中心"
  498. },
  499. "meta": {
  500. "auth": true,
  501. "sync": true,
  502. "title": "签到中心",
  503. "group": "应用"
  504. }
  505. }]
  506. },
  507. {
  508. "root": "pages/public",
  509. "pages": [{
  510. "path": "setting",
  511. "style": {
  512. "navigationBarTitleText": "系统设置"
  513. },
  514. "meta": {
  515. "sync": true,
  516. "title": "系统设置",
  517. "group": "通用"
  518. }
  519. },
  520. {
  521. "path": "richtext",
  522. "style": {
  523. "navigationBarTitleText": "富文本"
  524. },
  525. "meta": {
  526. "sync": true,
  527. "title": "富文本",
  528. "group": "通用"
  529. }
  530. },
  531. {
  532. "path": "faq",
  533. "style": {
  534. "navigationBarTitleText": "常见问题"
  535. },
  536. "meta": {
  537. "sync": true,
  538. "title": "常见问题",
  539. "group": "通用"
  540. }
  541. },
  542. {
  543. "path": "error",
  544. "style": {
  545. "navigationBarTitleText": "错误页面"
  546. }
  547. },
  548. {
  549. "path": "webview",
  550. "style": {
  551. "navigationBarTitleText": ""
  552. }
  553. }
  554. ]
  555. },
  556. {
  557. "root": "pages/coupon",
  558. "pages": [{
  559. "path": "list",
  560. "style": {
  561. "navigationBarTitleText": "领券中心"
  562. },
  563. "meta": {
  564. "sync": true,
  565. "title": "领券中心",
  566. "group": "优惠券"
  567. }
  568. },
  569. {
  570. "path": "detail",
  571. "style": {
  572. "navigationBarTitleText": "优惠券"
  573. },
  574. "meta": {
  575. "auth": false,
  576. "sync": true,
  577. "title": "优惠券详情",
  578. "group": "优惠券"
  579. }
  580. }
  581. ]
  582. },
  583. {
  584. "root": "pages/chat",
  585. "pages": [{
  586. "path": "index",
  587. "style": {
  588. "navigationBarTitleText": "客服"
  589. },
  590. "meta": {
  591. "auth": true,
  592. "sync": true,
  593. "title": "客服",
  594. "group": "客服"
  595. }
  596. }]
  597. },
  598. {
  599. "root": "pages/pay",
  600. "pages": [{
  601. "path": "index",
  602. "style": {
  603. "navigationBarTitleText": "收银台"
  604. }
  605. },
  606. {
  607. "path": "result",
  608. "style": {
  609. "navigationBarTitleText": "支付结果"
  610. }
  611. },
  612. {
  613. "path": "recharge",
  614. "style": {
  615. "navigationBarTitleText": "充值余额"
  616. },
  617. "meta": {
  618. "auth": true,
  619. "sync": true,
  620. "title": "充值余额",
  621. "group": "支付"
  622. }
  623. },
  624. {
  625. "path": "recharge-log",
  626. "style": {
  627. "navigationBarTitleText": "充值记录"
  628. },
  629. "meta": {
  630. "auth": true,
  631. "sync": true,
  632. "title": "充值记录",
  633. "group": "支付"
  634. }
  635. }
  636. ]
  637. },
  638. {
  639. "root": "pages/activity",
  640. "pages": [{
  641. "path": "groupon/detail",
  642. "style": {
  643. "navigationBarTitleText": "拼团详情"
  644. }
  645. },
  646. {
  647. "path": "groupon/order",
  648. "style": {
  649. "navigationBarTitleText": "我的拼团",
  650. "enablePullDownRefresh": true
  651. },
  652. "meta": {
  653. "auth": true,
  654. "sync": true,
  655. "title": "拼团订单",
  656. "group": "营销活动"
  657. }
  658. },
  659. {
  660. "path": "index",
  661. "style": {
  662. "navigationBarTitleText": "营销商品"
  663. },
  664. "meta": {
  665. "sync": true,
  666. "title": "营销商品",
  667. "group": "营销活动"
  668. }
  669. },
  670. {
  671. "path": "groupon/list",
  672. "style": {
  673. "navigationBarTitleText": "拼团活动"
  674. },
  675. "meta": {
  676. "sync": true,
  677. "title": "拼团活动",
  678. "group": "营销活动"
  679. }
  680. },
  681. {
  682. "path": "seckill/list",
  683. "style": {
  684. "navigationBarTitleText": "秒杀活动"
  685. },
  686. "meta": {
  687. "sync": true,
  688. "title": "秒杀活动",
  689. "group": "营销活动"
  690. }
  691. }
  692. ]
  693. },
  694. {
  695. "root": "pages/XDHome/technician",
  696. "pages": [{
  697. "path": "technicianDetails/technicianDetails",
  698. "style": {
  699. "navigationBarTitleText": "技师详情",
  700. "navigationStyle": "custom"
  701. }
  702. },
  703. {
  704. "path": "orderDetails/orderDetails",
  705. "style": {
  706. "navigationBarTitleText": "下单详情",
  707. "navigationStyle": "custom"
  708. }
  709. },
  710. {
  711. "path": "itemList/itemList",
  712. "style": {
  713. "navigationBarTitleText": "项目列表",
  714. "navigationStyle": "custom"
  715. }
  716. },
  717. {
  718. "path": "reservationPlaceOrder/reservationPlaceOrder",
  719. "style": {
  720. "navigationBarTitleText": "预约下单",
  721. "navigationStyle": "custom"
  722. }
  723. },
  724. {
  725. "path": "grabOrders/grabOrders",
  726. "style": {
  727. "navigationBarTitleText": "抢单详情",
  728. "navigationStyle": "custom"
  729. }
  730. },
  731. {
  732. "path": "orderGrabbingTechnician/orderGrabbingTechnician",
  733. "style": {
  734. "navigationBarTitleText": "抢单技师",
  735. "navigationStyle": "custom"
  736. }
  737. },
  738. {
  739. "path": "serviceTimePage/serviceTimePage",
  740. "style": {
  741. "navigationBarTitleText": "预约服务",
  742. "navigationStyle": "custom"
  743. }
  744. },
  745. {
  746. "path": "newAddress/newAddress",
  747. "style": {
  748. "navigationBarTitleText": "新增地址",
  749. "navigationStyle": "custom"
  750. }
  751. },
  752. {
  753. "path": "payBlank/payBlank",
  754. "style": {
  755. "navigationBarTitleText": "空白支付页面",
  756. "navigationStyle": "custom"
  757. }
  758. },
  759. {
  760. "path": "orderDetailInfo/orderDetailInfo",
  761. "style": {
  762. "navigationBarTitleText": "订单详情"
  763. }
  764. },
  765. {
  766. "path": "evaluate/evaluate",
  767. "style": {
  768. "navigationBarTitleText": "评价页面"
  769. }
  770. },
  771. {
  772. "path": "complaint/complaint",
  773. "style": {
  774. "navigationBarTitleText": "投诉页面"
  775. }
  776. },
  777. {
  778. "path": "memberPage/memberPage",
  779. "style": {
  780. "navigationBarTitleText": "开通会员"
  781. }
  782. },
  783. {
  784. "path": "collectionSettings/collectionSettings",
  785. "style": {
  786. "navigationBarTitleText": ""
  787. }
  788. }
  789. ]
  790. },
  791. {
  792. "root": "pages/XDHome/myFeat",
  793. "pages": [{
  794. "path": "wallet/wallet",
  795. "style": {
  796. "navigationBarTitleText": "钱包"
  797. }
  798. },
  799. {
  800. "path": "commission/commission",
  801. "style": {
  802. "navigationBarTitleText": ""
  803. }
  804. },
  805. {
  806. "path": "redEnvelope/redEnvelope",
  807. "style": {
  808. "navigationBarTitleText": ""
  809. }
  810. },
  811. {
  812. "path": "coinPage/coinPage",
  813. "style": {
  814. "navigationBarTitleText": ""
  815. }
  816. },
  817. {
  818. "path": "discountCoupons/discountCoupons",
  819. "style": {
  820. "navigationBarTitleText": ""
  821. }
  822. },
  823. {
  824. "path": "freeProject/freeProject",
  825. "style": {
  826. "navigationBarTitleText": ""
  827. }
  828. },
  829. {
  830. "path": "memberRecharge/memberRecharge",
  831. "style": {
  832. "navigationBarTitleText": ""
  833. }
  834. },
  835. {
  836. "path": "groupBuyingCoupons/groupBuyingCoupons",
  837. "style": {
  838. "navigationBarTitleText": ""
  839. }
  840. },
  841. {
  842. "path": "Packages/Packages",
  843. "style": {
  844. "navigationBarTitleText": "套餐详情"
  845. }
  846. },
  847. {
  848. "path": "collect/collect",
  849. "style": {
  850. "navigationBarTitleText": ""
  851. }
  852. },
  853. {
  854. "path": "signPage/signPage",
  855. "style": {
  856. "navigationBarTitleText": ""
  857. }
  858. },
  859. {
  860. "path": "Cooperation/Cooperation",
  861. "style": {
  862. "navigationBarTitleText": ""
  863. }
  864. }
  865. ]
  866. }
  867. ],
  868. "tabBar": {
  869. "list": [{
  870. "text": "首页",
  871. "pagePath": "pages/XDHome/homePage/homePage"
  872. },
  873. {
  874. "text": "技师",
  875. "pagePath": "pages/XDHome/technicianList/technicianList"
  876. },
  877. {
  878. "text": "快捷下单",
  879. "pagePath": "pages/XDHome/technician/itemList/itemList"
  880. },
  881. {
  882. "text": "订单",
  883. "pagePath": "pages/XDHome/orderInfoList/orderInfoList"
  884. },
  885. {
  886. "text": "我的",
  887. "pagePath": "pages/XDHome/myHome/myHome"
  888. }
  889. ]
  890. },
  891. "globalStyle": {
  892. "navigationBarTextStyle": "black",
  893. "navigationBarTitleText": "嘀咚到位",
  894. "navigationBarBackgroundColor": "#FFFFFF",
  895. "backgroundColor": "#FFFFFF",
  896. "navigationStyle": "custom"
  897. }
  898. }