app.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "pages": [
  3. "pages/main/main",
  4. "pages/strategyDetail/strategyDetail",
  5. "pages/foodDetail/foodDetail",
  6. "pages/recommendFood/recommendFood",
  7. "pages/noticeDetail/noticeDetail",
  8. "pages/notice/notice",
  9. "pages/scenicDetail/scenicDetail",
  10. "pages/scenicList/scenicList",
  11. "pages/secondIntro/secondIntro",
  12. "pages/mainIntro/mainIntro",
  13. "pages/map/map",
  14. "pages/strategy/strategy"
  15. ],
  16. "permission": {
  17. "scope.userLocation": {
  18. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  19. }
  20. },
  21. "window": {
  22. "backgroundTextStyle": "light",
  23. "navigationBarBackgroundColor": "#fff",
  24. "navigationBarTitleText": "乡村旅游",
  25. "navigationBarTextStyle": "black"
  26. },
  27. "tabBar": {
  28. "color": "#333",
  29. "selectedColor": "#d43c33",
  30. "backgroundColor": "#fff",
  31. "list": [
  32. {
  33. "pagePath": "pages/map/map",
  34. "iconPath": "images/nav.png",
  35. "selectedIconPath": "images/navSelect.png",
  36. "text": "导航"
  37. },
  38. {
  39. "pagePath": "pages/main/main",
  40. "iconPath": "images/home.png",
  41. "selectedIconPath": "images/homeSelect.png",
  42. "text": "主页"
  43. },
  44. {
  45. "pagePath": "pages/strategy/strategy",
  46. "iconPath": "images/strategy.png",
  47. "selectedIconPath": "images/strategySelect.png",
  48. "text": "攻略"
  49. }
  50. ]
  51. },
  52. "lazyCodeLoading": "requiredComponents",
  53. "style": "v2",
  54. "sitemapLocation": "sitemap.json"
  55. }