pages.json 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866
  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. {
  214. "path": "pages/cart/cart1",
  215. "style": {
  216. "navigationBarTitleText": "购物车"
  217. }
  218. },{
  219. "path": "pages/cart/cart2",
  220. "style": {
  221. "navigationBarTitleText": "购物车"
  222. }
  223. },{
  224. "path": "pages/user/user",
  225. "style": {
  226. // #ifndef MP-WEIXIN
  227. "navigationStyle": "custom",
  228. "app-plus": {
  229. "bounce": "none",
  230. "titleNView": false
  231. // {
  232. // "type": "transparent",
  233. // "buttons": [{
  234. // "fontSrc": "/static/yticon.ttf",
  235. // "text": "\ue60f",
  236. // "fontSize": "24",
  237. // "color": "#303133",
  238. // "width": "46px",
  239. // "background": "rgba(0,0,0,0)"
  240. // },
  241. // {
  242. // "fontSrc": "/static/yticon.ttf",
  243. // "text": "\ue744",
  244. // "fontSize": "28",
  245. // "color": "#303133",
  246. // "background": "rgba(0,0,0,0)",
  247. // "redDot": true
  248. // }
  249. // ]
  250. // }
  251. },
  252. // #endif
  253. "navigationBarTitleText": "个人中心"
  254. }
  255. }, {
  256. "path": "pages/detail/detail",
  257. "style": {
  258. "navigationBarTitleText": "",
  259. "app-plus": {
  260. "titleNView": {
  261. "type": "transparent"
  262. }
  263. }
  264. }
  265. }, {
  266. "path": "pages/order/order",
  267. "style": {
  268. "navigationBarTitleText": "我的订单",
  269. "app-plus": {
  270. "bounce": "none"
  271. }
  272. }
  273. }, {
  274. "path": "pages/order/refundOrder",
  275. "style": {
  276. "navigationBarTitleText": "退款订单",
  277. "app-plus": {
  278. "bounce": "none"
  279. }
  280. }
  281. }, {
  282. "path": "pages/order/orderDetail",
  283. "style": {
  284. "navigationBarTitleText": "订单详情",
  285. "app-plus": {
  286. "bounce": "none"
  287. }
  288. }
  289. },
  290. {
  291. "path": "pages/merchant/orderDetail",
  292. "style": {
  293. "navigationBarTitleText": "订单详情",
  294. "app-plus": {
  295. "bounce": "none"
  296. }
  297. }
  298. }, {
  299. "path": "pages/order/orderRefund",
  300. "style": {
  301. "navigationBarTitleText": "申请退款"
  302. }
  303. }, {
  304. "path": "pages/order/createOrder",
  305. "style": {
  306. "navigationBarTitleText": "创建订单"
  307. }
  308. }, {
  309. "path": "pages/address/address",
  310. "style": {
  311. "navigationBarTitleText": "收货地址"
  312. }
  313. }, {
  314. "path": "pages/address/shopList",
  315. "style": {
  316. "navigationBarTitleText": "门店列表",
  317. "app-plus": {
  318. "titleNView": {
  319. "searchInput": {
  320. "backgroundColor": "rgba(231, 231, 231,.7)",
  321. "borderRadius": "16px",
  322. "placeholder": "请输入关键字",
  323. "placeholderColor": "#606266",
  324. "align": "left"
  325. },
  326. "buttons": [{
  327. "text": "搜索",
  328. "fontSize": "14",
  329. "color": "#303133",
  330. "background": "rgba(0,0,0,0)",
  331. "width": "40px"
  332. }]
  333. }
  334. }
  335. }
  336. }, {
  337. "path": "pages/address/addressManage",
  338. "style": {
  339. "navigationBarTitleText": "新增修改地址"
  340. }
  341. }, {
  342. "path": "pages/money/pay",
  343. "style": {
  344. "navigationBarTitleText": "支付"
  345. }
  346. },
  347. {
  348. "path": "pages/money/paySuccess",
  349. "style": {
  350. "navigationBarTitleText": "支付成功"
  351. }
  352. }, {
  353. "path": "pages/award/award",
  354. "style": {
  355. "navigationBarTitleText": "我的绿积分",
  356. "app-plus": {
  357. "titleNView": false
  358. }
  359. }
  360. }, {
  361. "path": "pages/award/withdrawal",
  362. "style": {
  363. "navigationBarTitleText": "奖励兑换"
  364. }
  365. }, {
  366. "path": "pages/scoreAccumulate/scoreAccumulate",
  367. "style": {
  368. "navigationBarTitleText": "我的积分",
  369. "app-plus": {
  370. "titleNView": false
  371. }
  372. }
  373. }, {
  374. "path": "pages/notice/notice",
  375. "style": {
  376. "navigationBarTitleText": "通知"
  377. }
  378. }, {
  379. "path": "pages/category/category",
  380. "style": {
  381. "navigationBarTitleText": "分类",
  382. //#ifdef H5
  383. "navigationStyle": "default",
  384. //#endif
  385. "app-plus": {
  386. "bounce": "none",
  387. "titleNView": {
  388. "searchInput": {
  389. "backgroundColor": "rgba(231, 231, 231,.7)",
  390. "borderRadius": "16px",
  391. "placeholder": "商品搜索",
  392. "disabled": true,
  393. "placeholderColor": "#606266",
  394. "align": "left"
  395. }
  396. }
  397. }
  398. }
  399. }, {
  400. "path": "pages/product/list",
  401. "style": {
  402. "navigationBarTitleText": "商品列表"
  403. }
  404. },
  405. {
  406. "path": "pages/product/listSearch",
  407. "style": {
  408. "enablePullDownRefresh": true,
  409. // #ifdef MP
  410. "navigationStyle": "custom",
  411. // #endif
  412. //#ifdef H5
  413. "navigationStyle": "default",
  414. //#endif
  415. // #ifndef MP
  416. "app-plus": {
  417. "titleNView": {
  418. "searchInput": {
  419. "backgroundColor": "rgba(231, 231, 231,.7)",
  420. "borderRadius": "16px",
  421. "placeholder": "请输入关键字",
  422. "disabled": false,
  423. "placeholderColor": "#606266",
  424. "align": "left"
  425. },
  426. "buttons": [{
  427. "text": "搜索",
  428. "fontSize": "14",
  429. "color": "#303133",
  430. "background": "rgba(0,0,0,0)",
  431. "width": "40px"
  432. }]
  433. }
  434. },
  435. // #endif
  436. "navigationBarTitleText": "商品列表"
  437. }
  438. },
  439. {
  440. "path": "pages/wallet/wallet",
  441. "style": {
  442. "navigationBarTitleText": "我的余额",
  443. "app-plus": {
  444. "titleNView": false
  445. }
  446. }
  447. },
  448. {
  449. "path": "pages/wallet/freezeList",
  450. "style": {
  451. "navigationBarTitleText": "冻结记录"
  452. }
  453. },
  454. {
  455. "path": "pages/wallet/account",
  456. "style": {
  457. "navigationBarTitleText": "兑换账号"
  458. }
  459. },
  460. {
  461. "path": "pages/wallet/withdrawal",
  462. "style": {
  463. "navigationBarTitleText": "余额兑换"
  464. }
  465. },
  466. {
  467. "path": "pages/wallet/recharge",
  468. "style": {
  469. "navigationBarTitleText": "充值"
  470. }
  471. },
  472. {
  473. "path": "pages/favorites/favorites",
  474. "style": {
  475. "navigationBarTitleText": "收藏夹"
  476. }
  477. }, {
  478. "path": "pages/sign/index",
  479. "style": {
  480. "navigationBarTitleText": "每日签到",
  481. "app-plus": {
  482. "titleNView": {
  483. "type": "transparent"
  484. }
  485. }
  486. }
  487. },
  488. {
  489. "path": "pages/sign/prize",
  490. "style": {
  491. "navigationBarTitleText": "抽奖"
  492. }
  493. },
  494. {
  495. "path": "pages/sign/info",
  496. "style": {
  497. "navigationBarTitleText": "抽奖记录"
  498. }
  499. },
  500. {
  501. "path": "pages/redirect/redirect",
  502. "style": {
  503. "navigationBarTitleText": "微信登录跳转页面",
  504. "app-plus": {
  505. "titleNView": false
  506. }
  507. }
  508. },
  509. {
  510. "path": "pages/prefecture/integral",
  511. "style": {
  512. "navigationBarTitleText": "积分兑换"
  513. }
  514. },
  515. {
  516. "path": "pages/shareQrCode/index",
  517. "style": {
  518. "navigationBarTitleText": "邀请好友",
  519. "app-plus": {
  520. "titleNView": {
  521. "type": "transparent"
  522. }
  523. }
  524. }
  525. },
  526. {
  527. "path": "pages/shareQrCode/wechatQr",
  528. "style": {
  529. "navigationBarTitleText": "关注公众号"
  530. }
  531. },
  532. {
  533. "path": "pages/seckill/seckill",
  534. "style": {
  535. "navigationBarTitleText": "限时抢购"
  536. }
  537. },
  538. {
  539. "path": "pages/groupBooking/index",
  540. "style": {
  541. "enablePullDownRefresh": true,
  542. "navigationBarTitleText": "超值拼团"
  543. }
  544. },
  545. {
  546. "path": "pages/groupBooking/detail",
  547. "style": {
  548. "navigationBarTitleText": "拼团详细",
  549. "app-plus": {
  550. "titleNView": false
  551. }
  552. }
  553. },
  554. {
  555. "path": "pages/groupBooking/inviteImg",
  556. "style": {
  557. "navigationBarTitleText": "拼团邀请图",
  558. "app-plus": {
  559. "titleNView": false
  560. }
  561. }
  562. }, {
  563. "path": "pages/award/withdmoenys",
  564. "style": {
  565. "navigationBarTitleText": "转余额"
  566. }
  567. },
  568. // {
  569. // "path": "pages/coupon/details",
  570. // "style": {
  571. // "navigationBarTitleText": "付款",
  572. // "app-plus": {
  573. // "titleNView":{
  574. // "backgroundColor": "#5DBC7C",
  575. // "titleColor":"#FFFFFF"
  576. // }
  577. // },
  578. // "h5":{
  579. // "titleNView":{
  580. // "backgroundColor": "#5DBC7C",
  581. // "titleColor":"#FFFFFF"
  582. // }
  583. // }
  584. // }
  585. // },
  586. {
  587. "path": "pages/received/index",
  588. "style": {
  589. "navigationBarTitleText": "收付款",
  590. "app-plus": {
  591. "titleNView": {
  592. "backgroundColor": "#5DBC7C",
  593. "titleColor": "#FFFFFF"
  594. }
  595. },
  596. "h5": {
  597. "titleNView": {
  598. "backgroundColor": "#5DBC7C",
  599. "titleColor": "#FFFFFF"
  600. }
  601. }
  602. }
  603. },
  604. {
  605. "path": "pages/received/ipad",
  606. "style": {
  607. "navigationBarTitleText": "收款",
  608. "app-plus": {
  609. "titleNView": {
  610. "backgroundColor": "#5DBC7C",
  611. "titleColor": "#FFFFFF"
  612. }
  613. },
  614. "h5": {
  615. "titleNView": {
  616. "backgroundColor": "#5DBC7C",
  617. "titleColor": "#FFFFFF"
  618. }
  619. }
  620. }
  621. },
  622. {
  623. "path": "pages/received/list",
  624. "style": {
  625. "navigationBarTitleText": "收付款记录",
  626. "app-plus": {
  627. "titleNView": {
  628. "backgroundColor": "#5DBC7C",
  629. "titleColor": "#FFFFFF"
  630. }
  631. },
  632. "h5": {
  633. "titleNView": {
  634. "backgroundColor": "#5DBC7C",
  635. "titleColor": "#FFFFFF"
  636. }
  637. }
  638. }
  639. },
  640. // {
  641. // "path": "pages/received/paySuccess",
  642. // "style": {
  643. // "navigationBarTitleText": "付款成功",
  644. // "app-plus": {
  645. // "titleNView":{
  646. // "backgroundColor": "#5DBC7C",
  647. // "titleColor":"#FFFFFF"
  648. // }
  649. // },
  650. // "h5":{
  651. // "titleNView":{
  652. // "backgroundColor": "#5DBC7C",
  653. // "titleColor":"#FFFFFF"
  654. // }
  655. // }
  656. // }
  657. // },
  658. {
  659. "path": "pages/coupon/consumer",
  660. "style": {
  661. "navigationBarTitleText": "我的消费券",
  662. "app-plus": {
  663. "titleNView": false
  664. }
  665. }
  666. },
  667. {
  668. "path": "pages/shoping/index",
  669. "style": {
  670. "navigationBarTitleText": "店铺信息",
  671. "app-plus": {
  672. "titleNView": false
  673. }
  674. }
  675. },
  676. {
  677. "path": "pages/shoping/list",
  678. "style": {
  679. "navigationBarTitleText": "店铺列表"
  680. }
  681. },
  682. {
  683. "path": "pages/shoping/shopService",
  684. "style": {
  685. "navigationBarTitleText": "店铺"
  686. }
  687. },
  688. {
  689. "path": "pages/shoping/shopDetail",
  690. "style": {
  691. "navigationBarTitleText": "养发馆"
  692. }
  693. },
  694. {
  695. "path": "pages/shoping/booked",
  696. "style": {
  697. "navigationBarTitleText": "到店时间"
  698. }
  699. },
  700. {
  701. "path": "pages/contract/agreement",
  702. "style": {
  703. "navigationBarTitleText": "注册协议"
  704. }
  705. },
  706. {
  707. "path": "pages/contract/privacy",
  708. "style": {
  709. "navigationBarTitleText": "隐私政策"
  710. }
  711. },
  712. {
  713. "path": "pages/contract/start",
  714. "style": {
  715. "navigationBarTitleText": "授权页",
  716. "app-plus": {
  717. "titleNView": false
  718. }
  719. }
  720. }
  721. , {
  722. "path": "pages/merchant/commodity",
  723. "style": {
  724. "navigationBarTitleText": "商品管理"
  725. // ,"app-plus": {
  726. // "titleNView": false
  727. // }
  728. }
  729. }, {
  730. "path": "pages/merchant/vipDetail",
  731. "style": {
  732. "navigationBarBackgroundColor": "#72E3B4",
  733. "navigationBarTextStyle": "white",
  734. "navigationBarTitleText": "店铺会员",
  735. "enablePullDownRefresh": false
  736. }
  737. },
  738. {
  739. "path": "pages/merchant/withdrawal",
  740. "style": {
  741. "navigationBarBackgroundColor": "#72E3B4",
  742. "navigationBarTextStyle": "white",
  743. "navigationBarTitleText": "店铺兑换",
  744. "enablePullDownRefresh": false
  745. }
  746. },
  747. {
  748. "path": "pages/merchant/storeQr",
  749. "style": {
  750. "navigationBarBackgroundColor": "#72E3B4",
  751. "navigationBarTextStyle": "white",
  752. "navigationBarTitleText": "店铺二维码",
  753. "enablePullDownRefresh": false
  754. }
  755. },
  756. {
  757. "path": "pages/merchant/finance",
  758. "style": {
  759. "navigationBarBackgroundColor": "#ffffff",
  760. "navigationBarTextStyle": "black",
  761. "navigationBarTitleText": "店铺财务",
  762. "enablePullDownRefresh": false
  763. }
  764. },
  765. {
  766. "path": "pages/merchant/newfinance",
  767. "style": {
  768. "navigationBarBackgroundColor": "#ffffff",
  769. "navigationBarTextStyle": "black",
  770. "navigationBarTitleText": "店铺数据"
  771. }
  772. },
  773. {
  774. "path": "pages/merchant/onlineOrder",
  775. "style": {
  776. "navigationBarBackgroundColor": "#ffffff",
  777. "navigationBarTextStyle": "black",
  778. "navigationBarTitleText": "在线下单",
  779. "enablePullDownRefresh": false
  780. }
  781. },
  782. {
  783. "path": "pages/wallet/openMember",
  784. "style": {
  785. "navigationBarBackgroundColor": "#363533",
  786. "navigationBarTextStyle": "white",
  787. "navigationBarTitleText": "开通会员",
  788. "enablePullDownRefresh": false
  789. }
  790. }, {
  791. "path": "pages/merchant/storeData",
  792. "style": {
  793. "navigationBarBackgroundColor": "#72E3B4",
  794. "navigationBarTextStyle": "white",
  795. "navigationBarTitleText": "店铺数据",
  796. "enablePullDownRefresh": false
  797. }
  798. },
  799. {
  800. "path": "pages/prefecture/detail",
  801. "style": {
  802. "navigationBarTitleText": "兑换详情",
  803. "app-plus": {
  804. "titleNView": {
  805. "type": "transparent"
  806. }
  807. }
  808. }
  809. },
  810. {
  811. "path": "pages/prefecture/voucher",
  812. "style": {
  813. "navigationBarTitleText": "消费券兑换"
  814. }
  815. }
  816. ],
  817. "globalStyle": {
  818. "navigationBarTextStyle": "black",
  819. "navigationBarTitleText": "uni-app",
  820. "navigationBarBackgroundColor": "#FFFFFF",
  821. //#ifdef H5
  822. "navigationStyle": "custom",
  823. //#endif
  824. "backgroundColor": "#f8f8f8"
  825. },
  826. "tabBar": {
  827. "color": "#C0C4CC",
  828. "selectedColor": "#5DBC7C",
  829. "borderStyle": "black",
  830. "backgroundColor": "#ffffff",
  831. "list": [{
  832. "pagePath": "pages/index/index",
  833. "iconPath": "static/tabBar/tab-home.png",
  834. "selectedIconPath": "static/tabBar/tab-home-current.png",
  835. "text": "首页"
  836. },
  837. {
  838. "pagePath": "pages/category/category",
  839. "iconPath": "static/tabBar/tab-cate.png",
  840. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  841. "text": "分类"
  842. },
  843. {
  844. "pagePath": "pages/cart/cart",
  845. "iconPath": "static/tabBar/tab-cart.png",
  846. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  847. "text": "购物车"
  848. },
  849. {
  850. "pagePath": "pages/user/user",
  851. "iconPath": "static/tabBar/tab-my.png",
  852. "selectedIconPath": "static/tabBar/tab-my-current.png",
  853. "text": "我的"
  854. }
  855. ]
  856. }
  857. }