pages.json 14 KB

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