app.json 1.5 KB

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