app.json 854 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. "pages/friends/friends",
  11. "pages/friends-list/friends-list"
  12. ],
  13. "window": {
  14. "backgroundTextStyle": "light",
  15. "navigationBarBackgroundColor": "#fff",
  16. "navigationBarTextStyle": "black"
  17. },
  18. "tabBar": {
  19. "color": "#a9b7b7",
  20. "selectedColor": "#11cd6e",
  21. "borderStyle": "black" ,
  22. "list": [
  23. {
  24. "pagePath": "pages/boutique/outique",
  25. "text": "首页"
  26. },
  27. {
  28. "pagePath": "pages/index/index",
  29. "text": "我的"
  30. }
  31. ]
  32. },
  33. "usingComponents": {
  34. "l-button": "/dist/button/index"
  35. },
  36. "style": "v2",
  37. "sitemapLocation": "sitemap.json"
  38. }