pages.json 18 KB

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