app.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/catalog/catalog",
  5. "pages/newGoods/newGoods",
  6. "pages/hotGoods/hotGoods",
  7. "pages/ucenter/address/address",
  8. "pages/ucenter/addressAdd/addressAdd",
  9. "pages/ucenter/orderDetail/orderDetail",
  10. "pages/ucenter/footprint/footprint",
  11. "pages/ucenter/order/order",
  12. "pages/ucenter/feedback/feedback",
  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/pay/pay",
  19. "pages/payResult/payResult",
  20. "pages/ucenter/index/index",
  21. "pages/topic/topic",
  22. "pages/comment/comment",
  23. "pages/commentPost/commentPost",
  24. "pages/topicComment/topicComment",
  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. "pages/store/store",
  35. "pages/topicDetail/topicDetail",
  36. "pages/ucenter/help/help",
  37. "pages/ucenter/helpInfo/helpInfo",
  38. "pages/auth/newuser/newuser",
  39. "pages/group/group",
  40. "pages/groupDetail/groupDetail",
  41. "pages/shopping/coupon/coupon",
  42. "pages/ucenter/share/share",
  43. "pages/activity/activity",
  44. "pages/goodsActivity/goodsActivity",
  45. "pages/ucenter/group/group",
  46. "pages/joinGroup/joinGroup",
  47. "pages/shopping/groupcheck/groupcheck",
  48. "pages/map/map",
  49. "pages/auth/btnAuth/btnAuth",
  50. "pages/ucenter/wuliu/wuliu",
  51. "pages/ucenter/wuliuwebview/wuliuwebview",
  52. "pages/ucenter/idCard/idCard",
  53. "pages/ucenter/applyRefund/applyRefund",
  54. "pages/ucenter/ticketDiscountGoods/ticketDiscountGoods",
  55. "pages/ucenter/couponDetail/couponDetail",
  56. "pages/ucenter/couponTickInfo/couponTickInfo",
  57. "pages/ucenter/campMinus/campMinus",
  58. "pages/categoryBrand/categoryBrand"
  59. ],
  60. "window": {
  61. "backgroundTextStyle": "dark",
  62. "navigationBarBackgroundColor": "#fff",
  63. "navigationBarTitleText": "中网跨境电商",
  64. "navigationBarTextStyle": "black",
  65. "enablePullDownRefresh": false
  66. },
  67. "tabBar": {
  68. "backgroundColor": "#fafafa",
  69. "borderStyle": "white",
  70. "selectedColor": "#b4282d",
  71. "color": "#666",
  72. "list": [
  73. {
  74. "pagePath": "pages/index/index",
  75. "iconPath": "static/images/ic_menu_choice_nor.png",
  76. "selectedIconPath": "static/images/ic_menu_choice_pressed.png",
  77. "text": "首页"
  78. },
  79. {
  80. "pagePath": "pages/catalog/catalog",
  81. "iconPath": "static/images/ic_menu_sort_nor.png",
  82. "selectedIconPath": "static/images/ic_menu_sort_pressed.png",
  83. "text": "分类"
  84. },
  85. {
  86. "pagePath": "pages/cart/cart",
  87. "iconPath": "static/images/ic_menu_shoping_nor.png",
  88. "selectedIconPath": "static/images/ic_menu_shoping_pressed.png",
  89. "text": "购物车"
  90. },
  91. {
  92. "pagePath": "pages/ucenter/index/index",
  93. "iconPath": "static/images/ic_menu_me_nor.png",
  94. "selectedIconPath": "static/images/ic_menu_me_pressed.png",
  95. "text": "我的"
  96. }
  97. ]
  98. },
  99. "networkTimeout": {
  100. "request": 10000,
  101. "downloadFile": 10000
  102. },
  103. "debug": true,
  104. "permission": {
  105. "scope.userLocation": {
  106. "desc": "您的位置信息将用于小程序位置接口的效果展示"
  107. }
  108. },
  109. "sitemapLocation": "sitemap.json"
  110. }