pages.json 19 KB

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