app.json 927 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "pages": [
  3. "pages/rili/index",
  4. "pages/detail/visit/index",
  5. "pages/detail/out/index",
  6. "pages/index/index",
  7. "pages/user/index/index"
  8. ],
  9. "tabBar": {
  10. "color": "#6e6d6b",
  11. "selectedColor": "#ff9966",
  12. "borderStyle": "black",
  13. "backgroundColor": "#ffffff",
  14. "list": [
  15. {
  16. "pagePath": "pages/rili/index",
  17. "text": "日历",
  18. "iconPath": "/assets/tabBar/record.png",
  19. "selectedIconPath": "/assets/tabBar/record-select.png"
  20. },
  21. {
  22. "pagePath": "pages/user/index/index",
  23. "text": "我的",
  24. "iconPath": "/assets/tabBar/my.png",
  25. "selectedIconPath": "/assets/tabBar/my-select.png"
  26. }
  27. ]
  28. },
  29. "window": {
  30. "navigationBarBackgroundColor": "#ffffff",
  31. "navigationBarTitleText": "莅临&外出",
  32. "navigationBarTextStyle": "black",
  33. "backgroundTextStyle": "dark"
  34. },
  35. "sitemapLocation": "sitemap.json"
  36. }