app.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/catalog/catalog",
  5. "pages/newGoods/newGoods",
  6. "pages/hotGoods/hotGoods",
  7. "pages/ucenter/index/index",
  8. "pages/ucenter/address/address",
  9. "pages/ucenter/addressAdd/addressAdd",
  10. "pages/ucenter/order/order",
  11. "pages/ucenter/orderDetail/orderDetail",
  12. "pages/ucenter/coupon/coupon",
  13. "pages/ucenter/collect/collect",
  14. "pages/auth/login/login",
  15. "pages/payResult/payResult",
  16. "pages/comment/comment",
  17. "pages/commentPost/commentPost",
  18. "pages/topic/topic",
  19. "pages/topicDetail/topicDetail",
  20. "pages/brand/brand",
  21. "pages/brandDetail/brandDetail",
  22. "pages/search/search",
  23. "pages/category/category",
  24. "pages/cart/cart",
  25. "pages/shopping/checkout/checkout",
  26. "pages/goods/goods",
  27. "pages/groupon/myGroupon/myGroupon",
  28. "pages/groupon/grouponDetail/grouponDetail",
  29. "pages/groupon/grouponList/grouponList"
  30. ],
  31. "window": {
  32. "navigationBarTitleText": "Renard",
  33. "enablePullDownRefresh": true,
  34. "backgroundTextStyle": "light",
  35. "navigationBarBackgroundColor": "#fff",
  36. "navigationBarTextStyle": "black"
  37. },
  38. "tabBar": {
  39. "color": "#6e6d6b",
  40. "selectedColor": "#e64340",
  41. "borderStyle": "white",
  42. "backgroundColor": "#fff",
  43. "box-shadow": "0 0 6px 0",
  44. "list": [
  45. {
  46. "pagePath": "pages/index/index",
  47. "iconPath": "images/tabbar/like-f.png",
  48. "selectedIconPath": "images/tabbar/like-o.png"
  49. },
  50. {
  51. "pagePath": "pages/catalog/catalog",
  52. "iconPath": "images/tabbar/menu-f.png",
  53. "selectedIconPath": "images/tabbar/menu-o.png"
  54. },
  55. {
  56. "pagePath": "pages/cart/cart",
  57. "iconPath": "images/tabbar/cart-f.png",
  58. "selectedIconPath": "images/tabbar/cart-o.png"
  59. },
  60. {
  61. "pagePath": "pages/ucenter/index/index",
  62. "iconPath": "images/tabbar/user-f.png",
  63. "selectedIconPath": "images/tabbar/user-o.png"
  64. }
  65. ]
  66. },
  67. "networkTimeout": {
  68. "request": 10000,
  69. "connectSocket": 10000,
  70. "uploadFile": 10000,
  71. "downloadFile": 10000
  72. },
  73. "debug": true
  74. }