app.json 2.0 KB

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