app.json 906 B

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