app.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/search/index",
  5. <<<<<<< HEAD
  6. "pages/me/me",
  7. "pages/exchange/exchange"
  8. =======
  9. "pages/me/me"
  10. >>>>>>> 3f957164efdb7318fceb5ccdc8d82e9c7804ff78
  11. ],
  12. "window": {
  13. "backgroundTextStyle": "light",
  14. "navigationBarBackgroundColor": "#fff",
  15. "navigationBarTitleText": "外卖小程序",
  16. "navigationBarTextStyle": "black"
  17. },
  18. "tabBar": {
  19. "color": "#CBCBCB",
  20. "selectedColor": "#F9872C",
  21. <<<<<<< HEAD
  22. "list": [
  23. {
  24. "pagePath": "pages/index/index",
  25. "text": "首页",
  26. "iconPath": "/images/icon/index.png",
  27. "selectedIconPath": "/images/icon/index-select.png"
  28. },
  29. {
  30. "pagePath": "pages/me/me",
  31. "text": "我的",
  32. "iconPath": "/images/icon/me.png",
  33. "selectedIconPath": "/images/icon/me-select .png"
  34. }
  35. ]
  36. =======
  37. "list": [{
  38. "pagePath": "pages/index/index",
  39. "text": "首页",
  40. "iconPath": "/images/icon/index.png",
  41. "selectedIconPath": "/images/icon/index-select.png"
  42. }, {
  43. "pagePath": "pages/me/me",
  44. "text": "我的",
  45. "iconPath": "/images/icon/me.png",
  46. "selectedIconPath": "/images/icon/me-select .png"
  47. }]
  48. >>>>>>> 3f957164efdb7318fceb5ccdc8d82e9c7804ff78
  49. },
  50. "usingComponents": {
  51. "van-button": "@vant/weapp/button"
  52. },
  53. "sitemapLocation": "sitemap.json"
  54. }