app.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "pages": [
  3. "pages/login/login",
  4. "pages/index/index",
  5. "pages/prodDetail/prodDetail",
  6. "pages/all/all",
  7. "pages/cart/cart",
  8. "pages/my/personalCenter/personalCenter",
  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/order/orderDetail/orderDetail",
  15. "pages/my/addressManage/addressManage",
  16. "pages/my/addAddress/addAddress",
  17. "pages/my/myOrder/myOrder"
  18. ],
  19. "window": {
  20. "backgroundColor": "#FFFFFF",
  21. "backgroundTextStyle": "dark",
  22. "navigationBarBackgroundColor": "#dfefec",
  23. "navigationBarTitleText": "谷鹿鹿Q",
  24. "navigationBarTextStyle": "black",
  25. "pageOrientation": "portrait"
  26. },
  27. "style": "v2",
  28. "rendererOptions": {
  29. "skyline": {
  30. "defaultDisplayBlock": true,
  31. "defaultContentBox": true,
  32. "tagNameStyleIsolation": "legacy",
  33. "disableABTest": true,
  34. "sdkVersionBegin": "3.0.0",
  35. "sdkVersionEnd": "15.255.255"
  36. }
  37. },
  38. "componentFramework": "glass-easel",
  39. "sitemapLocation": "sitemap.json",
  40. "lazyCodeLoading": "requiredComponents",
  41. "tabBar": {
  42. "color": "#333333",
  43. "selectedColor": "#8dbbb8",
  44. "borderStyle": "white",
  45. "backgroundColor": "#dfefec",
  46. "list": [
  47. {
  48. "pagePath": "pages/index/index",
  49. "iconPath": "images/index/homepage.png",
  50. "selectedIconPath": "images/index/homepage.png",
  51. "text": "主页"
  52. },
  53. {
  54. "pagePath": "pages/all/all",
  55. "iconPath": "images/index/all.png",
  56. "selectedIconPath": "images/index/all.png",
  57. "text": "全部商品"
  58. },
  59. {
  60. "pagePath": "pages/cart/cart",
  61. "iconPath": "images/index/mycarts.png",
  62. "selectedIconPath": "images/index/mycarts.png",
  63. "text": "购物车"
  64. },
  65. {
  66. "pagePath": "pages/my/personalCenter/personalCenter",
  67. "iconPath": "images/index/mine.png",
  68. "selectedIconPath": "images/index/mine.png",
  69. "text": "我的"
  70. }
  71. ]
  72. }
  73. }