app.json 1.6 KB

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