app.json 925 B

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