app.json 786 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "pages": [
  3. "pages/boutique/outique",
  4. "pages/shouye/shouye",
  5. "pages/index/index",
  6. "pages/logs/logs",
  7. "pages/details/details",
  8. "pages/order/order",
  9. "pages/search-details/earch-details"
  10. ],
  11. "window": {
  12. "backgroundTextStyle": "light",
  13. "navigationBarBackgroundColor": "#fff",
  14. "navigationBarTextStyle": "black"
  15. },
  16. "tabBar": {
  17. "color": "#a9b7b7",
  18. "selectedColor": "#11cd6e",
  19. "borderStyle": "black" ,
  20. "list": [
  21. {
  22. "pagePath": "pages/boutique/outique",
  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. }