pages.json 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index",
  7. "style": {
  8. "navigationBarBackgroundColor": "#111111",
  9. "navigationBarTextStyle": "white",
  10. "navigationBarTitleText": "数字藏品",
  11. "app-plus": {
  12. "titleNView": false
  13. }
  14. }
  15. },
  16. {
  17. "path": "pages/index/integral",
  18. "style": {
  19. "navigationBarBackgroundColor": "#111111",
  20. "navigationBarTextStyle": "white",
  21. "navigationBarTitleText": "兑换专区"
  22. }
  23. },
  24. {
  25. "path": "pages/money/wallet",
  26. "style": {
  27. "navigationBarTitleText": "我的余额",
  28. "navigationBarBackgroundColor": "#111111",
  29. "navigationBarTextStyle":"white"
  30. // "app-plus": {
  31. // "titleNView": {
  32. // "type": "transparent"
  33. // }
  34. // }
  35. }
  36. },
  37. {
  38. "path": "pages/user/yuezz",
  39. "style": {
  40. "navigationBarBackgroundColor": "#111111",
  41. "navigationBarTextStyle": "white",
  42. "navigationBarTitleText": "余额转账"
  43. }
  44. },
  45. {
  46. "path": "pages/user/about",
  47. "style": {
  48. "navigationBarTitleText": "关于我们",
  49. "navigationBarBackgroundColor": "#111111",
  50. "navigationBarTextStyle":"white"
  51. }
  52. },
  53. {
  54. "path": "pages/shoping/list",
  55. "style": {
  56. "navigationBarTitleText": "店铺列表",
  57. "navigationBarBackgroundColor": "#111111",
  58. "navigationBarTextStyle":"white"
  59. }
  60. },
  61. {
  62. "path": "pages/public/register",
  63. "style": {
  64. "navigationBarTitleText": "注册",
  65. "navigationBarBackgroundColor": "#111111",
  66. "navigationBarTextStyle": "white",
  67. "app-plus": {
  68. "titleNView": {
  69. "type": "transparent"
  70. }
  71. }
  72. }
  73. },
  74. {
  75. "path": "pages/user/jiedianDetails",
  76. "style": {
  77. "navigationBarTitleText": "节点团队",
  78. "navigationBarBackgroundColor": "#111111",
  79. "navigationBarTextStyle": "white",
  80. "app-plus": {
  81. "titleNView": {
  82. "type": "transparent"
  83. }
  84. }
  85. }
  86. },
  87. {
  88. "path": "pages/user/teamList",
  89. "style": {
  90. "navigationBarTitleText": "我的推广",
  91. "navigationBarBackgroundColor": "#111111",
  92. "navigationBarTextStyle":"white"
  93. }
  94. },
  95. {
  96. "path": "pages/public/login",
  97. "style": {
  98. "navigationBarTitleText": "登录",
  99. "navigationBarBackgroundColor": "#111111",
  100. "navigationBarTextStyle": "white",
  101. "app-plus": {
  102. "titleNView": {
  103. "type": "transparent"
  104. }
  105. }
  106. }
  107. },
  108. {
  109. "path": "pages/public/wxLogin",
  110. "style": {
  111. "navigationBarTitleText": "微信登录",
  112. "navigationBarBackgroundColor": "#111111",
  113. "navigationBarTextStyle": "white",
  114. "app-plus": {
  115. "titleNView": {
  116. "type": "transparent"
  117. }
  118. }
  119. }
  120. },
  121. {
  122. "path": "pages/public/forget",
  123. "style": {
  124. "navigationBarTitleText": "忘记密码",
  125. "navigationBarBackgroundColor": "#111111",
  126. "navigationBarTextStyle": "white",
  127. "app-plus": {
  128. "titleNView": {
  129. "type": "transparent"
  130. }
  131. }
  132. }
  133. },
  134. {
  135. "path": "pages/user/jiedian",
  136. "style": {
  137. "navigationBarTitleText": "我的节点",
  138. "navigationBarBackgroundColor": "#111111",
  139. "navigationBarTextStyle":"white"
  140. }
  141. },
  142. {
  143. "path": "pages/user/team",
  144. "style": {
  145. "navigationStyle": "custom",
  146. "navigationBarTitleText": "我的推广",
  147. "navigationBarBackgroundColor": "#111111",
  148. "navigationBarTextStyle":"white"
  149. }
  150. },
  151. {
  152. "path": "pages/user/cash",
  153. "style": {
  154. "navigationBarTitleText": "我的现金",
  155. "navigationBarBackgroundColor": "#111111",
  156. "navigationBarTextStyle":"white"
  157. }
  158. },
  159. {
  160. "path": "pages/user/whiteJf",
  161. "style": {
  162. "navigationStyle": "custom",
  163. "navigationBarTitleText": "我的肥料",
  164. "navigationBarBackgroundColor": "#111111",
  165. "navigationBarTextStyle":"white"
  166. }
  167. },
  168. {
  169. "path": "pages/user/greenJf",
  170. "style": {
  171. "navigationStyle": "custom",
  172. "navigationBarTitleText": "我的水滴",
  173. "navigationBarBackgroundColor": "#111111",
  174. "navigationBarTextStyle":"white"
  175. }
  176. },
  177. {
  178. "path": "pages/user/purpleJf",
  179. "style": {
  180. "navigationStyle": "custom",
  181. "navigationBarTitleText": "我的阳光",
  182. "navigationBarBackgroundColor": "#111111",
  183. "navigationBarTextStyle":"white"
  184. }
  185. },
  186. {
  187. "path": "pages/user/mallJf",
  188. "style": {
  189. "navigationStyle": "custom",
  190. "navigationBarTitleText": "我的阳光",
  191. "navigationBarBackgroundColor": "#111111",
  192. "navigationBarTextStyle":"white"
  193. }
  194. },
  195. {
  196. "path": "pages/user/shopJf",
  197. "style": {
  198. "navigationStyle": "custom",
  199. "navigationBarTitleText": "能量金豆",
  200. "navigationBarBackgroundColor": "#111111",
  201. "navigationBarTextStyle":"white"
  202. }
  203. },
  204. {
  205. "path": "pages/user/wenpiao",
  206. "style": {
  207. "navigationStyle": "custom",
  208. "navigationBarTitleText": "文票",
  209. "navigationBarBackgroundColor": "#111111",
  210. "navigationBarTextStyle":"white"
  211. }
  212. },
  213. {
  214. "path": "pages/user/greenChange",
  215. "style": {
  216. "navigationBarTitleText": "洒水壶兑换",
  217. "navigationBarBackgroundColor": "#111111",
  218. "navigationBarTextStyle":"white"
  219. }
  220. },
  221. {
  222. "path": "pages/money/withdmoenys",
  223. "style": {
  224. "navigationBarTitleText": "转账",
  225. "navigationBarBackgroundColor": "#111111",
  226. "navigationBarTextStyle":"white"
  227. }
  228. },
  229. {
  230. "path": "pages/product/reply",
  231. "style": {
  232. "navigationBarTitleText": "商品评价",
  233. "navigationBarBackgroundColor": "#111111",
  234. "navigationBarTextStyle": "white",
  235. "app-plus": {
  236. "titleNView": {
  237. "type": "transparent"
  238. }
  239. }
  240. }
  241. },
  242. {
  243. "path": "pages/product/product",
  244. "style": {
  245. "navigationBarTitleText": "详情",
  246. "navigationBarBackgroundColor": "#111111",
  247. "navigationBarTextStyle": "white",
  248. "app-plus": {
  249. "titleNView": {
  250. // "type": "transparent"
  251. }
  252. }
  253. }
  254. },
  255. {
  256. "path": "pages/product/seckill",
  257. "style": {
  258. "navigationBarTitleText": "限时秒杀",
  259. "navigationBarBackgroundColor": "#111111",
  260. "navigationBarTextStyle":"white"
  261. }
  262. },
  263. {
  264. "path": "pages/product/list",
  265. "style": {
  266. "enablePullDownRefresh": true,
  267. "navigationBarTitleText": "商品列表",
  268. "navigationBarBackgroundColor": "#111111",
  269. "navigationBarTextStyle":"white"
  270. }
  271. },
  272. {
  273. "path": "pages/product/search",
  274. "style": {
  275. "enablePullDownRefresh": true,
  276. "navigationBarBackgroundColor": "#111111",
  277. "navigationBarTextStyle": "white",
  278. // #ifdef APP-PLUS
  279. "navigationStyle": "custom",
  280. // #endif
  281. // #ifndef MP || APP-PLUS
  282. "app-plus": {
  283. "titleNView": {
  284. "searchInput": {
  285. "backgroundColor": "rgba(231, 231, 231,.7)",
  286. "borderRadius": "16px",
  287. "placeholder": "请输入关键字",
  288. "disabled": false,
  289. "placeholderColor": "#606266",
  290. "align": "left"
  291. },
  292. "buttons": [{
  293. "text": "搜索",
  294. "fontSize": "14",
  295. "color": "#303133",
  296. "background": "rgba(0,0,0,0)",
  297. "width": "40px"
  298. }]
  299. }
  300. },
  301. // #endif
  302. "navigationBarTitleText": "搜索"
  303. }
  304. },
  305. {
  306. "path": "pages/product/classify",
  307. "style": {
  308. "navigationStyle": "custom",
  309. "navigationBarBackgroundColor": "#111111",
  310. "navigationBarTextStyle": "white",
  311. "app-plus": {
  312. "titleNView": {
  313. "type": "transparent"
  314. }
  315. }
  316. }
  317. },
  318. {
  319. "path": "pages/set/set",
  320. "style": {
  321. "navigationBarTitleText": "设置",
  322. "navigationBarBackgroundColor": "#111111",
  323. "navigationBarTextStyle": "white"
  324. }
  325. },
  326. {
  327. "path": "pages/set/address",
  328. "style": {
  329. "navigationBarTitleText": "收货地址",
  330. "navigationBarBackgroundColor": "#111111",
  331. "navigationBarTextStyle":"white"
  332. }
  333. },
  334. {
  335. "path": "pages/set/addressManage",
  336. "style": {
  337. "navigationBarTitleText": "",
  338. "navigationBarBackgroundColor": "#111111",
  339. "navigationBarTextStyle":"white"
  340. }
  341. },
  342. {
  343. "path": "pages/set/phone",
  344. "style": {
  345. "navigationBarTitleText": "绑定手机号",
  346. "navigationBarBackgroundColor": "#111111",
  347. "navigationBarTextStyle":"white"
  348. }
  349. },
  350. {
  351. "path": "pages/set/user",
  352. "style": {
  353. "navigationBarTitleText": "绑定上级",
  354. "navigationBarBackgroundColor": "#111111",
  355. "navigationBarTextStyle":"white"
  356. }
  357. },
  358. {
  359. "path": "pages/contract/privacy",
  360. "style": {
  361. "navigationBarTitleText": "隐私政策"
  362. }
  363. },
  364. {
  365. "path": "pages/contract/start",
  366. "style": {
  367. "navigationBarTitleText": "温馨提示",
  368. "navigationBarBackgroundColor": "#111111",
  369. "navigationBarTextStyle":"white"
  370. }
  371. },
  372. {
  373. "path": "pages/contract/agreement",
  374. "style": {
  375. "navigationBarTitleText": "会员协议",
  376. "navigationBarBackgroundColor": "#111111",
  377. "navigationBarTextStyle":"white"
  378. }
  379. },
  380. {
  381. "path": "pages/set/password",
  382. "style": {
  383. "navigationBarTitleText": "修改支付密码",
  384. "navigationBarBackgroundColor": "#111111",
  385. "navigationBarTextStyle":"white"
  386. }
  387. },
  388. {
  389. "path": "pages/set/userinfo",
  390. "style": {
  391. "navigationBarTitleText": "修改资料",
  392. "navigationBarBackgroundColor": "#111111",
  393. "navigationBarTextStyle":"white"
  394. }
  395. }, {
  396. "path": "pages/cart/cart",
  397. "style": {
  398. "navigationBarTitleText": "购物车",
  399. "navigationBarBackgroundColor": "#111111",
  400. "navigationBarTextStyle":"white"
  401. }
  402. },
  403. {
  404. "path": "pages/user/user",
  405. "style": {
  406. // #ifndef MP-WEIXIN
  407. "navigationStyle": "custom",
  408. // #endif
  409. "navigationBarTitleText": "个人中心",
  410. "navigationBarBackgroundColor": "#111111",
  411. "navigationBarTextStyle":"white"
  412. }
  413. },
  414. {
  415. "path": "pages/user/award",
  416. "style": {
  417. "navigationBarTitleText": "奖励明细",
  418. "navigationBarBackgroundColor": "#111111",
  419. "navigationBarTextStyle": "white",
  420. "app-plus": {
  421. "titleNView": {
  422. "type": "transparent"
  423. }
  424. }
  425. }
  426. },
  427. {
  428. "path": "pages/user/withdrawal",
  429. "style": {
  430. "navigationBarTitleText": "奖励提现",
  431. "navigationBarBackgroundColor": "#111111",
  432. "navigationBarTextStyle":"white"
  433. }
  434. },
  435. {
  436. "path": "pages/user/notice",
  437. "style": {
  438. "navigationBarTitleText": "通知",
  439. "navigationBarBackgroundColor": "#111111",
  440. "navigationBarTextStyle":"white"
  441. }
  442. },
  443. {
  444. "path": "pages/user/favorites",
  445. "style": {
  446. "navigationBarTitleText": "收藏夹",
  447. "navigationBarBackgroundColor": "#111111",
  448. "navigationBarTextStyle":"white"
  449. }
  450. }, {
  451. "path": "pages/user/coupon",
  452. "style": {
  453. "navigationBarTitleText": "我的卡卷",
  454. "navigationBarBackgroundColor": "#111111",
  455. "navigationBarTextStyle":"white"
  456. }
  457. },
  458. {
  459. "path": "pages/order/order",
  460. "style": {
  461. "navigationBarTitleText": "我的订单",
  462. "navigationBarBackgroundColor": "#111111",
  463. "navigationBarTextStyle": "white",
  464. "app-plus": {
  465. "bounce": "none"
  466. }
  467. }
  468. },
  469. {
  470. "path": "pages/order/expressInfo",
  471. "style": {
  472. "navigationBarTitleText": "快递详情",
  473. "navigationBarBackgroundColor": "#111111",
  474. "navigationBarTextStyle":"white"
  475. }
  476. },
  477. {
  478. "path": "pages/order/orderDetail",
  479. "style": {
  480. "navigationBarTitleText": "订单详情",
  481. "navigationBarBackgroundColor": "#111111",
  482. "navigationBarTextStyle": "white",
  483. "app-plus": {
  484. "bounce": "none"
  485. }
  486. }
  487. },
  488. {
  489. "path": "pages/order/evaluate",
  490. "style": {
  491. "navigationBarTitleText": "评论",
  492. "navigationBarBackgroundColor": "#111111",
  493. "navigationBarTextStyle":"white"
  494. }
  495. },
  496. {
  497. "path": "pages/order/orderRefund",
  498. "style": {
  499. "navigationBarTitleText": "申请退款",
  500. "navigationBarBackgroundColor": "#111111",
  501. "navigationBarTextStyle":"white"
  502. }
  503. },
  504. {
  505. "path": "pages/order/createOrder",
  506. "style": {
  507. "navigationBarTitleText": "创建订单",
  508. "navigationBarBackgroundColor": "#111111",
  509. "navigationBarTextStyle":"white"
  510. }
  511. }, {
  512. "path": "pages/money/pay",
  513. "style": {
  514. "navigationBarTitleText": "支付",
  515. "navigationBarBackgroundColor": "#111111",
  516. "navigationBarTextStyle":"white"
  517. }
  518. },
  519. {
  520. "path": "pages/money/paySuccess",
  521. "style": {
  522. "navigationBarTitleText": "支付成功",
  523. "navigationBarBackgroundColor": "#111111",
  524. "navigationBarTextStyle":"white"
  525. }
  526. },
  527. {
  528. "path": "pages/money/wallet",
  529. "style": {
  530. "navigationBarTitleText": "我的钱包",
  531. "navigationBarBackgroundColor": "#111111",
  532. "navigationBarTextStyle": "white",
  533. "app-plus": {
  534. "titleNView": {
  535. "type": "transparent"
  536. }
  537. }
  538. }
  539. },
  540. {
  541. "path": "pages/money/account",
  542. "style": {
  543. "navigationBarTitleText": "提现账号",
  544. "navigationBarBackgroundColor": "#111111",
  545. "navigationBarTextStyle":"white"
  546. }
  547. },
  548. {
  549. "path": "pages/money/withdrawal",
  550. "style": {
  551. "navigationBarTitleText": "提现",
  552. "navigationBarBackgroundColor": "#111111",
  553. "navigationBarTextStyle":"white"
  554. }
  555. },
  556. {
  557. "path": "pages/money/recharge",
  558. "style": {
  559. "navigationBarTitleText": "充值",
  560. "navigationBarBackgroundColor": "#111111",
  561. "navigationBarTextStyle":"white"
  562. }
  563. },
  564. {
  565. "path": "pages/category/category",
  566. "style": {
  567. // #ifdef APP-PLUS
  568. "navigationStyle": "custom",
  569. // #endif
  570. // #ifndef MP
  571. "app-plus": {
  572. "bounce": "none",
  573. "titleNView": {
  574. "searchInput": {
  575. "backgroundColor": "rgba(231, 231, 231,.7)",
  576. "borderRadius": "16px",
  577. "placeholder": "商品搜索",
  578. "disabled": true,
  579. "placeholderColor": "#606266",
  580. "align": "left"
  581. }
  582. }
  583. },
  584. // #endif
  585. "navigationBarTitleText": "分类",
  586. "navigationBarBackgroundColor": "#111111",
  587. "navigationBarTextStyle":"white"
  588. }
  589. },
  590. {
  591. "path": "pages/redirect/redirect",
  592. "style": {
  593. "navigationBarTitleText": "微信登录跳转页面",
  594. "navigationBarBackgroundColor": "#111111",
  595. "navigationBarTextStyle": "white",
  596. "app-plus": {
  597. "titleNView": false
  598. }
  599. }
  600. },
  601. {
  602. "path": "pages/category/business",
  603. "style": {
  604. "navigationBarTitleText": "商圈",
  605. "navigationBarBackgroundColor": "#111111",
  606. "navigationBarTextStyle":"white"
  607. }
  608. },
  609. {
  610. "path": "pages/game/game",
  611. "style": {
  612. "navigationBarTitleText": "种植",
  613. "navigationBarBackgroundColor": "#111111",
  614. "navigationBarTextStyle":"white"
  615. }
  616. },
  617. {
  618. "path": "pages/game/gl",
  619. "style": {
  620. "navigationBarTitleText": "攻略"
  621. }
  622. },
  623. {
  624. "path": "pages/game/jlDetil",
  625. "style": {
  626. "navigationBarTitleText": "种植记录"
  627. }
  628. },
  629. {
  630. "path": "pages/user/shareQrCode",
  631. "style": {
  632. "navigationBarTitleText": "邀请好友",
  633. "navigationBarBackgroundColor": "#111111",
  634. "navigationBarTextStyle":"white"
  635. }
  636. },
  637. {
  638. "path": "pages/user/myGreenCard",
  639. "style": {
  640. "navigationBarTitleText": "我的洒水壶"
  641. }
  642. },
  643. {
  644. "path": "pages/user/joinShop",
  645. "style": {
  646. "navigationBarTitleText": "商家入驻"
  647. }
  648. },
  649. {
  650. "path": "pages/game/gameDetail",
  651. "style": {
  652. "navigationBarTitleText": "种植"
  653. }
  654. }, {
  655. "path": "pages/index/jieshao",
  656. "style": {
  657. "navigationBarTitleText": "公司介绍",
  658. "navigationBarBackgroundColor": "#111111",
  659. "navigationBarTextStyle": "white",
  660. "enablePullDownRefresh": false
  661. }
  662. },
  663. {
  664. "path": "pages/index/detail",
  665. "style": {
  666. "navigationBarTitleText": "公司介绍",
  667. "navigationBarBackgroundColor": "#111111",
  668. "navigationBarTextStyle": "white",
  669. "enablePullDownRefresh": false
  670. }
  671. }, {
  672. "path": "pages/index/cangp",
  673. "style": {
  674. "navigationBarTitleText": "藏品",
  675. "navigationBarBackgroundColor": "#111111",
  676. "navigationBarTextStyle": "white",
  677. "enablePullDownRefresh": false
  678. }
  679. }, {
  680. "path": "pages/index/bazaar",
  681. "style": {
  682. "navigationBarTitleText": "市场",
  683. "navigationBarBackgroundColor": "#111111",
  684. "navigationBarTextStyle": "white",
  685. "enablePullDownRefresh": false
  686. }
  687. }, {
  688. "path": "pages/set/changePass",
  689. "style": {
  690. "navigationBarTitleText": "修改密码",
  691. "navigationBarBackgroundColor": "#111111",
  692. "navigationBarTextStyle": "white",
  693. "enablePullDownRefresh": false
  694. }
  695. }
  696. ,{
  697. "path" : "pages/user/feedback",
  698. "style" :
  699. {
  700. "navigationBarTitleText": "帮助",
  701. "navigationBarBackgroundColor": "#111111",
  702. "navigationBarTextStyle": "white",
  703. "enablePullDownRefresh": false
  704. }
  705. }
  706. ,{
  707. "path" : "pages/money/success",
  708. "style" :
  709. {
  710. "navigationBarTitleText": "提交成功",
  711. "navigationBarBackgroundColor": "#111111",
  712. "navigationBarTextStyle": "white",
  713. "enablePullDownRefresh": false
  714. }
  715. }
  716. ,{
  717. "path" : "pages/set/gongao",
  718. "style" :
  719. {
  720. "navigationBarTitleText": "公告",
  721. "enablePullDownRefresh": false,
  722. "navigationBarBackgroundColor": "#111111",
  723. "navigationBarTextStyle":"white"
  724. }
  725. }
  726. ,{
  727. "path" : "pages/user/personal",
  728. "style" :
  729. {
  730. "navigationBarTitleText": "个人资料",
  731. "enablePullDownRefresh": false,
  732. "navigationBarBackgroundColor": "#111111",
  733. "navigationBarTextStyle":"white"
  734. }
  735. }
  736. ,{
  737. "path" : "pages/user/realName",
  738. "style" :
  739. {
  740. "navigationBarTitleText": "实名认证",
  741. "enablePullDownRefresh": false,
  742. "navigationBarBackgroundColor": "#111111",
  743. "navigationBarTextStyle":"white"
  744. }
  745. }
  746. ],
  747. "globalStyle": {
  748. "navigationBarTitleText": "微乐种",
  749. "navigationBarTextStyle": "white",
  750. "navigationBarBackgroundColor": "#111111",
  751. "backgroundColor": "#f8f8f8"
  752. },
  753. "tabBar": {
  754. "color": "#fff",
  755. "selectedColor": "#A581FF",
  756. "borderStyle": "black",
  757. "backgroundColor": "#222222",
  758. "list": [{
  759. "pagePath": "pages/index/index",
  760. "iconPath": "static/tabBar/tab7.png",
  761. "selectedIconPath": "static/tabBar/tab06.png",
  762. "text": "首页"
  763. },
  764. // {
  765. // "pagePath": "pages/category/category",
  766. // "iconPath": "static/tabBar/tab-cate.png",
  767. // "selectedIconPath": "static/tabBar/tab-cate-action.png",
  768. // "text": "分类"
  769. // },
  770. {
  771. "pagePath": "pages/index/cangp",
  772. "iconPath": "static/tabBar/tab05.png",
  773. "selectedIconPath": "static/tabBar/tab08.png",
  774. "text": "藏品"
  775. },
  776. {
  777. "pagePath": "pages/cart/cart",
  778. "iconPath": "static/tabBar/tab02.png",
  779. "selectedIconPath": "static/tabBar/tab01.png",
  780. "text": "市场"
  781. },
  782. {
  783. "pagePath": "pages/user/user",
  784. "iconPath": "static/tabBar/tab03.png",
  785. "selectedIconPath": "static/tabBar/tab04.png",
  786. "text": "我的"
  787. }
  788. ]
  789. }
  790. }