app.json 793 B

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