app.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/all/all",
  5. "pages/cart/cart",
  6. "pages/my/my",
  7. "pages/detail/detail",
  8. "pages/login/login",
  9. "pages/Mall/presaleCommodity/presaleCommodity",
  10. "pages/Mall/newCommodity/newCommodity",
  11. "pages/Mall/hotCommodity/hotCommodity"
  12. ],
  13. "window": {
  14. "backgroundColor": "#FFFFFF",
  15. "backgroundTextStyle": "dark",
  16. "navigationBarBackgroundColor": "#dfefec",
  17. "navigationBarTitleText": "谷鹿鹿Q",
  18. "navigationBarTextStyle": "black",
  19. "pageOrientation": "portrait"
  20. },
  21. "style": "v2",
  22. "renderer": "skyline",
  23. "rendererOptions": {
  24. "skyline": {
  25. "defaultDisplayBlock": true,
  26. "defaultContentBox": true,
  27. "tagNameStyleIsolation": "legacy",
  28. "disableABTest": true,
  29. "sdkVersionBegin": "3.0.0",
  30. "sdkVersionEnd": "15.255.255"
  31. }
  32. },
  33. "componentFramework": "glass-easel",
  34. "sitemapLocation": "sitemap.json",
  35. "lazyCodeLoading": "requiredComponents",
  36. "tabBar": {
  37. "color": "#333333",
  38. "selectedColor": "#8dbbb8",
  39. "borderStyle": "white",
  40. "backgroundColor": "#dfefec",
  41. "list": [
  42. {
  43. "pagePath": "pages/index/index",
  44. "text": "主页"
  45. },
  46. {
  47. "pagePath": "pages/all/all",
  48. "text": "全部商品"
  49. },
  50. {
  51. "pagePath": "pages/cart/cart",
  52. "text": "购物车"
  53. },
  54. {
  55. "pagePath": "pages/my/my",
  56. "text": "我的"
  57. }
  58. ]
  59. }
  60. }