app.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/login/login",
  5. "pages/discover/discover",
  6. "pages/shopCart/shopCart",
  7. "pages/person/person",
  8. "pages/details/details",
  9. "pages/webView/webView",
  10. "pages/special/special",
  11. "pages/brand/brand",
  12. "pages/comments/comments"
  13. ],
  14. "window": {
  15. "backgroundTextStyle": "dark",
  16. "navigationBarBackgroundColor": "#eb4e4f",
  17. "navigationBarTitleText": "熊猫美妆",
  18. "navigationBarTextStyle": "white"
  19. },
  20. "tabBar": {
  21. "selectedColor": "#FF6760",
  22. "backgroundColor": "#ffffff",
  23. "borderStyle": "black",
  24. "list": [
  25. {
  26. "iconPath": "./image/tabbar/tabbar_home_default@2x.png",
  27. "selectedIconPath": "./image/tabbar/tabbar_home_hight@2x.png",
  28. "pagePath": "pages/index/index",
  29. "text": "首页"
  30. },
  31. {
  32. "iconPath": "./image/tabbar/tabbar_shopguide_default@2x.png",
  33. "selectedIconPath": "./image/tabbar/tabbar_shopguide_hight@2x.png",
  34. "pagePath": "pages/discover/discover",
  35. "text": "发现"
  36. },
  37. {
  38. "iconPath": "./image/tabbar/tabbar_shopcar_default@2x.png",
  39. "selectedIconPath": "./image/tabbar/tabbar_shopcar_hight@2x.png",
  40. "pagePath": "pages/shopCart/shopCart",
  41. "text": "购物车"
  42. },
  43. {
  44. "iconPath": "./image/tabbar/tabbar_set_default@2x.png",
  45. "selectedIconPath": "./image/tabbar/tabbar_set_hight@2x.png",
  46. "pagePath": "pages/person/person",
  47. "text": "我"
  48. }
  49. ]
  50. }
  51. }