app.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "pages": [
  3. "pages/list/list",
  4. "pages/home/home",
  5. "pages/my/my"
  6. ],
  7. "window": {
  8. "navigationBarTextStyle": "white",
  9. "navigationBarTitleText": "哈哈哈",
  10. "navigationBarBackgroundColor": "#ff0000"
  11. },
  12. "tabBar": {
  13. "custom": false,
  14. "color": "#000000",
  15. "selectedColor": "#ff0000",
  16. "backgroundColor": "#ffffff",
  17. "list": [{
  18. "pagePath": "pages/list/list",
  19. "text": "购物车",
  20. "iconPath": "./icon/shop.png",
  21. "selectedIconPath": "./icon/shop1.png"
  22. }, {
  23. "pagePath": "pages/home/home",
  24. "text": "首页",
  25. "iconPath": "./icon/home.png",
  26. "selectedIconPath": "./icon/home1.png"
  27. }, {
  28. "pagePath": "pages/my/my",
  29. "text": "我的",
  30. "iconPath": "./icon/my.png",
  31. "selectedIconPath": "./icon/my1.png"
  32. }]
  33. },
  34. "usingComponents": {},
  35. "style": "v2",
  36. "componentFramework": "glass-easel",
  37. "sitemapLocation": "sitemap.json",
  38. "lazyCodeLoading": "requiredComponents"
  39. }