app.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/discover/discover",
  5. "pages/shopCart/shopCart",
  6. "pages/person/person",
  7. "pages/details/details",
  8. "pages/webView/webView",
  9. "pages/special/special",
  10. "pages/brand/brand",
  11. "pages/comments/comments",
  12. "pages/search/search",
  13. "pages/confirmOrder/confirmOrder",
  14. "pages/order_tabs/orderTabs",
  15. "pages/address/address",
  16. "pages/addAddress/addAddress",
  17. "pages/orderPaySn/orderPaySn",
  18. "pages/fcode/fcode",
  19. "pages/login/login",
  20. "pages/shareBonus/shareBonus"
  21. ],
  22. "window": {
  23. "backgroundTextStyle": "dark",
  24. "navigationBarBackgroundColor": "#2B2B2B",
  25. "navigationBarTitleText": "熊猫美妆",
  26. "navigationBarTextStyle": "white",
  27. "onReachBottomDistance": 200
  28. },
  29. "tabBar": {
  30. "selectedColor": "#2B2B2B",
  31. "backgroundColor": "#ffffff",
  32. "borderStyle": "black",
  33. "list": [
  34. {
  35. "iconPath": "./image/tabbar/index.png",
  36. "selectedIconPath": "./image/tabbar/selected_index.png",
  37. "pagePath": "pages/index/index",
  38. "text": "首页"
  39. },
  40. {
  41. "iconPath": "./image/tabbar/shopcart.png",
  42. "selectedIconPath": "./image/tabbar/selected_shopcart.png",
  43. "pagePath": "pages/shopCart/shopCart",
  44. "text": "购物车"
  45. },
  46. {
  47. "iconPath": "./image/tabbar/person.png",
  48. "selectedIconPath": "./image/tabbar/selected_person.png",
  49. "pagePath": "pages/person/person",
  50. "text": "我的"
  51. }
  52. ]
  53. },
  54. "networkTimeout": {
  55. "request": 20000
  56. }
  57. }