app.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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/shopping/address/address",
  32. "pages/shopping/addressAdd/addressAdd",
  33. "pages/goods/goods"
  34. ],
  35. "window": {
  36. "backgroundTextStyle": "dark",
  37. "navigationBarBackgroundColor": "#fff",
  38. "navigationBarTitleText": "仿网易严选",
  39. "navigationBarTextStyle": "black",
  40. "enablePullDownRefresh": true
  41. },
  42. "tabBar": {
  43. "backgroundColor": "#fafafa",
  44. "borderStyle": "white",
  45. "selectedColor": "#b4282d",
  46. "color": "#666",
  47. "list": [
  48. {
  49. "pagePath": "pages/index/index",
  50. "iconPath": "static/images/ic_menu_choice_nor.png",
  51. "selectedIconPath": "static/images/ic_menu_choice_pressed.png",
  52. "text": "首页"
  53. },
  54. {
  55. "pagePath": "pages/catalog/catalog",
  56. "iconPath": "static/images/ic_menu_sort_nor.png",
  57. "selectedIconPath": "static/images/ic_menu_sort_pressed.png",
  58. "text": "分类"
  59. },
  60. {
  61. "pagePath": "pages/cart/cart",
  62. "iconPath": "static/images/ic_menu_shoping_nor.png",
  63. "selectedIconPath": "static/images/ic_menu_shoping_pressed.png",
  64. "text": "购物车"
  65. },
  66. {
  67. "pagePath": "pages/ucenter/index/index",
  68. "iconPath": "static/images/ic_menu_me_nor.png",
  69. "selectedIconPath": "static/images/ic_menu_me_pressed.png",
  70. "text": "个人"
  71. }
  72. ]
  73. },
  74. "networkTimeout": {
  75. "request": 10000,
  76. "connectSocket": 10000,
  77. "uploadFile": 10000,
  78. "downloadFile": 10000
  79. },
  80. "debug": true
  81. }