app.json 2.1 KB

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