pages.json 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue",
  6. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
  7. "global-loading": "@/components/diyLoading/index.vue"
  8. }
  9. },
  10. "pages": [
  11. // pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  12. {
  13. "path": "pages/tabbar/index/index",
  14. "style": {
  15. "navigationStyle": "custom"
  16. }
  17. },
  18. {
  19. "path": "pages/store/store",
  20. "style": {
  21. "navigationBarTitleText": "本地生活",
  22. "enablePullDownRefresh": true,
  23. "app-plus": {
  24. "titleNView": false
  25. } //去掉
  26. }
  27. },
  28. {
  29. "path": "pages/red-envelope/red-envelope",
  30. "style": {
  31. "navigationBarTitleText": "地图红包",
  32. "app-plus": {
  33. "titleNView": false
  34. } //去掉
  35. }
  36. },
  37. {
  38. "path": "pages/tabbar/cart/index",
  39. "style": {
  40. "navigationBarTitleText": "购物车"
  41. }
  42. },
  43. {
  44. "path": "pages/tabbar/user/index",
  45. "style": {
  46. "navigationBarTitleText": "我的",
  47. "backgroundColor": "#F8F8F8",
  48. "app-plus": {
  49. "titleNView": false
  50. } //去掉
  51. }
  52. },
  53. {
  54. "path": "pages/category/index",
  55. "style": {
  56. "navigationBarTitleText": "分类"
  57. }
  58. },
  59. {
  60. "path": "pages/jump/jump",
  61. "style": {
  62. "navigationBarTitleText": "跳转",
  63. "app-plus": {
  64. "titleNView": false
  65. } //去掉
  66. }
  67. },
  68. {
  69. "path": "pages/choose-address/choose-address",
  70. "style": {
  71. "navigationBarTitleText": "选择定位",
  72. "app-plus": {
  73. "titleNView": false
  74. } //去掉
  75. }
  76. },
  77. {
  78. "path": "pages/store/fine-food/fine-food",
  79. "style": {
  80. "navigationBarTitleText": "美食饮品",
  81. "app-plus": {
  82. "titleNView": false
  83. } //去掉
  84. }
  85. },
  86. {
  87. "path": "pages/store/fine-food/food-nearby/food-nearby",
  88. "style": {
  89. "navigationBarTitleText": "附近美食",
  90. "app-plus": {
  91. "titleNView": false
  92. } //去掉
  93. }
  94. }
  95. ],
  96. "subpackages": [
  97. {
  98. "root": "pages_category_page1",
  99. "pages": [
  100. {
  101. "path": "discount/spikeList",
  102. "style": {
  103. "navigationBarTitleText": "秒杀专区",
  104. "navigationBarBackgroundColor": "#333333",
  105. "backgroundColor": "#333333",
  106. "navigationBarTextStyle": "white"
  107. }
  108. },
  109. {
  110. "path": "discount/groupBuy",
  111. "style": {
  112. "navigationBarTitleText": "拼团专区",
  113. "navigationBarBackgroundColor": "#333333",
  114. "backgroundColor": "#333333",
  115. "navigationBarTextStyle": "white"
  116. }
  117. },
  118. {
  119. "path": "discount/discount",
  120. "style": {
  121. "navigationBarTitleText": "限时折扣专区",
  122. "navigationBarBackgroundColor": "#333333",
  123. "backgroundColor": "#333333",
  124. "navigationBarTextStyle": "white"
  125. }
  126. },
  127. {
  128. "path": "discount/platformDiscount",
  129. "style": {
  130. "navigationBarTitleText": "限时折扣专区",
  131. "navigationBarBackgroundColor": "#333333",
  132. "backgroundColor": "#333333",
  133. "navigationBarTextStyle": "white"
  134. }
  135. },
  136. {
  137. "path": "memberCenter/activityList",
  138. "style": {
  139. "navigationBarTitleText": "会员专区",
  140. "navigationBarBackgroundColor": "#333333",
  141. "backgroundColor": "#333333",
  142. "navigationBarTextStyle": "white"
  143. }
  144. },
  145. {
  146. "path": "integral/index",
  147. "style": {
  148. "navigationBarTitleText": "我的积分",
  149. "navigationBarBackgroundColor": "#333333",
  150. "backgroundColor": "#333333",
  151. "navigationBarTextStyle": "white"
  152. }
  153. },
  154. {
  155. "path": "integral/exchangeDetail",
  156. "style": {
  157. "navigationBarTitleText": "积分兑换",
  158. "navigationBarBackgroundColor": "#333333",
  159. "backgroundColor": "#333333",
  160. "navigationBarTextStyle": "white"
  161. }
  162. },
  163. {
  164. "path": "integral/sign",
  165. "style": {
  166. "navigationBarTitleText": "签到领积分",
  167. "navigationBarBackgroundColor": "#333333",
  168. "backgroundColor": "#333333",
  169. "navigationBarTextStyle": "white"
  170. }
  171. },
  172. {
  173. "path": "coupon/list",
  174. "style": {
  175. "navigationBarTitleText": "优惠券"
  176. }
  177. },
  178. {
  179. "path": "coupon/product",
  180. "style": {
  181. "navigationBarTitleText": "可用商品"
  182. }
  183. },
  184. {
  185. "path": "goodsModule/combination",
  186. "style": {
  187. "navigationBarTitleText": "组合优惠",
  188. "navigationBarBackgroundColor": "#333333",
  189. "backgroundColor": "#333333",
  190. "navigationBarTextStyle": "white"
  191. }
  192. },
  193. {
  194. "path": "activity",
  195. "style": {
  196. "navigationBarTitleText": "热门推荐",
  197. "enablePullDownRefresh": true
  198. }
  199. },
  200. {
  201. "path": "search/index/index",
  202. "style": {
  203. "navigationBarTitleText": "搜索"
  204. }
  205. },
  206. {
  207. "path": "store/index",
  208. "style": {
  209. "navigationStyle": "custom",
  210. "navigationBarBackgroundColor": "#333333",
  211. "backgroundColor": "#333333",
  212. "navigationBarTextStyle": "white"
  213. }
  214. },
  215. {
  216. "path": "goodsModule/goodsList",
  217. "style": {
  218. "navigationBarTitleText": "商品列表"
  219. }
  220. },
  221. {
  222. "path": "goodsModule/canvasGoods",
  223. "style": {
  224. "navigationBarTitleText": "商品列表"
  225. }
  226. },
  227. {
  228. "path": "goodsModule/couponShopList",
  229. "style": {
  230. "navigationBarTitleText": "优惠券可用商品列表"
  231. }
  232. },
  233. {
  234. "path": "goodsModule/goodsDetails",
  235. "style": {
  236. "navigationBarTitleText": "详情"
  237. }
  238. },
  239. {
  240. "path": "goodsModule/qADetail",
  241. "style": {
  242. "navigationBarTitleText": "问答详情"
  243. }
  244. },
  245. {
  246. "path": "goodsModule/answerList",
  247. "style": {
  248. "navigationBarTitleText": "全部问答"
  249. }
  250. },
  251. {
  252. "path": "goodsModule/putQuestions",
  253. "style": {
  254. "navigationBarTitleText": "提问"
  255. }
  256. },
  257. {
  258. "path": "goodsModule/userEvaluate",
  259. "style": {
  260. "navigationBarTitleText": "我的评价"
  261. }
  262. },
  263. {
  264. "path": "goodsModule/evaSuccessful",
  265. "style": {
  266. "navigationBarTitleText": "评价成功"
  267. }
  268. },
  269. {
  270. "path": "goodsModule/evaluateDetails",
  271. "style": {
  272. "navigationBarTitleText": "评价详情"
  273. }
  274. },
  275. {
  276. "path": "goodsModule/evaluateList",
  277. "style": {
  278. "navigationBarTitleText": "宝贝评价"
  279. }
  280. },
  281. {
  282. "path": "goodsModule/addEvaluate",
  283. "style": {
  284. "navigationBarTitleText": "追加评价"
  285. }
  286. },
  287. {
  288. "path": "goodsModule/evaluate",
  289. "style": {
  290. "navigationBarTitleText": "评价"
  291. }
  292. },
  293. {
  294. "path": "orderModule/index",
  295. "style": {
  296. "navigationBarTitleText": "订单中心"
  297. }
  298. },
  299. {
  300. "path": "orderModule/orderConfirm",
  301. "style": {
  302. "navigationBarTitleText": "购买宝贝",
  303. "navigationBarBackgroundColor": "#333333",
  304. "backgroundColor": "#333333",
  305. "navigationBarTextStyle": "white"
  306. }
  307. },
  308. {
  309. "path": "orderModule/orderDetails",
  310. "style": {
  311. "navigationBarTitleText": "订单详情",
  312. "navigationBarBackgroundColor": "#333333",
  313. "backgroundColor": "#333333",
  314. "navigationBarTextStyle": "white"
  315. }
  316. },
  317. {
  318. "path": "orderModule/afterSaleApplyRefund",
  319. "style": {
  320. "navigationBarTitleText": "申请退款"
  321. }
  322. },
  323. {
  324. "path": "orderModule/afterSaleApplyRetund",
  325. "style": {
  326. "navigationBarTitleText": "申请退货"
  327. }
  328. },
  329. {
  330. "path": "orderModule/afterSaleApply",
  331. "style": {
  332. "navigationBarTitleText": "选择商品",
  333. "navigationBarBackgroundColor": "#333333",
  334. "backgroundColor": "#333333",
  335. "navigationBarTextStyle": "white"
  336. }
  337. },
  338. {
  339. "path": "orderModule/platformJoin",
  340. "style": {
  341. "navigationBarTitleText": "平台介入"
  342. }
  343. },
  344. {
  345. "path": "orderModule/paySuccessful",
  346. "style": {
  347. "navigationStyle": "custom",
  348. "navigationBarTitleText": "支付成功"
  349. }
  350. },
  351. {
  352. "path": "orderModule/addLogistics",
  353. "style": {
  354. "navigationBarTitleText": "填写退货物流"
  355. }
  356. },
  357. {
  358. "path": "orderModule/Intervene",
  359. "style": {
  360. "navigationBarTitleText": "平台介入"
  361. }
  362. },
  363. {
  364. "path": "distributionModule/index",
  365. "style": {
  366. "navigationBarTitleText": "分销中心",
  367. "navigationBarBackgroundColor": "#333333",
  368. "backgroundColor": "#333333",
  369. "navigationBarTextStyle": "white"
  370. }
  371. },
  372. {
  373. "path": "distributionModule/recruit",
  374. "style": {
  375. "navigationBarTitleText": "分销员招募令",
  376. "navigationBarBackgroundColor": "#333333",
  377. "backgroundColor": "#333333",
  378. "navigationBarTextStyle": "white"
  379. }
  380. },
  381. {
  382. "path": "distributionModule/salesIndex",
  383. "style": {
  384. "navigationBarTitleText": "分销中心",
  385. "navigationBarBackgroundColor": "#333333",
  386. "backgroundColor": "#333333",
  387. "navigationBarTextStyle": "white"
  388. }
  389. },
  390. {
  391. "path": "distributionModule/shareProduct",
  392. "style": {
  393. "navigationBarTitleText": "分享"
  394. }
  395. },
  396. {
  397. "path": "distributionModule/totalPersonnel",
  398. "style": {
  399. "navigationBarTitleText": "累计分销员",
  400. "navigationBarBackgroundColor": "#333333",
  401. "backgroundColor": "#333333",
  402. "navigationBarTextStyle": "white"
  403. }
  404. },
  405. {
  406. "path": "distributionModule/totalAward",
  407. "style": {
  408. "navigationBarTitleText": "累计奖励",
  409. "navigationBarBackgroundColor": "#333333",
  410. "backgroundColor": "#333333",
  411. "navigationBarTextStyle": "white"
  412. }
  413. },
  414. {
  415. "path": "distributionModule/totalClient",
  416. "style": {
  417. "navigationBarTitleText": "累计客户",
  418. "navigationBarBackgroundColor": "#333333",
  419. "backgroundColor": "#333333",
  420. "navigationBarTextStyle": "white"
  421. }
  422. },
  423. {
  424. "path": "distributionModule/unliquidated",
  425. "style": {
  426. "navigationBarTitleText": "未结算奖励",
  427. "navigationBarBackgroundColor": "#333333",
  428. "backgroundColor": "#333333",
  429. "navigationBarTextStyle": "white"
  430. }
  431. },
  432. {
  433. "path": "distributionModule/promotion",
  434. "style": {
  435. "navigationBarTitleText": "推广店铺",
  436. "navigationBarBackgroundColor": "#333333",
  437. "backgroundColor": "#333333",
  438. "navigationBarTextStyle": "white"
  439. }
  440. },
  441. {
  442. "path": "distributionModule/commodity",
  443. "style": {
  444. "navigationBarTitleText": "推广商品"
  445. }
  446. },
  447. {
  448. "path": "distributionModule/distributionOrder",
  449. "style": {
  450. "navigationBarTitleText": "我的分销订单"
  451. }
  452. },
  453. {
  454. "path": "distributionModule/invite",
  455. "style": {
  456. "navigationBarTitleText": "邀请下级"
  457. }
  458. },
  459. {
  460. "path": "orderModule/logisticsInfo",
  461. "style": {
  462. "navigationBarTitleText": "物流信息"
  463. }
  464. },
  465. {
  466. "path": "homeModule/special",
  467. "style": {
  468. "navigationBarTitleText": "专题分类"
  469. }
  470. },
  471. {
  472. "path": "goodsModule/invitePoster",
  473. "style": {
  474. "navigationBarTitleText": "生成邀请海报"
  475. }
  476. },
  477. {
  478. "path": "goodsModule/inviteSpell",
  479. "style": {
  480. "navigationBarTitleText": "邀请好友拼单",
  481. "enablePullDownRefresh": false,
  482. "navigationBarBackgroundColor": "#333333",
  483. "backgroundColor": "#333333",
  484. "navigationBarTextStyle": "white"
  485. }
  486. },
  487. {
  488. "path": "linkOthers/index",
  489. "style": {
  490. "navigationBarTitleText": "商家",
  491. "enablePullDownRefresh": false
  492. }
  493. },
  494. {
  495. "path": "memberCenter/index",
  496. "style": {
  497. "navigationStyle": "custom",
  498. "navigationBarTextStyle": "white"
  499. }
  500. },
  501. {
  502. "path": "memberCenter/memberSign",
  503. "style": {
  504. "navigationBarTitleText": "会员签到",
  505. "navigationBarBackgroundColor": "#333333",
  506. "backgroundColor": "#333333",
  507. "navigationBarTextStyle": "white",
  508. "enablePullDownRefresh": true
  509. }
  510. }
  511. ]
  512. },
  513. {
  514. "root": "pages_category_page2",
  515. "name": "pages_category_page2",
  516. "pages": [
  517. {
  518. "path": "userModule/accountLogin",
  519. "style": {
  520. "navigationBarTitleText": "登录",
  521. "app-plus": {
  522. "titleNView": false
  523. } //去掉
  524. }
  525. },
  526. {
  527. "path": "userModule/addAddress",
  528. "style": {
  529. "navigationBarTitleText": "地址管理"
  530. }
  531. },
  532. {
  533. "path": "userModule/addBankcard",
  534. "style": {
  535. "navigationBarTitleText": "银行卡"
  536. }
  537. },
  538. {
  539. "path": "userModule/address",
  540. "style": {
  541. "navigationBarTitleText": "地址管理"
  542. }
  543. },
  544. {
  545. "path": "userModule/bankcard",
  546. "style": {
  547. "navigationBarTitleText": "银行卡",
  548. "navigationBarBackgroundColor": "#333333",
  549. "backgroundColor": "#333333",
  550. "navigationBarTextStyle": "white"
  551. }
  552. },
  553. {
  554. "path": "userModule/collection",
  555. "style": {
  556. "navigationBarTitleText": "我的收藏",
  557. "enablePullDownRefresh": false,
  558. "app-plus": {
  559. "bounce": "none"
  560. }
  561. }
  562. },
  563. {
  564. "path": "userModule/footprintList",
  565. "style": {
  566. "navigationBarTitleText": "浏览足迹",
  567. "enablePullDownRefresh": false,
  568. "app-plus": {
  569. "bounce": "none"
  570. }
  571. }
  572. },
  573. {
  574. "path": "userModule/questionList",
  575. "style": {
  576. "navigationBarTitleText": "我的问答",
  577. "enablePullDownRefresh": false,
  578. "app-plus": {
  579. "bounce": "none"
  580. }
  581. }
  582. },
  583. {
  584. "path": "userModule/personalDetails",
  585. "style": {
  586. "navigationBarTitleText": "个人信息"
  587. }
  588. },
  589. {
  590. "path": "userModule/coupon",
  591. "style": {
  592. "navigationBarTitleText": "我的卡券"
  593. }
  594. },
  595. {
  596. "path": "orderModule/afterSale",
  597. "style": {
  598. "navigationBarTitleText": "我的售后"
  599. }
  600. },
  601. {
  602. "path": "orderModule/returnDetails",
  603. "style": {
  604. "navigationBarTitleText": "退货详情",
  605. "navigationBarBackgroundColor": "#333333",
  606. "backgroundColor": "#333333",
  607. "navigationBarTextStyle": "white"
  608. }
  609. },
  610. {
  611. "path": "orderModule/refundDetails",
  612. "style": {
  613. "navigationBarTitleText": "退款详情",
  614. "navigationBarBackgroundColor": "#333333",
  615. "backgroundColor": "#333333",
  616. "navigationBarTextStyle": "white"
  617. }
  618. },
  619. {
  620. "path": "userModule/login",
  621. "style": {
  622. "navigationStyle": "custom",
  623. "navigationBarTitleText": "登录",
  624. "app-plus": {
  625. "titleNView": false
  626. } //去掉
  627. }
  628. },
  629. {
  630. "path": "userModule/protocol",
  631. "style": {
  632. "navigationBarTitleText": "《巨蜂》商城用户协议"
  633. }
  634. },
  635. {
  636. "path": "userModule/register",
  637. "style": {
  638. "navigationBarTitleText": "注册",
  639. "app-plus": {
  640. "titleNView": false
  641. } //去掉
  642. }
  643. },
  644. {
  645. "path": "userModule/memberAccount",
  646. "style": {
  647. "navigationBarTitleText": "我的账户",
  648. "navigationBarBackgroundColor": "#333333",
  649. "backgroundColor": "#333333",
  650. "navigationBarTextStyle": "white"
  651. }
  652. },
  653. // {
  654. // "path": "distributionModule/distributionOrder",
  655. // "style": {
  656. // "navigationBarTitleText": "我的分销订单",
  657. // "navigationBarBackgroundColor": "#333333",
  658. // "backgroundColor": "#333333",
  659. // "navigationBarTextStyle": "white"
  660. // }
  661. // },
  662. {
  663. "path": "userModule/withdraw",
  664. "style": {
  665. "navigationBarTitleText": "提现"
  666. }
  667. },
  668. // {
  669. // "path": "userModule/u-city-select",
  670. // "style": {}
  671. // }, {
  672. // "path": "userModule/u-bank-select",
  673. // "style": {}
  674. // },
  675. {
  676. "path": "userModule/messageCenter",
  677. "style": {
  678. "navigationBarTitleText": "消息中心"
  679. }
  680. },
  681. {
  682. "path": "userModule/messageDetail",
  683. "style": {
  684. "navigationBarTitleText": "公告详情"
  685. }
  686. },
  687. {
  688. "path": "userModule/bindPhone",
  689. "style": {
  690. "navigationBarTitleText": "绑定手机号",
  691. "enablePullDownRefresh": false
  692. }
  693. },
  694. {
  695. "path": "userModule/mobilePhone",
  696. "style": {
  697. "navigationBarTitleText": "手机号授权",
  698. "enablePullDownRefresh": false
  699. }
  700. },
  701. {
  702. "path": "livePage/index",
  703. "style": {
  704. "navigationBarTitleText": "直播推荐",
  705. "navigationBarBackgroundColor": "#333333",
  706. "backgroundColor": "#333333",
  707. "navigationBarTextStyle": "white",
  708. "enablePullDownRefresh": true
  709. }
  710. },
  711. {
  712. "path": "channelCoupon/index",
  713. "style": {
  714. "navigationBarTitleText": "",
  715. "enablePullDownRefresh": false
  716. }
  717. },
  718. {
  719. "path": "userModule/unsubscribe",
  720. "style": {
  721. "navigationBarTitleText": "账户注销",
  722. "navigationBarBackgroundColor": "#333333",
  723. "backgroundColor": "#333333",
  724. "navigationBarTextStyle": "white"
  725. }
  726. },
  727. {
  728. "path": "userModule/unsubscribeCode",
  729. "style": {
  730. "navigationBarTitleText": "注销账户手机认证"
  731. }
  732. },
  733. {
  734. "path": "userModule/ledger",
  735. "style": {
  736. "navigationBarTitleText": "",
  737. "enablePullDownRefresh": false,
  738. "navigationStyle": "custom",
  739. "app-plus": {
  740. "titleView": false
  741. }
  742. }
  743. }
  744. ]
  745. },
  746. {
  747. "root": "pages_user",
  748. "name": "pages_user",
  749. "pages": [
  750. {
  751. "path": "serve/payment-completed/index",
  752. "style": {
  753. "navigationBarTitleText": "支付结果",
  754. "app-plus": {
  755. "titleNView": false
  756. } //去掉
  757. }
  758. },
  759. {
  760. "path": "serve/application-record/application-record",
  761. "style": {
  762. "navigationBarTitleText": "申请记录",
  763. "app-plus": {
  764. "titleNView": false
  765. } //去掉
  766. }
  767. },
  768. {
  769. "path": "serve/red-envelope-distribution/index",
  770. "style": {
  771. "navigationBarTitleText": "红包发放",
  772. "app-plus": {
  773. "titleNView": false
  774. } //去掉
  775. }
  776. },
  777. {
  778. "path": "serve/kuai-di/index",
  779. "style": {
  780. "navigationBarTitleText": "",
  781. "enablePullDownRefresh": false
  782. }
  783. },
  784. {
  785. "path": "serve/kuai-di/LogisticsDetails",
  786. "style": {
  787. "navigationBarTitleText": "物流详情",
  788. "enablePullDownRefresh": false
  789. }
  790. },
  791. {
  792. "path": "serve/kuai-di/kuaiDiForm",
  793. "style": {
  794. "navigationBarTitleText": "",
  795. "enablePullDownRefresh": false
  796. }
  797. },
  798. {
  799. "path": "serve/kuai-di/DeliveryExpress",
  800. "style": {
  801. "navigationBarTitleText": "",
  802. "enablePullDownRefresh": false
  803. }
  804. },
  805. {
  806. "path": "serve/kuai-di/ExpressDelivery",
  807. "style": {
  808. "navigationBarTitleText": "",
  809. "enablePullDownRefresh": false
  810. }
  811. },
  812. {
  813. "path": "serve/tuanyou/service-oil",
  814. "style": {
  815. "navigationBarTitleText": "加油",
  816. "enablePullDownRefresh": false
  817. }
  818. },
  819. {
  820. "path": "serve/tuanyou/tuanyouh5",
  821. "style": {
  822. "navigationBarTitleText": "",
  823. "enablePullDownRefresh": false
  824. }
  825. },
  826. {
  827. "path": "serve/tuanyou/amount",
  828. "style": {
  829. "navigationBarTitleText": "",
  830. "enablePullDownRefresh": false
  831. }
  832. },
  833. {
  834. "path": "serve/tuanyou/recharge",
  835. "style": {
  836. "navigationBarTitleText": "",
  837. "enablePullDownRefresh": false
  838. }
  839. }
  840. ]
  841. }
  842. ],
  843. // 配置文档 https://uniapp.dcloud.io/collocation/pages?id=subpackages
  844. "preloadRule": {
  845. "pages_category_page1/search/index/index": {
  846. "network": "all",
  847. "packages": [
  848. "pages_category_page1"
  849. ]
  850. },
  851. "pages_category_page1/goodsModule/inviteSpell": {
  852. "network": "all",
  853. "packages": [
  854. "pages_category_page1"
  855. ]
  856. },
  857. "pages_category_page1/goodsModule/invitePoster": {
  858. "network": "all",
  859. "packages": [
  860. "pages_category_page1"
  861. ]
  862. },
  863. "pages_category_page1/orderModule/orderDetails": {
  864. "network": "all",
  865. "packages": [
  866. "pages_category_page1"
  867. ]
  868. }
  869. },
  870. "globalStyle": {
  871. "navigationBarTextStyle": "black",
  872. "navigationBarTitleText": "shop",
  873. "navigationBarBackgroundColor": "#fff",
  874. "backgroundColor": "#F8F8F8",
  875. "mp-weixin": {
  876. "usingComponents": {
  877. "send-coupon": "plugin://sendCoupon/send-coupon"
  878. }
  879. }
  880. },
  881. "tabBar": {
  882. "borderStyle": "black",
  883. "backgroundColor": "#fff",
  884. "color": "#CCCCCC",
  885. "selectedColor": "#333333",
  886. "fontSize": "14px",
  887. "height": "54px",
  888. "list": [
  889. {
  890. "pagePath": "pages/tabbar/index/index",
  891. "iconPath": "static/images/tabbar/home.png",
  892. "selectedIconPath": "static/images/tabbar/homeactive.png",
  893. "text": "首页"
  894. },
  895. {
  896. "pagePath": "pages/store/store",
  897. "text": "本地生活",
  898. "iconPath": "/static/images/tabbar/paper.png",
  899. "selectedIconPath": "/static/images/tabbar/paper-full.png"
  900. },
  901. {
  902. "pagePath": "pages/red-envelope/red-envelope",
  903. "text": "抢红包",
  904. "iconPath": "/static/images/tabbar/red-pack-active.png",
  905. "selectedIconPath": "/static/images/tabbar/red-pack-active.png"
  906. },
  907. // {
  908. // "pagePath": "pages/tabbar/category/index",
  909. // "iconPath": "static/images/tabbar/fenlei.png",
  910. // "selectedIconPath": "static/images/tabbar/fenleiactive.png",
  911. // "text": "分类"
  912. // },
  913. {
  914. "pagePath": "pages/tabbar/cart/index",
  915. "iconPath": "static/images/tabbar/gouwuche.png",
  916. "selectedIconPath": "static/images/tabbar/gouwucheactive.png",
  917. "text": "购物车"
  918. },
  919. {
  920. "pagePath": "pages/tabbar/user/index",
  921. "iconPath": "static/images/tabbar/wode.png",
  922. "selectedIconPath": "static/images/tabbar/wodeactive.png",
  923. "text": "我的",
  924. "navigationBarBackgroundColor": "#333333",
  925. "backgroundColor": "#333333",
  926. "navigationBarTextStyle": "white"
  927. }
  928. ]
  929. },
  930. "condition": { //模式配置,仅开发期间生效
  931. "current": 0, //当前激活的模式(list 的索引项)
  932. "list": [
  933. {
  934. "name": "", //模式名称
  935. "path": "", //启动页面,必选
  936. "query": "" //启动参数,在页面的onLoad函数里面得到
  937. }
  938. ]
  939. }
  940. }