pages.json 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/new-tabbar/home/index",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/new-tabbar/findStore/index",
  11. "style": {
  12. "navigationStyle": "custom"
  13. }
  14. },
  15. {
  16. "path": "pages/new-tabbar/Hall/index",
  17. "style": {
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path": "pages/new-tabbar/findServices/index",
  23. "style": {
  24. "navigationStyle": "custom"
  25. }
  26. },
  27. {
  28. "path": "pages/new-tabbar/user/index",
  29. "style": {
  30. "navigationStyle": "custom"
  31. }
  32. },
  33. {
  34. "path": "pages/another-index/index",
  35. "style": {
  36. "navigationBarTitleText": "商城",
  37. "navigationStyle": "custom"
  38. }
  39. },
  40. {
  41. "path": "pages/business-district/business-district",
  42. "style": {
  43. "navigationBarTitleText": "社区商圈",
  44. "navigationStyle": "custom",
  45. "enablePullDownRefresh": true,
  46. "onReachBottomDistance": 100
  47. }
  48. },
  49. {
  50. "path": "pages/order/order",
  51. "style": {
  52. "navigationBarTitleText": "我的订单",
  53. "navigationStyle": "custom",
  54. "enablePullDownRefresh": true
  55. }
  56. },
  57. {
  58. "path": "pages/user/user",
  59. "style": {
  60. "navigationBarTitleText": "个人中心",
  61. "navigationStyle": "custom"
  62. }
  63. },
  64. {
  65. "path": "pages/jump/jump",
  66. "style": {
  67. "navigationBarTitleText": "跳转"
  68. }
  69. },
  70. {
  71. "path": "pages/choose-location/choose-location",
  72. "style": {
  73. "backgroundTextStyle": "light",
  74. "navigationBarBackgroundColor": "#fff",
  75. "navigationBarTitleText": "选择位置",
  76. "navigationBarTextStyle": "black"
  77. }
  78. },
  79. {
  80. "path": "pages/service-agreement/service-agreement",
  81. "style": {
  82. "navigationBarTitleText": "团蜂服务协议"
  83. }
  84. },
  85. {
  86. "path": "pages/service-agreement/privacy-policy",
  87. "style": {
  88. "navigationBarTitleText": "团蜂隐私协议"
  89. }
  90. },
  91. {
  92. "path": "pages/login/login",
  93. "style": {
  94. "navigationBarTitleText": "登陆"
  95. }
  96. },
  97. {
  98. "path": "pages/login/register",
  99. "style": {
  100. "navigationBarTitleText": "注册"
  101. }
  102. },
  103. {
  104. "path": "pages/register/index",
  105. "style": {
  106. "navigationBarTitleText": "注册",
  107. "enablePullDownRefresh": true,
  108. "navigationStyle": "custom"
  109. }
  110. },
  111. {
  112. "path": "pages/classification/index",
  113. "style": {
  114. "navigationBarTitleText": "分类",
  115. "enablePullDownRefresh": false
  116. }
  117. },
  118. {
  119. "path": "pages/user/kuai-di/index",
  120. "style": {
  121. "navigationBarTitleText": "",
  122. "enablePullDownRefresh": false
  123. }
  124. },
  125. {
  126. "path": "pages/user/kuai-di/LogisticsDetails",
  127. "style": {
  128. "navigationBarTitleText": "物流详情",
  129. "enablePullDownRefresh": false
  130. }
  131. },
  132. {
  133. "path": "pages/user/kuai-di/kuaiDiForm",
  134. "style": {
  135. "navigationBarTitleText": "",
  136. "enablePullDownRefresh": false
  137. }
  138. },
  139. {
  140. "path": "pages/user/kuai-di/DeliveryExpress",
  141. "style": {
  142. "navigationBarTitleText": "",
  143. "enablePullDownRefresh": false
  144. }
  145. },
  146. {
  147. "path": "pages/user/kuai-di/MyExpress",
  148. "style": {
  149. "navigationBarTitleText": "",
  150. "enablePullDownRefresh": false
  151. }
  152. },
  153. {
  154. "path": "pages/user/kuai-di/ExpressDelivery",
  155. "style": {
  156. "navigationBarTitleText": "",
  157. "enablePullDownRefresh": false
  158. }
  159. }
  160. ],
  161. "easycom": {
  162. "autoscan": true,
  163. "custom": {
  164. "tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue",
  165. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  166. }
  167. },
  168. "subPackages": [
  169. {
  170. "root": "user",
  171. "pages": [
  172. {
  173. "path": "view",
  174. "style": {
  175. "navigationBarTitleText": ""
  176. }
  177. }
  178. ]
  179. },
  180. {
  181. "root": "another-tf",
  182. "pages": [
  183. {
  184. "path": "another-user/shop/shop-enter",
  185. "style": {
  186. "navigationBarTitleText": "商圈二级页面"
  187. }
  188. },
  189. {
  190. "path": "another-user/shop/shop-detail",
  191. "style": {
  192. "navigationBarTitleText": "商圈商家详情"
  193. }
  194. },
  195. {
  196. "path": "another-user/shop/shop-deep",
  197. "style": {
  198. "navigationBarTitleText": "商圈三级页面"
  199. }
  200. },
  201. {
  202. "path": "another-serve/bindPhone/index",
  203. "style": {
  204. "navigationBarTitleText": "绑定手机号"
  205. }
  206. },
  207. {
  208. "path": "another-serve/personalDetails/index",
  209. "style": {
  210. "navigationBarTitleText": "个人信息"
  211. }
  212. },
  213. {
  214. "path": "another-serve/unsubscribe/index",
  215. "style": {
  216. "navigationBarTitleText": "账户注销"
  217. }
  218. },
  219. {
  220. "path": "another-serve/unsubscribeCode/index",
  221. "style": {
  222. "navigationBarTitleText": "注销账户手机认证"
  223. }
  224. },
  225. {
  226. "path": "another-serve/protocol/index",
  227. "style": {
  228. "navigationBarTitleText": "《团蜂》商城用户协议"
  229. }
  230. },
  231. {
  232. "path": "another-serve/messageCenter/index",
  233. "style": {
  234. "navigationBarTitleText": "消息中心"
  235. }
  236. },
  237. {
  238. "path": "another-user/platform-recharge/index",
  239. "style": {
  240. "navigationBarTitleText": "平台充值"
  241. }
  242. },
  243. {
  244. "path": "another-serve/withdraw/index",
  245. "style": {
  246. "navigationBarTitleText": "提现"
  247. }
  248. },
  249. {
  250. "path": "another-user/voucher/voucher",
  251. "style": {
  252. "navigationBarTitleText": "代金卷"
  253. }
  254. },
  255. {
  256. "path": "another-user/voucher/orderStatus",
  257. "style": {
  258. "navigationBarTitleText": "代金卷订单完成状态"
  259. }
  260. },
  261. {
  262. "path": "another-user/commission-statistics/commission-statistics",
  263. "style": {
  264. "navigationBarTitleText": "佣金统计",
  265. "enablePullDownRefresh": true
  266. }
  267. },
  268. {
  269. "path": "another-user/commission-statistics/commission-detail",
  270. "style": {
  271. "navigationBarTitleText": "佣金详情",
  272. "enablePullDownRefresh": true
  273. }
  274. },
  275. {
  276. "path": "another-user/commission-statistics/vip-user",
  277. "style": {
  278. "navigationBarTitleText": "会员列表",
  279. "enablePullDownRefresh": true
  280. }
  281. },
  282. {
  283. "path": "another-serve/bankcard/index",
  284. "style": {
  285. "navigationBarTitleText": "银行卡"
  286. }
  287. },
  288. {
  289. "path": "another-serve/bankcard/addBankcard",
  290. "style": {
  291. "navigationBarTitleText": "添加银行卡"
  292. }
  293. },
  294. {
  295. "path": "another-serve/collection/index",
  296. "style": {
  297. "navigationBarTitleText": "我的收藏"
  298. }
  299. },
  300. {
  301. "path": "another-serve/footprintList/index",
  302. "style": {
  303. "navigationBarTitleText": "浏览足迹"
  304. }
  305. },
  306. {
  307. "path": "another-user/platform-recharge/recharge-record",
  308. "style": {
  309. "navigationBarTitleText": "平台充值流水记录"
  310. }
  311. },
  312. {
  313. "path": "another-user/user-upgrade/user-upgrade-application",
  314. "style": {
  315. "navigationBarTitleText": "会员升级"
  316. }
  317. },
  318. {
  319. "path": "another-user/advanced-role-application/index",
  320. "style": {
  321. "navigationBarTitleText": "高级角色申请"
  322. }
  323. },
  324. {
  325. "path": "another-user/user-upgrade/purchase-chain-products",
  326. "style": {
  327. "navigationBarTitleText": "购买关系链相关产品"
  328. }
  329. },
  330. {
  331. "path": "another-user/small-ledger/index",
  332. "style": {
  333. "navigationBarTitleText": "小账本"
  334. }
  335. },
  336. {
  337. "path": "another-user/fan-statistics/index",
  338. "style": {
  339. "navigationBarTitleText": "粉丝统计"
  340. }
  341. },
  342. {
  343. "path": "another-user/franchisee-statistics/index",
  344. "style": {
  345. "navigationBarTitleText": "加盟统计"
  346. }
  347. },
  348. {
  349. "path": "another-serve/shopCar/shopCar",
  350. "style": {
  351. "navigationBarTitleText": "购物车"
  352. }
  353. },
  354. {
  355. "path": "another-serve/goodsList/index",
  356. "style": {
  357. "navigationBarTitleText": "商品列表"
  358. }
  359. },
  360. {
  361. "path": "another-serve/canvasGoods/index",
  362. "style": {
  363. "navigationBarTitleText": "商品列表"
  364. }
  365. },
  366. {
  367. "path": "another-serve/goodsDetails/index",
  368. "style": {
  369. "navigationBarTitleText": "商品详情"
  370. }
  371. },
  372. {
  373. "path": "another-serve/search/index",
  374. "style": {
  375. "navigationBarTitleText": "搜索"
  376. }
  377. },
  378. {
  379. "path": "another-serve/discount/spikeList",
  380. "style": {
  381. "navigationBarTitleText": "秒杀专区"
  382. }
  383. },
  384. {
  385. "path": "another-serve/discount/groupBuy",
  386. "style": {
  387. "navigationBarTitleText": "拼团专区"
  388. }
  389. },
  390. {
  391. "path": "another-serve/discount/discount",
  392. "style": {
  393. "navigationBarTitleText": "限时折扣专区"
  394. }
  395. },
  396. {
  397. "path": "another-serve/discount/platformDiscount",
  398. "style": {
  399. "navigationBarTitleText": "限时折扣专区"
  400. }
  401. },
  402. {
  403. "path": "another-serve/memberCenter/activityList",
  404. "style": {
  405. "navigationBarTitleText": "会员专区"
  406. }
  407. },
  408. {
  409. "path": "another-serve/memberCenter/index",
  410. "style": {
  411. "navigationBarTitleText": "会员中心"
  412. }
  413. },
  414. {
  415. "path": "another-serve/combination/index",
  416. "style": {
  417. "navigationBarTitleText": "组合优惠"
  418. }
  419. },
  420. {
  421. "path": "another-serve/messageDetail/index",
  422. "style": {
  423. "navigationBarTitleText": "公告详情"
  424. }
  425. },
  426. {
  427. "path": "another-serve/livePage/index",
  428. "style": {
  429. "navigationBarTitleText": "直播推荐"
  430. }
  431. },
  432. {
  433. "path": "another-serve/distributionModule/index",
  434. "style": {
  435. "navigationBarTitleText": "分销中心"
  436. }
  437. },
  438. {
  439. "path": "another-serve/distributionModule/salesIndex",
  440. "style": {
  441. "navigationBarTitleText": "店铺分销中心"
  442. }
  443. },
  444. {
  445. "path": "another-serve/distributionModule/totalAward",
  446. "style": {
  447. "navigationBarTitleText": "累计奖励"
  448. }
  449. },
  450. {
  451. "path": "another-serve/distributionModule/unliquidated",
  452. "style": {
  453. "navigationBarTitleText": "未结算奖励"
  454. }
  455. },
  456. {
  457. "path": "another-serve/distributionModule/totalClient",
  458. "style": {
  459. "navigationBarTitleText": "累计客户"
  460. }
  461. },
  462. {
  463. "path": "another-serve/distributionModule/totalPersonnel",
  464. "style": {
  465. "navigationBarTitleText": "累计分销员"
  466. }
  467. },
  468. {
  469. "path": "another-serve/distributionModule/commodity",
  470. "style": {
  471. "navigationBarTitleText": "推广商品"
  472. }
  473. },
  474. {
  475. "path": "another-serve/distributionModule/distributionOrder",
  476. "style": {
  477. "navigationBarTitleText": "我的分销订单"
  478. }
  479. },
  480. {
  481. "path": "another-serve/distributionModule/recruit",
  482. "style": {
  483. "navigationBarTitleText": "分销员招募令"
  484. }
  485. },
  486. {
  487. "path": "another-serve/ledger/index",
  488. "style": {
  489. "navigationBarTitleText": "推广中心"
  490. }
  491. },
  492. {
  493. "path": "another-serve/coupon/index",
  494. "style": {
  495. "navigationBarTitleText": "我的卡券"
  496. }
  497. },
  498. {
  499. "path": "another-serve/couponShopList/index",
  500. "style": {
  501. "navigationBarTitleText": "优惠券可用商品列表"
  502. }
  503. },
  504. {
  505. "path": "another-serve/coupon/list",
  506. "style": {
  507. "navigationBarTitleText": "优惠券"
  508. }
  509. },
  510. {
  511. "path": "another-serve/coupon/product",
  512. "style": {
  513. "navigationBarTitleText": "可用商品"
  514. }
  515. },
  516. {
  517. "path": "another-serve/orderDetails/index",
  518. "style": {
  519. "navigationBarTitleText": "订单详情"
  520. }
  521. },
  522. {
  523. "path": "another-serve/evaluate/index",
  524. "style": {
  525. "navigationBarTitleText": "评价"
  526. }
  527. },
  528. {
  529. "path": "another-serve/evaSuccessful/index",
  530. "style": {
  531. "navigationBarTitleText": "评价成功"
  532. }
  533. },
  534. {
  535. "path": "another-serve/addEvaluate/index",
  536. "style": {
  537. "navigationBarTitleText": "追加评价"
  538. }
  539. },
  540. {
  541. "path": "another-serve/userEvaluate/index",
  542. "style": {
  543. "navigationBarTitleText": "我的评价"
  544. }
  545. },
  546. {
  547. "path": "another-serve/evaluateDetails/index",
  548. "style": {
  549. "navigationBarTitleText": "评价详情"
  550. }
  551. },
  552. {
  553. "path": "another-serve/paySuccessful/index",
  554. "style": {
  555. "navigationBarTitleText": "支付成功"
  556. }
  557. },
  558. {
  559. "path": "another-serve/orderConfirm/index",
  560. "style": {
  561. "navigationBarTitleText": "购买宝贝"
  562. }
  563. },
  564. {
  565. "path": "another-serve/address/index",
  566. "style": {
  567. "navigationBarTitleText": "地址管理"
  568. }
  569. },
  570. {
  571. "path": "another-serve/addAddress/index",
  572. "style": {
  573. "navigationBarTitleText": "地址管理"
  574. }
  575. },
  576. {
  577. "path": "another-serve/integral/index",
  578. "style": {
  579. "navigationBarTitleText": "我的积分"
  580. }
  581. },
  582. {
  583. "path": "another-serve/integral/sign",
  584. "style": {
  585. "navigationBarTitleText": "签到领积分"
  586. }
  587. },
  588. {
  589. "path": "another-serve/exchangeDetail/index",
  590. "style": {
  591. "navigationBarTitleText": "积分兑换"
  592. }
  593. },
  594. {
  595. "path": "another-serve/evaluateList/index",
  596. "style": {
  597. "navigationBarTitleText": "宝贝评价"
  598. }
  599. },
  600. {
  601. "path": "another-serve/putQuestions/index",
  602. "style": {
  603. "navigationBarTitleText": "提问"
  604. }
  605. },
  606. {
  607. "path": "another-serve/questionList/index",
  608. "style": {
  609. "navigationBarTitleText": "我的问答"
  610. }
  611. },
  612. {
  613. "path": "another-serve/answerList/index",
  614. "style": {
  615. "navigationBarTitleText": "全部问答"
  616. }
  617. },
  618. {
  619. "path": "another-serve/qADetail/index",
  620. "style": {
  621. "navigationBarTitleText": "问答详情"
  622. }
  623. },
  624. {
  625. "path": "another-serve/inviteSpell/index",
  626. "style": {
  627. "navigationBarTitleText": "邀请好友拼单"
  628. }
  629. },
  630. {
  631. "path": "another-serve/invitePoster/index",
  632. "style": {
  633. "navigationBarTitleText": "生成邀请海报"
  634. }
  635. },
  636. {
  637. "path": "another-serve/afterSaleApply/index",
  638. "style": {
  639. "navigationBarTitleText": "选择商品"
  640. }
  641. },
  642. {
  643. "path": "another-serve/logisticsInfo/index",
  644. "style": {
  645. "navigationBarTitleText": "订单物流信息"
  646. }
  647. },
  648. {
  649. "path": "another-user/product-logistics/index",
  650. "style": {
  651. "navigationBarTitleText": "产品物流信息"
  652. }
  653. },
  654. {
  655. "path": "another-serve/refundDetails/index",
  656. "style": {
  657. "navigationBarTitleText": "退款详情"
  658. }
  659. },
  660. {
  661. "path": "another-serve/returnDetails/index",
  662. "style": {
  663. "navigationBarTitleText": "退货详情"
  664. }
  665. },
  666. {
  667. "path": "another-serve/addLogistics/index",
  668. "style": {
  669. "navigationBarTitleText": "填写退货物流"
  670. }
  671. },
  672. {
  673. "path": "another-serve/platformJoin/index",
  674. "style": {
  675. "navigationBarTitleText": "平台介入"
  676. }
  677. },
  678. {
  679. "path": "another-serve/afterSale/index",
  680. "style": {
  681. "navigationBarTitleText": "我的售后"
  682. }
  683. },
  684. {
  685. "path": "another-serve/afterSaleApplyRefund/index",
  686. "style": {
  687. "navigationBarTitleText": "申请退款"
  688. }
  689. },
  690. {
  691. "path": "another-serve/afterSaleApplyRetund/index",
  692. "style": {
  693. "navigationBarTitleText": "申请退货"
  694. }
  695. },
  696. {
  697. "path": "another-serve/shareProduct/index",
  698. "style": {
  699. "navigationBarTitleText": "分享"
  700. }
  701. },
  702. {
  703. "path": "another-user/shop-orders/index",
  704. "style": {
  705. "navigationBarTitleText": "商家订单"
  706. }
  707. },
  708. {
  709. "path": "another-user/receiving-account/index",
  710. "style": {
  711. "navigationBarTitleText": "收款账户"
  712. }
  713. },
  714. {
  715. "path": "another-user/receiving-account/receiving-account-form",
  716. "style": {
  717. "navigationBarTitleText": "收款账户表单"
  718. }
  719. },
  720. {
  721. "path": "another-user/shop-statistics/index",
  722. "style": {
  723. "navigationBarTitleText": "商家统计"
  724. }
  725. },
  726. {
  727. "path": "another-user/shop-statistics/finance-statistics",
  728. "style": {
  729. "navigationBarTitleText": "商家财务统计"
  730. }
  731. },
  732. {
  733. "path": "another-user/shop-recharge/shop-recharge",
  734. "style": {
  735. "navigationBarTitleText": "商家充值"
  736. }
  737. },
  738. {
  739. "path": "another-user/shop-recharge/selectMerchant",
  740. "style": {
  741. "navigationBarTitleText": "商家列表"
  742. }
  743. },
  744. {
  745. "path": "another-user/shop-recharge/recharge-list",
  746. "style": {
  747. "navigationBarTitleText": "充值商家"
  748. }
  749. },
  750. {
  751. "path": "another-user/shop-recharge/historyRecord",
  752. "style": {
  753. "navigationBarTitleText": "充值历史记录"
  754. }
  755. }
  756. ]
  757. }
  758. ],
  759. "tabBar": {
  760. "selectedColor": "#E95D20",
  761. "backgroundColor": "#fff",
  762. "color": "#3D3D3D",
  763. "borderStyle": "white",
  764. "iconWidth": "28px",
  765. "height": "60px",
  766. "list": [
  767. {
  768. "pagePath": "pages/new-tabbar/home/index",
  769. "iconPath": "static/new-images/tabbar/home.png",
  770. "selectedIconPath": "static/new-images/tabbar/home_1.png",
  771. "text": "找材料"
  772. },
  773. {
  774. "pagePath": "pages/new-tabbar/findStore/index",
  775. "iconPath": "static/new-images/tabbar/findStore.png",
  776. "selectedIconPath": "static/new-images/tabbar/findStore_1.png",
  777. "text": "找店铺"
  778. },
  779. {
  780. "pagePath": "pages/new-tabbar/Hall/index",
  781. "iconPath": "static/new-images/tabbar/hall.png",
  782. "selectedIconPath": "static/new-images/tabbar/hall_1.png",
  783. "text": "信息大厅"
  784. },
  785. {
  786. "pagePath": "pages/new-tabbar/findServices/index",
  787. "iconPath": "static/new-images/tabbar/findServices.png",
  788. "selectedIconPath": "static/new-images/tabbar/findServices_1.png",
  789. "text": "找服务"
  790. },
  791. {
  792. "pagePath": "pages/new-tabbar/user/index",
  793. "iconPath": "static/new-images/tabbar/user.png",
  794. "selectedIconPath": "static/new-images/tabbar/user_1.png",
  795. "text": "我的"
  796. }
  797. // {
  798. // "pagePath": "pages/another-index/index",
  799. // "text": "商城",
  800. // "iconPath": "/static/images/tabbar/furniture.png",
  801. // "selectedIconPath": "/static/images/tabbar/furniture-active.png"
  802. // },
  803. // {
  804. // "pagePath": "pages/business-district/business-district",
  805. // "text": "社区商圈",
  806. // "iconPath": "/static/images/tabbar/business.png",
  807. // "selectedIconPath": "/static/images/tabbar/business-active.png"
  808. // },
  809. // {
  810. // "pagePath": "pages/order/order",
  811. // "text": "订单",
  812. // "iconPath": "/static/images/tabbar/order.png",
  813. // "selectedIconPath": "/static/images/tabbar/order-active.png"
  814. // },
  815. // {
  816. // "pagePath": "pages/user/user",
  817. // "text": "我的",
  818. // "iconPath": "/static/images/tabbar/mine.png",
  819. // "selectedIconPath": "/static/images/tabbar/mine-active.png"
  820. // }
  821. ]
  822. },
  823. "sitemapLocation": "sitemap.json",
  824. "globalStyle": {
  825. "backgroundTextStyle": "light",
  826. "navigationBarBackgroundColor": "#fff",
  827. "navigationBarTitleText": "团蜂家居",
  828. "navigationBarTextStyle": "black",
  829. "titleNView": false,
  830. "app-plus": {
  831. "animationType": "slide-in-right",
  832. "animationDuration": 300
  833. },
  834. "mp-weixin": {
  835. "usingComponents": {
  836. "send-coupon": "plugin://sendCoupon/send-coupon"
  837. }
  838. }
  839. },
  840. "style": {
  841. "app-plus": {
  842. "animationType": "slide-in-right",
  843. "animationDuration": 300
  844. }
  845. }
  846. }