app.json 732 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "pages": [
  3. "pages/shouye/shouye",
  4. "pages/index/index",
  5. "pages/logs/logs",
  6. "pages/details/details"
  7. ],
  8. "window": {
  9. "backgroundTextStyle": "light",
  10. "navigationBarBackgroundColor": "#fff",
  11. "navigationBarTitleText": "大优惠",
  12. "navigationBarTextStyle": "black"
  13. },
  14. "tabBar": {
  15. "color": "#a9b7b7",
  16. "selectedColor": "#11cd6e",
  17. "borderStyle": "black" ,
  18. "list": [
  19. {
  20. "pagePath": "pages/shouye/shouye",
  21. "text": "首页"
  22. },
  23. {
  24. "pagePath": "pages/index/index",
  25. "text": "我的"
  26. }
  27. ]
  28. },
  29. "usingComponents": {
  30. "l-button": "/dist/button/index"
  31. },
  32. "style": "v2",
  33. "sitemapLocation": "sitemap.json"
  34. }