pages.json 19 KB

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