pages.json 19 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004
  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/FirstVideo",
  39. // "aliasPath": "/index",
  40. "style": {
  41. "navigationBarTitleText": "视频",
  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": "列表",
  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": "首页",
  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": "个人中心",
  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": "用户信息"
  315. },
  316. "meta": {
  317. "auth": true,
  318. "sync": true,
  319. "title": "用户信息",
  320. "group": "用户中心"
  321. }
  322. },
  323. {
  324. "path": "setting",
  325. "style": {
  326. "navigationBarTitleText": "用户设置"
  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. "path": "category",
  705. "style": {
  706. "navigationBarTitleText": "店铺分类"
  707. },
  708. "meta": {
  709. "auth": true,
  710. "sync": true,
  711. "title": "店铺分类",
  712. "group": "应用"
  713. }
  714. },
  715. {
  716. "path": "allproduct",
  717. "style": {
  718. "navigationBarTitleText": "所有商品"
  719. },
  720. "meta": {
  721. "auth": true,
  722. "sync": true,
  723. "title": "所有商品",
  724. "group": "应用"
  725. }
  726. }]
  727. },
  728. {
  729. "root": "pages/public",
  730. "pages": [{
  731. "path": "setting",
  732. "style": {
  733. "navigationBarTitleText": "系统设置"
  734. },
  735. "meta": {
  736. "sync": true,
  737. "title": "系统设置",
  738. "group": "通用"
  739. }
  740. },
  741. {
  742. "path": "richtext",
  743. "style": {
  744. "navigationBarTitleText": "富文本"
  745. },
  746. "meta": {
  747. "sync": true,
  748. "title": "富文本",
  749. "group": "通用"
  750. }
  751. },
  752. {
  753. "path": "faq",
  754. "style": {
  755. "navigationBarTitleText": "常见问题"
  756. },
  757. "meta": {
  758. "sync": true,
  759. "title": "常见问题",
  760. "group": "通用"
  761. }
  762. },
  763. {
  764. "path": "error",
  765. "style": {
  766. "navigationBarTitleText": "错误页面"
  767. }
  768. },
  769. {
  770. "path": "webview",
  771. "style": {
  772. "navigationBarTitleText": ""
  773. }
  774. },
  775. {
  776. "path": "merchant",
  777. "style": {
  778. "navigationBarTitleText": "",
  779. "enablePullDownRefresh": false
  780. }
  781. }, {
  782. "path": "merchantApplyList",
  783. "style": {
  784. "navigationBarTitleText": "",
  785. "enablePullDownRefresh": false
  786. }
  787. }
  788. ]
  789. },
  790. {
  791. "root": "pages/coupon",
  792. "pages": [{
  793. "path": "list",
  794. "style": {
  795. "navigationBarTitleText": "领券中心"
  796. },
  797. "meta": {
  798. "sync": true,
  799. "title": "领券中心",
  800. "group": "优惠券"
  801. }
  802. },
  803. {
  804. "path": "detail",
  805. "style": {
  806. "navigationBarTitleText": "优惠券"
  807. },
  808. "meta": {
  809. "auth": false,
  810. "sync": true,
  811. "title": "优惠券详情",
  812. "group": "优惠券"
  813. }
  814. }
  815. ]
  816. },
  817. {
  818. "root": "pages/chat",
  819. "pages": [{
  820. "path": "index",
  821. "style": {
  822. "navigationBarTitleText": "客服"
  823. },
  824. "meta": {
  825. "auth": true,
  826. "sync": true,
  827. "title": "客服",
  828. "group": "客服"
  829. }
  830. },
  831. {
  832. "path": "speechtotext",
  833. "style": {
  834. "navigationBarTitleText": "语音转文字",
  835. "enablePullDownRefresh": false
  836. },
  837. "meta": {
  838. "auth": true,
  839. "sync": true,
  840. "title": "语音转文字",
  841. "group": "语音转文字"
  842. }
  843. }
  844. ]
  845. },
  846. {
  847. "root": "pages/pay",
  848. "pages": [{
  849. "path": "index",
  850. "style": {
  851. "navigationBarTitleText": "收银台"
  852. }
  853. },
  854. {
  855. "path": "result",
  856. "style": {
  857. "navigationBarTitleText": "富友支付结果"
  858. }
  859. },
  860. {
  861. "path": "resultYuan",
  862. "style": {
  863. "navigationBarTitleText": "支付结果"
  864. }
  865. },
  866. {
  867. "path": "recharge",
  868. "style": {
  869. "navigationBarTitleText": "充值余额"
  870. },
  871. "meta": {
  872. "auth": true,
  873. "sync": true,
  874. "title": "充值余额",
  875. "group": "支付"
  876. }
  877. },
  878. {
  879. "path": "recharge-log",
  880. "style": {
  881. "navigationBarTitleText": "充值记录"
  882. },
  883. "meta": {
  884. "auth": true,
  885. "sync": true,
  886. "title": "充值记录",
  887. "group": "支付"
  888. }
  889. }
  890. ]
  891. },
  892. {
  893. "root": "pages/activity",
  894. "pages": [{
  895. "path": "groupon/detail",
  896. "style": {
  897. "navigationBarTitleText": "拼团详情"
  898. }
  899. },
  900. {
  901. "path": "groupon/order",
  902. "style": {
  903. "navigationBarTitleText": "我的拼团",
  904. "enablePullDownRefresh": true
  905. },
  906. "meta": {
  907. "auth": true,
  908. "sync": true,
  909. "title": "拼团订单",
  910. "group": "营销活动"
  911. }
  912. },
  913. {
  914. "path": "index",
  915. "style": {
  916. "navigationBarTitleText": "营销商品"
  917. },
  918. "meta": {
  919. "sync": true,
  920. "title": "营销商品",
  921. "group": "营销活动"
  922. }
  923. },
  924. {
  925. "path": "groupon/list",
  926. "style": {
  927. "navigationBarTitleText": "拼团活动"
  928. },
  929. "meta": {
  930. "sync": true,
  931. "title": "拼团活动",
  932. "group": "营销活动"
  933. }
  934. },
  935. {
  936. "path": "seckill/list",
  937. "style": {
  938. "navigationBarTitleText": "秒杀活动"
  939. },
  940. "meta": {
  941. "sync": true,
  942. "title": "秒杀活动",
  943. "group": "营销活动"
  944. }
  945. },
  946. {
  947. "path": "bargain/list",
  948. "style": {
  949. "navigationBarTitleText": "砍价列表"
  950. },
  951. "meta": {
  952. "sync": true,
  953. "title": "砍价列表",
  954. "group": "营销活动"
  955. }
  956. },
  957. {
  958. "path": "bargain/detail",
  959. "style": {
  960. "navigationBarTitleText": "砍价详情"
  961. },
  962. "meta": {
  963. "sync": true,
  964. "title": "砍价详情",
  965. "group": "营销活动"
  966. }
  967. }
  968. ]
  969. }
  970. ],
  971. "globalStyle": {
  972. "navigationBarTextStyle": "black",
  973. "navigationBarTitleText": "常来此购",
  974. "navigationBarBackgroundColor": "#FFFFFF",
  975. "backgroundColor": "#FFFFFF",
  976. "navigationStyle": "custom"
  977. },
  978. "tabBar": {
  979. "list": [{
  980. "pagePath": "pages/index/index"
  981. },
  982. {
  983. "pagePath": "pages/index/cart"
  984. },
  985. {
  986. "pagePath": "pages/index/user"
  987. }
  988. ]
  989. },
  990. "condition": { //模式配置,仅开发期间生效
  991. "current": 0, //当前激活的模式(list 的索引项)
  992. "list": [{
  993. "name": "", //模式名称
  994. "path": "", //启动页面,必选
  995. "query": "" //启动参数,在页面的onLoad函数里面得到
  996. }]
  997. },
  998. "usingComponents": {
  999. "richtext": "@/pages/public/richtext"
  1000. }
  1001. }