pages.json 20 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007
  1. {
  2. "plugins": {
  3. "live-player-plugin": {
  4. "version": "1.3.5",
  5. "provider": "wx2b03c6e691cd7370"
  6. }
  7. },
  8. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  9. {
  10. "path": "pages/index/index",
  11. "name": "index",
  12. "meta": {
  13. "auth": false,
  14. "keepScroll": true
  15. },
  16. "style": {
  17. "navigationBarTitleText": "首页",
  18. "navigationStyle": "custom",
  19. "navigationBarTextStyle": "white",
  20. "app-plus": {
  21. "bounce": "none"
  22. }
  23. }
  24. },
  25. {
  26. "path": "pages/index/downLoad",
  27. "style": {
  28. "navigationBarTitleText": "下载",
  29. "app-plus": {
  30. "titleNView": false
  31. }
  32. }
  33. },
  34. {
  35. "path": "pages/index/living",
  36. "style": {
  37. "navigationBarTitleText": "小程序直播"
  38. }
  39. },
  40. {
  41. "path": "pages/goods_cate/goods_cate",
  42. "name": "goods_cate",
  43. "meta": {
  44. "auth": false,
  45. "keepScroll": true
  46. },
  47. "style": {
  48. "navigationBarTitleText": "分类",
  49. "disableScroll": true,
  50. "navigationStyle": "default"
  51. }
  52. },
  53. {
  54. "path": "pages/shop_street/shop_street",
  55. "name": "shop_street",
  56. "meta": {
  57. "auth": false,
  58. "keepScroll": true
  59. },
  60. "style": {
  61. "navigationBarTitleText": "店铺街",
  62. "navigationStyle": "default"
  63. }
  64. },
  65. {
  66. "path": "pages/community/community",
  67. "name": "community",
  68. "meta": {
  69. "auth": false,
  70. "keepScroll": true
  71. },
  72. "style": {
  73. "navigationBarTitleText": "种草"
  74. }
  75. },
  76. {
  77. "path": "pages/integral/integral",
  78. "name": "integral",
  79. "meta": {
  80. "auth": false,
  81. "keepScroll": true
  82. },
  83. "style": {
  84. "navigationBarTitleText": "券",
  85. "enablePullDownRefresh": true,
  86. "onReachBottomDistance": 50
  87. }
  88. },
  89. {
  90. "path": "pages/shop_cart/shop_cart",
  91. "name": "shop_cart",
  92. "meta": {
  93. "auth": false,
  94. "keepScroll": true
  95. },
  96. "style": {
  97. "navigationBarTitleText": "购物车"
  98. }
  99. },
  100. {
  101. "path": "pages/user/user",
  102. "name": "user",
  103. "meta": {
  104. "auth": false,
  105. "keepScroll": true
  106. },
  107. "style": {
  108. "navigationBarTitleText": "个人中心",
  109. "navigationStyle": "custom",
  110. "enablePullDownRefresh": true
  111. }
  112. },
  113. {
  114. "path": "pages/login/login",
  115. "meta": {
  116. "auth": false
  117. },
  118. "style": {
  119. "navigationBarTitleText": "登录"
  120. }
  121. },
  122. {
  123. "path": "pages/register/register",
  124. "meta": {
  125. "auth": false
  126. },
  127. "style": {
  128. "navigationBarTitleText": "注册账号"
  129. }
  130. },
  131. {
  132. "path": "pages/goods_details/goods_details",
  133. "meta": {
  134. "auth": false
  135. },
  136. "style": {
  137. "navigationStyle": "custom",
  138. "navigationBarTitleText": "商品详情"
  139. }
  140. },
  141. {
  142. "path": "pages/forget_pwd/forget_pwd",
  143. "meta": {
  144. "auth": false
  145. },
  146. "style": {
  147. "navigationBarTitleText": "忘记密码"
  148. }
  149. },
  150. {
  151. "path": "pages/confirm_order/confirm_order",
  152. "meta": {
  153. "auth": true
  154. },
  155. "style": {
  156. "navigationBarTitleText": "确认订单",
  157. "navigationStyle": "default"
  158. }
  159. },
  160. {
  161. "path": "pages/payment/payment",
  162. "meta": {
  163. "auth": true
  164. },
  165. "style": {
  166. "navigationBarTitleText": "订单支付"
  167. }
  168. },
  169. {
  170. "path": "pages/pay_result/pay_result",
  171. "meta": {
  172. "auth": true
  173. },
  174. "style": {
  175. "navigationBarTitleText": "支付结果"
  176. }
  177. },
  178. {
  179. "path": "pages/goods_search/goods_search",
  180. "meta": {
  181. "auth": false
  182. },
  183. "style": {
  184. "navigationBarTitleText": "商品搜索",
  185. "disableScroll": true,
  186. "navigationStyle": "default"
  187. }
  188. },
  189. {
  190. "path": "pages/store_index/store_index",
  191. "meta": {
  192. "auth": false
  193. },
  194. "style": {
  195. "navigationBarTitleText": "店铺主页",
  196. "navigationStyle": "custom",
  197. "navigationBarTextStyle": "white"
  198. }
  199. },
  200. {
  201. "path": "pages/news_list/news_list",
  202. "meta": {
  203. "auth": false
  204. },
  205. "style": {
  206. "navigationBarTitleText": "帮助中心",
  207. "navigationStyle": "default"
  208. }
  209. },
  210. {
  211. "path": "pages/news_details/news_details",
  212. "meta": {
  213. "auth": false
  214. },
  215. "style": {
  216. "navigationBarTitleText": ""
  217. }
  218. },
  219. {
  220. "path": "pages/get_coupon/get_coupon",
  221. "meta": {
  222. "auth": true
  223. },
  224. "style": {
  225. "navigationBarTitleText": "领券中心",
  226. "navigationStyle": "default"
  227. }
  228. },
  229. {
  230. "path": "pages/active_list/active_list",
  231. "meta": {
  232. "auth": false
  233. },
  234. "style": {
  235. "navigationBarTitleText": "商品列表",
  236. "navigationStyle": "default"
  237. }
  238. },
  239. {
  240. "path": "pages/message_center/message_center",
  241. "meta": {
  242. "auth": true
  243. },
  244. "style": {
  245. "navigationBarTitleText": "消息中心",
  246. "navigationStyle": "default"
  247. }
  248. },
  249. {
  250. "path": "pages/store_detail/store_detail",
  251. "meta": {
  252. "auth": false
  253. },
  254. "style": {
  255. "navigationBarTitleText": "店铺信息",
  256. "enablePullDownRefresh": false
  257. }
  258. },
  259. {
  260. "path": "pages/notice/notice",
  261. "meta": {
  262. "auth": true
  263. },
  264. "style": {
  265. "navigationBarTitleText": "消息中心",
  266. "navigationStyle": "default"
  267. }
  268. },
  269. {
  270. "path": "pages/brand_list/brand_list",
  271. "meta": {
  272. "auth": false
  273. },
  274. "style": {
  275. "navigationBarTitleText": "品牌"
  276. }
  277. },
  278. {
  279. "path": "pages/webview/webview",
  280. "meta": {
  281. "auth": false
  282. }
  283. }, {
  284. "path": "pages/integral/rules",
  285. "style": {
  286. "navigationBarTitleText": "",
  287. "enablePullDownRefresh": false
  288. }
  289. }, {
  290. "path": "pages/integral/details",
  291. "style": {
  292. "navigationBarTitleText": "",
  293. "enablePullDownRefresh": true
  294. }
  295. }, {
  296. "path": "pages/user/treasure",
  297. "style": {
  298. "navigationBarTitleText": "",
  299. "enablePullDownRefresh": false
  300. }
  301. }, {
  302. "path": "pages/user/energy-detials",
  303. "style": {
  304. "navigationBarTitleText": "",
  305. "enablePullDownRefresh": false
  306. }
  307. }, {
  308. "path": "pages/user/energy-transfer",
  309. "style": {
  310. "navigationBarTitleText": "",
  311. "enablePullDownRefresh": false
  312. }
  313. }, {
  314. "path": "pages/goods_explosive/goods_explosive",
  315. "style": {
  316. "navigationBarTitleText": "爆单产品",
  317. "enablePullDownRefresh": true,
  318. "navigationStyle": "default"
  319. }
  320. }, {
  321. "path": "pages/videos/videos",
  322. "style": {
  323. "navigationBarTitleText": "",
  324. "enablePullDownRefresh": false
  325. }
  326. }, {
  327. "path": "pages/ad-video/ad-video",
  328. "style": {
  329. "navigationBarTitleText": "看视频得券",
  330. "enablePullDownRefresh": false,
  331. "navigationStyle": "default"
  332. }
  333. }, {
  334. "path": "pages/video-details/video-details",
  335. "style": {
  336. "navigationBarTitleText": "视频详情",
  337. "enablePullDownRefresh": false,
  338. "navigationStyle": "default"
  339. }
  340. }
  341. ],
  342. "subPackages": [{
  343. "root": "bundle",
  344. "pages": [{
  345. "path": "pages/all_comments/all_comments",
  346. "meta": {
  347. "auth": false
  348. },
  349. "style": {
  350. "navigationBarTitleText": "全部评价"
  351. }
  352. },
  353. {
  354. "path": "pages/activity_detail/activity_detail",
  355. "meta": {
  356. "auth": false
  357. },
  358. "style": {
  359. "navigationBarTitleText": "专区详情"
  360. }
  361. },
  362. {
  363. "path": "pages/goods_seckill/goods_seckill",
  364. "meta": {
  365. "auth": false
  366. },
  367. "style": {
  368. "navigationBarTitleText": "限时秒杀",
  369. "navigationStyle": "default"
  370. }
  371. },
  372. {
  373. "path": "pages/user_vip/user_vip",
  374. "meta": {
  375. "auth": true
  376. },
  377. "style": {
  378. "navigationBarTitleText": "会员中心"
  379. }
  380. },
  381. {
  382. "path": "pages/user_order/user_order",
  383. "meta": {
  384. "auth": true
  385. },
  386. "style": {
  387. "navigationBarTitleText": "我的订单",
  388. "navigationStyle": "default"
  389. }
  390. },
  391. {
  392. "path": "pages/order_details/order_details",
  393. "meta": {
  394. "auth": true
  395. },
  396. "style": {
  397. "navigationBarTitleText": "订单详情"
  398. }
  399. },
  400. {
  401. "path": "pages/user_address/user_address",
  402. "meta": {
  403. "auth": true
  404. },
  405. "style": {
  406. "navigationBarTitleText": "收货地址",
  407. "navigationStyle": "default"
  408. }
  409. },
  410. {
  411. "path": "pages/address_edit/address_edit",
  412. "meta": {
  413. "auth": true
  414. },
  415. "style": {
  416. "navigationBarTitleText": "添加地址"
  417. }
  418. },
  419. {
  420. "path": "pages/user_coupon/user_coupon",
  421. "meta": {
  422. "auth": true
  423. },
  424. "style": {
  425. "navigationBarTitleText": "我的优惠券",
  426. "navigationStyle": "default"
  427. }
  428. },
  429. {
  430. "path": "pages/user_collection/user_collection",
  431. "meta": {
  432. "auth": true
  433. },
  434. "style": {
  435. "navigationBarTitleText": "我的收藏",
  436. "navigationStyle": "default"
  437. }
  438. },
  439. {
  440. "path": "pages/after_sales/after_sales",
  441. "meta": {
  442. "auth": true
  443. },
  444. "style": {
  445. "navigationBarTitleText": "退款/售后"
  446. }
  447. },
  448. {
  449. "path": "pages/apply_refund/apply_refund",
  450. "meta": {
  451. "auth": true
  452. },
  453. "style": {
  454. "navigationBarTitleText": "申请退款"
  455. }
  456. },
  457. {
  458. "path": "pages/after_sales_detail/after_sales_detail",
  459. "meta": {
  460. "auth": true
  461. },
  462. "style": {
  463. "navigationBarTitleText": "售后详情"
  464. }
  465. },
  466. {
  467. "path": "pages/input_express_info/input_express_info",
  468. "meta": {
  469. "auth": true
  470. },
  471. "style": {
  472. "navigationBarTitleText": "填写快递单号"
  473. }
  474. },
  475. {
  476. "path": "pages/user_profile/user_profile",
  477. "meta": {
  478. "auth": true
  479. },
  480. "style": {
  481. "navigationBarTitleText": "个人设置",
  482. "navigationStyle": "default"
  483. }
  484. },
  485. {
  486. "path": "pages/user_wallet/user_wallet",
  487. "meta": {
  488. "auth": true
  489. },
  490. "style": {
  491. "navigationBarTitleText": "我的钱包",
  492. "navigationStyle": "default"
  493. }
  494. },
  495. {
  496. "path": "pages/user_payment/user_payment",
  497. "meta": {
  498. "auth": true
  499. },
  500. "style": {
  501. "navigationBarTitleText": "用户充值"
  502. }
  503. },
  504. {
  505. "path": "pages/contact_offical/contact_offical",
  506. "meta": {
  507. "auth": false
  508. },
  509. "style": {
  510. "navigationBarTitleText": "联系客服"
  511. }
  512. },
  513. {
  514. "path": "pages/server_explan/server_explan",
  515. "meta": {
  516. "auth": false
  517. },
  518. "style": {
  519. "navigationBarTitleText": "服务政策",
  520. "navigationStyle": "default"
  521. }
  522. },
  523. {
  524. "path": "pages/store_settled/store_settled",
  525. "meta": {
  526. "auth": true
  527. },
  528. "style": {
  529. "navigationBarTitleText": "商家入驻"
  530. }
  531. },
  532. {
  533. "path": "pages/xxstore_settled/xxstore_settled",
  534. "meta": {
  535. "auth": true
  536. },
  537. "style": {
  538. "navigationBarTitleText": "商家入驻"
  539. }
  540. },
  541. {
  542. "path": "pages/settled_result/settled_result",
  543. "meta": {
  544. "auth": true
  545. },
  546. "style": {
  547. "navigationBarTitleText": "商家入驻"
  548. }
  549. },
  550. {
  551. "path": "pages/settled_recode/settled_recode",
  552. "meta": {
  553. "auth": true
  554. },
  555. "style": {
  556. "navigationBarTitleText": "申请记录"
  557. }
  558. },
  559. {
  560. "path": "pages/goods_reviews/goods_reviews",
  561. "meta": {
  562. "auth": true
  563. },
  564. "style": {
  565. "navigationBarTitleText": "商品评价"
  566. }
  567. },
  568. {
  569. "path": "pages/user_comment/user_comment",
  570. "meta": {
  571. "auth": true
  572. },
  573. "style": {
  574. "navigationBarTitleText": "商品评价列表"
  575. }
  576. },
  577. {
  578. "path": "pages/goods_logistics/goods_logistics",
  579. "meta": {
  580. "auth": true
  581. },
  582. "style": {
  583. "navigationBarTitleText": "物流详情"
  584. }
  585. },
  586. {
  587. "path": "pages/user_spread/user_spread",
  588. "meta": {
  589. "auth": true
  590. },
  591. "style": {
  592. "navigationBarTitleText": "分销推广",
  593. "navigationStyle": "default"
  594. }
  595. },
  596. {
  597. "path": "pages/monthly_bill/monthly_bill",
  598. "meta": {
  599. "auth": true
  600. },
  601. "style": {
  602. "navigationBarTitleText": "月度账单"
  603. }
  604. },
  605. {
  606. "path": "pages/monthly_bill_detail/monthly_bill_detail",
  607. "meta": {
  608. "auth": true
  609. },
  610. "style": {
  611. "navigationBarTitleText": "月度账单详情"
  612. }
  613. },
  614. {
  615. "path": "pages/user_spread_order/user_spread_order",
  616. "meta": {
  617. "auth": true
  618. },
  619. "style": {
  620. "navigationBarTitleText": "分销订单"
  621. }
  622. },
  623. {
  624. "path": "pages/user_withdraw/user_withdraw",
  625. "meta": {
  626. "auth": true
  627. },
  628. "style": {
  629. "navigationBarTitleText": "提现",
  630. "navigationStyle": "default"
  631. }
  632. },
  633. {
  634. "path": "pages/user_withdraw_code/user_withdraw_code",
  635. "meta": {
  636. "auth": true
  637. },
  638. "style": {
  639. "navigationBarTitleText": "提现记录",
  640. "navigationStyle": "default"
  641. }
  642. },
  643. {
  644. "path": "pages/widthdraw_result/widthdraw_result",
  645. "meta": {
  646. "auth": true
  647. },
  648. "style": {
  649. "navigationBarTitleText": "提现结果"
  650. }
  651. },
  652. {
  653. "path": "pages/invite_fans/invite_fans",
  654. "meta": {
  655. "auth": true
  656. },
  657. "style": {
  658. "navigationBarTitleText": "邀请海报",
  659. "navigationStyle": "default"
  660. }
  661. },
  662. {
  663. "path": "pages/user_bill/user_bill",
  664. "meta": {
  665. "auth": true
  666. },
  667. "style": {
  668. "navigationBarTitleText": "账户明细",
  669. "navigationStyle": "default"
  670. }
  671. },
  672. {
  673. "path": "pages/user_growth/user_growth",
  674. "meta": {
  675. "auth": true
  676. },
  677. "style": {
  678. "navigationBarTitleText": "成长值"
  679. }
  680. },
  681. {
  682. "path": "pages/recharge_record/recharge_record",
  683. "meta": {
  684. "auth": true
  685. },
  686. "style": {
  687. "navigationBarTitleText": "充值记录",
  688. "navigationStyle": "default"
  689. }
  690. },
  691. {
  692. "path": "pages/user_fans/user_fans",
  693. "meta": {
  694. "auth": true
  695. },
  696. "style": {
  697. "navigationBarTitleText": "我的粉丝",
  698. "navigationStyle": "default"
  699. }
  700. },
  701. {
  702. "path": "pages/commission_details/commission_details",
  703. "meta": {
  704. "auth": true
  705. },
  706. "style": {
  707. "navigationBarTitleText": "佣金明细"
  708. }
  709. },
  710. {
  711. "path": "pages/bargain/bargain",
  712. "style": {
  713. "navigationBarTitleText": "砍价活动",
  714. "navigationStyle": "default"
  715. }
  716. },
  717. {
  718. "path": "pages/bargain_process/bargain_process",
  719. "style": {
  720. "navigationBarTitleText": "砍价进度"
  721. }
  722. },
  723. {
  724. "path": "pages/bargain_code/bargain_code",
  725. "style": {
  726. "navigationBarTitleText": "砍价记录"
  727. },
  728. "meta": {
  729. "auth": true
  730. }
  731. },
  732. {
  733. "path": "pages/goods_combination/goods_combination",
  734. "style": {
  735. "navigationBarTitleText": "拼团活动"
  736. }
  737. },
  738. {
  739. "path": "pages/user_group/user_group",
  740. "style": {
  741. "navigationBarTitleText": "我的拼团"
  742. },
  743. "meta": {
  744. "auth": true
  745. }
  746. },
  747. {
  748. "path": "pages/chat/chat",
  749. "style": {
  750. "navigationBarTitleText": "",
  751. "disableScroll": true
  752. },
  753. "meta": {
  754. "auth": true
  755. }
  756. },
  757. {
  758. "path": "pages/integral_sign/integral_sign",
  759. "style": {
  760. "navigationBarTitleText": "签到"
  761. },
  762. "meta": {
  763. "auth": true
  764. }
  765. },
  766. {
  767. "path": "pages/sign_rule/sign_rule",
  768. "style": {
  769. "navigationBarTitleText": "签到规则"
  770. },
  771. "meta": {
  772. "auth": true
  773. }
  774. },
  775. {
  776. "path": "pages/integral_details/integral_details",
  777. "style": {
  778. "navigationBarTitleText": "券明细"
  779. },
  780. "meta": {
  781. "auth": true
  782. }
  783. },
  784. {
  785. "path": "pages/license/license",
  786. "style": {
  787. "navigationBarTitleText": "资质信息",
  788. "navigationStyle": "default"
  789. }
  790. },
  791. {
  792. "path": "pages/integral_mall/integral_mall",
  793. "style": {
  794. "navigationBarTitleText": "券商城"
  795. },
  796. "meta": {
  797. "auth": true
  798. }
  799. },
  800. {
  801. "path": "pages/integral_goods_details/integral_goods_details",
  802. "style": {
  803. "navigationBarTitleText": "券兑换详情"
  804. },
  805. "meta": {
  806. "auth": true
  807. }
  808. },
  809. {
  810. "path": "pages/integral_settlement/integral_settlement",
  811. "style": {
  812. "navigationBarTitleText": "券订单结算"
  813. },
  814. "meta": {
  815. "auth": true
  816. }
  817. },
  818. {
  819. "path": "pages/exchange_order/exchange_order",
  820. "style": {
  821. "navigationBarTitleText": "兑换订单"
  822. },
  823. "meta": {
  824. "auth": true
  825. }
  826. },
  827. {
  828. "path": "pages/exchange_order_details/exchange_order_details",
  829. "style": {
  830. "navigationBarTitleText": "兑换订单详情"
  831. },
  832. "meta": {
  833. "auth": true
  834. }
  835. },
  836. {
  837. "path": "pages/invoice/invoice",
  838. "style": {
  839. "navigationBarTitleText": "开具发票"
  840. },
  841. "meta": {
  842. "auth": true
  843. }
  844. },
  845. {
  846. "path": "pages/invoice_detail/invoice_detail",
  847. "style": {
  848. "navigationBarTitleText": "发票详情"
  849. },
  850. "meta": {
  851. "auth": true
  852. }
  853. }
  854. ]
  855. },
  856. {
  857. "root": "bundle_b",
  858. "pages": [{
  859. "path": "pages/published_works/published_works",
  860. "meta": {
  861. "auth": true
  862. },
  863. "style": {
  864. "navigationBarTitleText": "发布文章",
  865. "navigationStyle": "default"
  866. }
  867. },
  868. {
  869. "path": "pages/community_detail/community_detail",
  870. "meta": {
  871. "auth": false
  872. },
  873. "style": {
  874. "navigationBarTitleText": "内容详情"
  875. }
  876. },
  877. {
  878. "path": "pages/community_user/community_user",
  879. "meta": {
  880. "auth": true
  881. },
  882. "style": {
  883. "navigationStyle": "custom"
  884. }
  885. },
  886. {
  887. "path": "pages/community_user_profile/community_user_profile",
  888. "meta": {
  889. "auth": true
  890. },
  891. "style": {
  892. "navigationBarTitleText": "设置"
  893. }
  894. },
  895. {
  896. "path": "pages/community_topic/community_topic",
  897. "meta": {
  898. "auth": false
  899. },
  900. "style": {
  901. "navigationBarTitleText": ""
  902. }
  903. },
  904. {
  905. "path": "pages/community_search/community_search",
  906. "meta": {
  907. "auth": false
  908. },
  909. "style": {
  910. "navigationBarTitleText": "搜索"
  911. }
  912. },
  913. {
  914. "path": "pages/nearby_shops/nearby_shops",
  915. "meta": {
  916. "auth": false
  917. },
  918. "style": {
  919. "navigationBarTitleText": "附近店铺"
  920. }
  921. },
  922. {
  923. "path": "pages/nearby_shops/neardetail",
  924. "meta": {
  925. "auth": false
  926. },
  927. "style": {
  928. "navigationBarTitleText": "店铺详情"
  929. }
  930. },
  931. {
  932. "path": "pages/city/city",
  933. "meta": {
  934. "auth": false
  935. },
  936. "style": {
  937. "navigationBarTitleText": "选择城市"
  938. }
  939. }
  940. ]
  941. }
  942. ],
  943. "tabBar": {
  944. "color": "#040404",
  945. "selectedColor": "#F60E00",
  946. "borderStyle": "white",
  947. "list": [{
  948. "pagePath": "pages/index/index",
  949. // "iconPath": "/static/home.png",
  950. // "selectedIconPath": "/static/home1.png",
  951. "text": "首页"
  952. },
  953. {
  954. "pagePath": "pages/community/community",
  955. // "iconPath": "/static/images/tab_sort.png",
  956. // "selectedIconPath": "/static/images/tab_sort_s.png",
  957. "text": "广场"
  958. },
  959. {
  960. "pagePath": "pages/integral/integral",
  961. // "iconPath": "/static/images/tab-community.png",
  962. // "selectedIconPath": "/static/images/tab-community_s.png",
  963. "text": "券"
  964. },
  965. {
  966. "pagePath": "pages/shop_cart/shop_cart",
  967. // "iconPath": "/static/images/tab_shoppingcar.png",
  968. // "selectedIconPath": "/static/images/tab_shoppingcar_s.png",
  969. "text": "购物车"
  970. },
  971. {
  972. "pagePath": "pages/user/user",
  973. // "iconPath": "/static/images/tab_user.png",
  974. // "selectedIconPath": "/static/images/tab_user_s.png",
  975. "text": "我的"
  976. }
  977. ]
  978. },
  979. "globalStyle": {
  980. "navigationBarTextStyle": "black",
  981. "navigationBarTitleText": "",
  982. "navigationBarBackgroundColor": "#FFFFFF",
  983. "backgroundColor": "#F8F8F8",
  984. "h5": {
  985. "navigationStyle": "custom"
  986. }
  987. },
  988. "easycom": {
  989. "autoscan": true,
  990. "custom": {
  991. "^u-(.*)": "@/components/uview-ui/components/u-$1/u-$1.vue",
  992. "^h-(.*)": "@/components/h-$1/h-$1.vue"
  993. }
  994. }
  995. }