pages.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index",
  7. "style": {
  8. "navigationBarTitleText": "满园春商城",
  9. "app-plus": {
  10. "titleNView": false
  11. }
  12. }
  13. }, {
  14. "path": "pages/public/register",
  15. "style": {
  16. "navigationBarTitleText": "注册",
  17. "app-plus": {
  18. "titleNView": {
  19. "type": "transparent"
  20. }
  21. }
  22. }
  23. },
  24. {
  25. "path": "pages/moments/details",
  26. "style": {
  27. "navigationBarTitleText": "文章页",
  28. "app-plus": {
  29. "titleNView": false
  30. }
  31. }
  32. },
  33. {
  34. "path": "pages/public/login",
  35. "style": {
  36. "navigationBarTitleText": "登录",
  37. "app-plus": {
  38. "titleNView": {
  39. "type": "transparent"
  40. }
  41. }
  42. }
  43. },
  44. {
  45. "path": "pages/public/wxLogin",
  46. "style": {
  47. "navigationBarTitleText": "微信登录",
  48. "app-plus": {
  49. "titleNView": {
  50. "type": "transparent"
  51. }
  52. }
  53. }
  54. },
  55. {
  56. "path": "pages/public/forget",
  57. "style": {
  58. "navigationBarTitleText": "忘记密码",
  59. "app-plus": {
  60. "titleNView": {
  61. "type": "transparent"
  62. }
  63. }
  64. }
  65. }, {
  66. "path": "pages/product/classify",
  67. "style": {
  68. "navigationBarTitleText": "套餐商品",
  69. "app-plus": {
  70. "titleNView": {
  71. "type": "transparent"
  72. }
  73. }
  74. }
  75. }, {
  76. "path": "pages/product/giftBag",
  77. "style": {
  78. "navigationBarTitleText": "联盟礼包"
  79. }
  80. },
  81. {
  82. "path": "pages/product/supermarket",
  83. "style": {
  84. "navigationBarTitleText": "超市"
  85. }
  86. },
  87. {
  88. "path": "pages/myteam/myteam",
  89. "style": {
  90. "navigationBarTitleText": "我的团队",
  91. "app-plus": {
  92. "titleNView": false
  93. }
  94. }
  95. },
  96. {
  97. "path": "pages/myteam/myteamQian",
  98. "style": {
  99. "navigationBarTitleText": "百业团队",
  100. "app-plus": {
  101. "titleNView": false
  102. }
  103. }
  104. },
  105. {
  106. "path": "pages/merchant/merchant",
  107. "style": {
  108. "navigationBarTextStyle": "white",
  109. "navigationBarBackgroundColor": "#75E5B6",
  110. "navigationBarTitleText": "商家中心",
  111. "app-plus": {
  112. "titleNView": {
  113. //隐藏title
  114. // "type": "transparent"
  115. }
  116. }
  117. }
  118. },
  119. {
  120. "path": "pages/merchant/order",
  121. "style": {
  122. "navigationBarTitleText": "订单管理",
  123. "navigationBarBackgroundColor": "#52C696",
  124. "navigationBarTextStyle": "white"
  125. }
  126. },
  127. {
  128. "path": "pages/merchant/becomeShop",
  129. "style": {
  130. "navigationBarTitleText": "商家入驻",
  131. "navigationBarBackgroundColor": "#52C696",
  132. "navigationBarTextStyle": "white"
  133. }
  134. },
  135. {
  136. "path": "pages/product/product",
  137. "style": {
  138. "navigationBarTitleText": "详情展示",
  139. "app-plus": {
  140. "titleNView": {
  141. "type": "transparent"
  142. }
  143. }
  144. }
  145. }, {
  146. "path": "pages/product/search",
  147. "style": {
  148. "enablePullDownRefresh": true,
  149. // #ifdef MP
  150. "navigationStyle": "custom",
  151. // #endif
  152. //#ifdef H5
  153. "navigationStyle": "default",
  154. //#endif
  155. // #ifndef MP
  156. "app-plus": {
  157. "titleNView": {
  158. "searchInput": {
  159. "backgroundColor": "rgba(231, 231, 231,.7)",
  160. "borderRadius": "16px",
  161. "placeholder": "请输入关键字",
  162. "disabled": false,
  163. "placeholderColor": "#606266",
  164. "align": "left"
  165. },
  166. "buttons": [{
  167. "text": "搜索",
  168. "fontSize": "14",
  169. "color": "#303133",
  170. "background": "rgba(0,0,0,0)",
  171. "width": "40px"
  172. }]
  173. }
  174. },
  175. // #endif
  176. "navigationBarTitleText": "搜索"
  177. }
  178. },
  179. {
  180. "path": "pages/set/about",
  181. "style": {
  182. "navigationBarTitleText": "关于我们"
  183. }
  184. },
  185. {
  186. "path": "pages/set/phone",
  187. "style": {
  188. "navigationBarTitleText": "绑定手机号"
  189. }
  190. },
  191. {
  192. "path": "pages/product/reply",
  193. "style": {
  194. "navigationBarTitleText": "评论"
  195. }
  196. }, {
  197. "path": "pages/order/evaluate",
  198. "style": {
  199. "navigationBarTitleText": "评论"
  200. }
  201. },
  202. {
  203. "path": "pages/userinfo/userinfo",
  204. "style": {
  205. "navigationBarTitleText": "修改资料"
  206. }
  207. }, {
  208. "path": "pages/cart/cart",
  209. "style": {
  210. "navigationBarTitleText": "购物车"
  211. }
  212. }, {
  213. "path": "pages/user/user",
  214. "style": {
  215. // #ifndef MP-WEIXIN
  216. "navigationStyle": "custom",
  217. "app-plus": {
  218. "bounce": "none",
  219. "titleNView": false
  220. // {
  221. // "type": "transparent",
  222. // "buttons": [{
  223. // "fontSrc": "/static/yticon.ttf",
  224. // "text": "\ue60f",
  225. // "fontSize": "24",
  226. // "color": "#303133",
  227. // "width": "46px",
  228. // "background": "rgba(0,0,0,0)"
  229. // },
  230. // {
  231. // "fontSrc": "/static/yticon.ttf",
  232. // "text": "\ue744",
  233. // "fontSize": "28",
  234. // "color": "#303133",
  235. // "background": "rgba(0,0,0,0)",
  236. // "redDot": true
  237. // }
  238. // ]
  239. // }
  240. },
  241. // #endif
  242. "navigationBarTitleText": "个人中心"
  243. }
  244. }, {
  245. "path": "pages/detail/detail",
  246. "style": {
  247. "navigationBarTitleText": "",
  248. "app-plus": {
  249. "titleNView": {
  250. "type": "transparent"
  251. }
  252. }
  253. }
  254. }, {
  255. "path": "pages/order/order",
  256. "style": {
  257. "navigationBarTitleText": "我的订单",
  258. "app-plus": {
  259. "bounce": "none"
  260. }
  261. }
  262. }, {
  263. "path": "pages/order/refundOrder",
  264. "style": {
  265. "navigationBarTitleText": "退款订单",
  266. "app-plus": {
  267. "bounce": "none"
  268. }
  269. }
  270. }, {
  271. "path": "pages/order/orderDetail",
  272. "style": {
  273. "navigationBarTitleText": "订单详情",
  274. "app-plus": {
  275. "bounce": "none"
  276. }
  277. }
  278. },
  279. {
  280. "path": "pages/merchant/orderDetail",
  281. "style": {
  282. "navigationBarTitleText": "订单详情",
  283. "app-plus": {
  284. "bounce": "none"
  285. }
  286. }
  287. }, {
  288. "path": "pages/order/orderRefund",
  289. "style": {
  290. "navigationBarTitleText": "申请退款"
  291. }
  292. }, {
  293. "path": "pages/order/createOrder",
  294. "style": {
  295. "navigationBarTitleText": "创建订单"
  296. }
  297. }, {
  298. "path": "pages/address/address",
  299. "style": {
  300. "navigationBarTitleText": "收货地址"
  301. }
  302. }, {
  303. "path": "pages/address/shopList",
  304. "style": {
  305. "navigationBarTitleText": "门店列表",
  306. "app-plus": {
  307. "titleNView": {
  308. "searchInput": {
  309. "backgroundColor": "rgba(231, 231, 231,.7)",
  310. "borderRadius": "16px",
  311. "placeholder": "请输入关键字",
  312. "placeholderColor": "#606266",
  313. "align": "left"
  314. },
  315. "buttons": [{
  316. "text": "搜索",
  317. "fontSize": "14",
  318. "color": "#303133",
  319. "background": "rgba(0,0,0,0)",
  320. "width": "40px"
  321. }]
  322. }
  323. }
  324. }
  325. }, {
  326. "path": "pages/address/addressManage",
  327. "style": {
  328. "navigationBarTitleText": "新增修改地址"
  329. }
  330. }, {
  331. "path": "pages/money/pay",
  332. "style": {
  333. "navigationBarTitleText": "支付"
  334. }
  335. },
  336. {
  337. "path": "pages/money/paySuccess",
  338. "style": {
  339. "navigationBarTitleText": "支付成功"
  340. }
  341. }, {
  342. "path": "pages/award/award",
  343. "style": {
  344. "navigationBarTitleText": "我的绿积分",
  345. "app-plus": {
  346. "titleNView": false
  347. }
  348. }
  349. }, {
  350. "path": "pages/award/withdrawal",
  351. "style": {
  352. "navigationBarTitleText": "奖励兑换"
  353. }
  354. }, {
  355. "path": "pages/scoreAccumulate/scoreAccumulate",
  356. "style": {
  357. "navigationBarTitleText": "我的积分",
  358. "app-plus": {
  359. "titleNView": false
  360. }
  361. }
  362. }, {
  363. "path": "pages/notice/notice",
  364. "style": {
  365. "navigationBarTitleText": "通知"
  366. }
  367. }, {
  368. "path": "pages/category/category",
  369. "style": {
  370. "navigationBarTitleText": "分类",
  371. //#ifdef H5
  372. "navigationStyle": "default",
  373. //#endif
  374. "app-plus": {
  375. "bounce": "none",
  376. "titleNView": {
  377. "searchInput": {
  378. "backgroundColor": "rgba(231, 231, 231,.7)",
  379. "borderRadius": "16px",
  380. "placeholder": "商品搜索",
  381. "disabled": true,
  382. "placeholderColor": "#606266",
  383. "align": "left"
  384. }
  385. }
  386. }
  387. }
  388. }, {
  389. "path": "pages/product/list",
  390. "style": {
  391. "navigationBarTitleText": "商品列表"
  392. }
  393. },
  394. {
  395. "path": "pages/product/listSearch",
  396. "style": {
  397. "enablePullDownRefresh": true,
  398. // #ifdef MP
  399. "navigationStyle": "custom",
  400. // #endif
  401. //#ifdef H5
  402. "navigationStyle": "default",
  403. //#endif
  404. // #ifndef MP
  405. "app-plus": {
  406. "titleNView": {
  407. "searchInput": {
  408. "backgroundColor": "rgba(231, 231, 231,.7)",
  409. "borderRadius": "16px",
  410. "placeholder": "请输入关键字",
  411. "disabled": false,
  412. "placeholderColor": "#606266",
  413. "align": "left"
  414. },
  415. "buttons": [{
  416. "text": "搜索",
  417. "fontSize": "14",
  418. "color": "#303133",
  419. "background": "rgba(0,0,0,0)",
  420. "width": "40px"
  421. }]
  422. }
  423. },
  424. // #endif
  425. "navigationBarTitleText": "商品列表"
  426. }
  427. },
  428. {
  429. "path": "pages/wallet/wallet",
  430. "style": {
  431. "navigationBarTitleText": "我的余额",
  432. "app-plus": {
  433. "titleNView": false
  434. }
  435. }
  436. },
  437. {
  438. "path": "pages/wallet/freezeList",
  439. "style": {
  440. "navigationBarTitleText": "冻结记录"
  441. }
  442. },
  443. {
  444. "path": "pages/wallet/account",
  445. "style": {
  446. "navigationBarTitleText": "兑换账号"
  447. }
  448. },
  449. {
  450. "path": "pages/wallet/withdrawal",
  451. "style": {
  452. "navigationBarTitleText": "余额兑换"
  453. }
  454. },
  455. {
  456. "path": "pages/wallet/recharge",
  457. "style": {
  458. "navigationBarTitleText": "充值"
  459. }
  460. },
  461. {
  462. "path": "pages/favorites/favorites",
  463. "style": {
  464. "navigationBarTitleText": "收藏夹"
  465. }
  466. }, {
  467. "path": "pages/sign/index",
  468. "style": {
  469. "navigationBarTitleText": "每日签到",
  470. "app-plus": {
  471. "titleNView": {
  472. "type": "transparent"
  473. }
  474. }
  475. }
  476. },
  477. {
  478. "path": "pages/sign/prize",
  479. "style": {
  480. "navigationBarTitleText": "抽奖"
  481. }
  482. },
  483. {
  484. "path": "pages/sign/info",
  485. "style": {
  486. "navigationBarTitleText": "抽奖记录"
  487. }
  488. },
  489. {
  490. "path": "pages/redirect/redirect",
  491. "style": {
  492. "navigationBarTitleText": "微信登录跳转页面",
  493. "app-plus": {
  494. "titleNView": false
  495. }
  496. }
  497. },
  498. {
  499. "path": "pages/prefecture/integral",
  500. "style": {
  501. "navigationBarTitleText": "积分兑换"
  502. }
  503. },
  504. {
  505. "path": "pages/shareQrCode/index",
  506. "style": {
  507. "navigationBarTitleText": "邀请好友",
  508. "app-plus": {
  509. "titleNView": {
  510. "type": "transparent"
  511. }
  512. }
  513. }
  514. },
  515. {
  516. "path": "pages/shareQrCode/wechatQr",
  517. "style": {
  518. "navigationBarTitleText": "关注公众号"
  519. }
  520. },
  521. {
  522. "path": "pages/seckill/seckill",
  523. "style": {
  524. "navigationBarTitleText": "限时抢购"
  525. }
  526. },
  527. {
  528. "path": "pages/groupBooking/index",
  529. "style": {
  530. "enablePullDownRefresh": true,
  531. "navigationBarTitleText": "超值拼团"
  532. }
  533. },
  534. {
  535. "path": "pages/groupBooking/detail",
  536. "style": {
  537. "navigationBarTitleText": "拼团详细",
  538. "app-plus": {
  539. "titleNView": false
  540. }
  541. }
  542. },
  543. {
  544. "path": "pages/groupBooking/inviteImg",
  545. "style": {
  546. "navigationBarTitleText": "拼团邀请图",
  547. "app-plus": {
  548. "titleNView": false
  549. }
  550. }
  551. }, {
  552. "path": "pages/award/withdmoenys",
  553. "style": {
  554. "navigationBarTitleText": "转余额"
  555. }
  556. },
  557. // {
  558. // "path": "pages/coupon/details",
  559. // "style": {
  560. // "navigationBarTitleText": "付款",
  561. // "app-plus": {
  562. // "titleNView":{
  563. // "backgroundColor": "#5DBC7C",
  564. // "titleColor":"#FFFFFF"
  565. // }
  566. // },
  567. // "h5":{
  568. // "titleNView":{
  569. // "backgroundColor": "#5DBC7C",
  570. // "titleColor":"#FFFFFF"
  571. // }
  572. // }
  573. // }
  574. // },
  575. {
  576. "path": "pages/received/index",
  577. "style": {
  578. "navigationBarTitleText": "收付款",
  579. "app-plus": {
  580. "titleNView": {
  581. "backgroundColor": "#5DBC7C",
  582. "titleColor": "#FFFFFF"
  583. }
  584. },
  585. "h5": {
  586. "titleNView": {
  587. "backgroundColor": "#5DBC7C",
  588. "titleColor": "#FFFFFF"
  589. }
  590. }
  591. }
  592. },
  593. {
  594. "path": "pages/received/ipad",
  595. "style": {
  596. "navigationBarTitleText": "收款",
  597. "app-plus": {
  598. "titleNView": {
  599. "backgroundColor": "#5DBC7C",
  600. "titleColor": "#FFFFFF"
  601. }
  602. },
  603. "h5": {
  604. "titleNView": {
  605. "backgroundColor": "#5DBC7C",
  606. "titleColor": "#FFFFFF"
  607. }
  608. }
  609. }
  610. },
  611. {
  612. "path": "pages/received/list",
  613. "style": {
  614. "navigationBarTitleText": "收付款记录",
  615. "app-plus": {
  616. "titleNView": {
  617. "backgroundColor": "#5DBC7C",
  618. "titleColor": "#FFFFFF"
  619. }
  620. },
  621. "h5": {
  622. "titleNView": {
  623. "backgroundColor": "#5DBC7C",
  624. "titleColor": "#FFFFFF"
  625. }
  626. }
  627. }
  628. },
  629. // {
  630. // "path": "pages/received/paySuccess",
  631. // "style": {
  632. // "navigationBarTitleText": "付款成功",
  633. // "app-plus": {
  634. // "titleNView":{
  635. // "backgroundColor": "#5DBC7C",
  636. // "titleColor":"#FFFFFF"
  637. // }
  638. // },
  639. // "h5":{
  640. // "titleNView":{
  641. // "backgroundColor": "#5DBC7C",
  642. // "titleColor":"#FFFFFF"
  643. // }
  644. // }
  645. // }
  646. // },
  647. {
  648. "path": "pages/coupon/consumer",
  649. "style": {
  650. "navigationBarTitleText": "我的消费券",
  651. "app-plus": {
  652. "titleNView": false
  653. }
  654. }
  655. },
  656. {
  657. "path": "pages/shoping/index",
  658. "style": {
  659. "navigationBarTitleText": "店铺信息",
  660. "app-plus": {
  661. "titleNView": false
  662. }
  663. }
  664. },
  665. {
  666. "path": "pages/shoping/list",
  667. "style": {
  668. "navigationBarTitleText": "店铺列表"
  669. }
  670. },
  671. {
  672. "path": "pages/shoping/shopService",
  673. "style": {
  674. "navigationBarTitleText": "店铺"
  675. }
  676. },
  677. {
  678. "path": "pages/shoping/shopDetail",
  679. "style": {
  680. "navigationBarTitleText": "养发馆"
  681. }
  682. },
  683. {
  684. "path": "pages/shoping/booked",
  685. "style": {
  686. "navigationBarTitleText": "到店时间"
  687. }
  688. },
  689. {
  690. "path": "pages/contract/agreement",
  691. "style": {
  692. "navigationBarTitleText": "注册协议"
  693. }
  694. },
  695. {
  696. "path": "pages/contract/privacy",
  697. "style": {
  698. "navigationBarTitleText": "隐私政策"
  699. }
  700. },
  701. {
  702. "path": "pages/contract/start",
  703. "style": {
  704. "navigationBarTitleText": "授权页",
  705. "app-plus": {
  706. "titleNView": false
  707. }
  708. }
  709. }
  710. , {
  711. "path": "pages/merchant/commodity",
  712. "style": {
  713. "navigationBarTitleText": "商品管理"
  714. // ,"app-plus": {
  715. // "titleNView": false
  716. // }
  717. }
  718. }, {
  719. "path": "pages/merchant/vipDetail",
  720. "style": {
  721. "navigationBarBackgroundColor": "#72E3B4",
  722. "navigationBarTextStyle": "white",
  723. "navigationBarTitleText": "店铺会员",
  724. "enablePullDownRefresh": false
  725. }
  726. },
  727. {
  728. "path": "pages/merchant/withdrawal",
  729. "style": {
  730. "navigationBarBackgroundColor": "#72E3B4",
  731. "navigationBarTextStyle": "white",
  732. "navigationBarTitleText": "店铺兑换",
  733. "enablePullDownRefresh": false
  734. }
  735. },
  736. {
  737. "path": "pages/merchant/storeQr",
  738. "style": {
  739. "navigationBarBackgroundColor": "#72E3B4",
  740. "navigationBarTextStyle": "white",
  741. "navigationBarTitleText": "店铺二维码",
  742. "enablePullDownRefresh": false
  743. }
  744. },
  745. {
  746. "path": "pages/merchant/finance",
  747. "style": {
  748. "navigationBarBackgroundColor": "#ffffff",
  749. "navigationBarTextStyle": "black",
  750. "navigationBarTitleText": "店铺财务",
  751. "enablePullDownRefresh": false
  752. }
  753. },
  754. {
  755. "path": "pages/merchant/newfinance",
  756. "style": {
  757. "navigationBarBackgroundColor": "#ffffff",
  758. "navigationBarTextStyle": "black",
  759. "navigationBarTitleText": "店铺数据"
  760. }
  761. },
  762. {
  763. "path": "pages/merchant/onlineOrder",
  764. "style": {
  765. "navigationBarBackgroundColor": "#ffffff",
  766. "navigationBarTextStyle": "black",
  767. "navigationBarTitleText": "在线下单",
  768. "enablePullDownRefresh": false
  769. }
  770. },
  771. {
  772. "path": "pages/wallet/openMember",
  773. "style": {
  774. "navigationBarBackgroundColor": "#363533",
  775. "navigationBarTextStyle": "white",
  776. "navigationBarTitleText": "开通会员",
  777. "enablePullDownRefresh": false
  778. }
  779. }, {
  780. "path": "pages/merchant/storeData",
  781. "style": {
  782. "navigationBarBackgroundColor": "#72E3B4",
  783. "navigationBarTextStyle": "white",
  784. "navigationBarTitleText": "店铺数据",
  785. "enablePullDownRefresh": false
  786. }
  787. },
  788. {
  789. "path": "pages/prefecture/detail",
  790. "style": {
  791. "navigationBarTitleText": "兑换详情",
  792. "app-plus": {
  793. "titleNView": {
  794. "type": "transparent"
  795. }
  796. }
  797. }
  798. },
  799. {
  800. "path": "pages/prefecture/voucher",
  801. "style": {
  802. "navigationBarTitleText": "消费券兑换"
  803. }
  804. }
  805. ],
  806. "globalStyle": {
  807. "navigationBarTextStyle": "black",
  808. "navigationBarTitleText": "uni-app",
  809. "navigationBarBackgroundColor": "#FFFFFF",
  810. //#ifdef H5
  811. "navigationStyle": "custom",
  812. //#endif
  813. "backgroundColor": "#f8f8f8"
  814. },
  815. "tabBar": {
  816. "color": "#C0C4CC",
  817. "selectedColor": "#5DBC7C",
  818. "borderStyle": "black",
  819. "backgroundColor": "#ffffff",
  820. "list": [{
  821. "pagePath": "pages/index/index",
  822. "iconPath": "static/tabBar/tab-home.png",
  823. "selectedIconPath": "static/tabBar/tab-home-current.png",
  824. "text": "首页"
  825. },
  826. {
  827. "pagePath": "pages/category/category",
  828. "iconPath": "static/tabBar/tab-cate.png",
  829. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  830. "text": "分类"
  831. },
  832. {
  833. "pagePath": "pages/cart/cart",
  834. "iconPath": "static/tabBar/tab-cart.png",
  835. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  836. "text": "购物车"
  837. },
  838. {
  839. "pagePath": "pages/user/user",
  840. "iconPath": "static/tabBar/tab-my.png",
  841. "selectedIconPath": "static/tabBar/tab-my-current.png",
  842. "text": "我的"
  843. }
  844. ]
  845. }
  846. }