app.json 879 B

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