app.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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. "pages/ucenter/userLogin/userLogin",
  60. "pages/checkVideo/checkVideo",
  61. "pages/checkoutIdCard/checkoutIdCard",
  62. "pages/ucenter/crossBoundaryQuotaQuery/crossBoundaryQuotaQuery"
  63. ],
  64. "window": {
  65. "backgroundTextStyle": "dark",
  66. "navigationBarBackgroundColor": "#fff",
  67. "navigationBarTitleText": "中网跨境电商",
  68. "navigationBarTextStyle": "black",
  69. "enablePullDownRefresh": false
  70. },
  71. "tabBar": {
  72. "backgroundColor": "#fafafa",
  73. "borderStyle": "white",
  74. "selectedColor": "#b4282d",
  75. "color": "#666",
  76. "list": [
  77. {
  78. "pagePath": "pages/index/index",
  79. "iconPath": "static/images/ic_menu_choice_nor.png",
  80. "selectedIconPath": "static/images/ic_menu_choice_pressed.png",
  81. "text": "首页"
  82. },
  83. {
  84. "pagePath": "pages/catalog/catalog",
  85. "iconPath": "static/images/ic_menu_sort_nor.png",
  86. "selectedIconPath": "static/images/ic_menu_sort_pressed.png",
  87. "text": "分类"
  88. },
  89. {
  90. "pagePath": "pages/cart/cart",
  91. "iconPath": "static/images/ic_menu_shoping_nor.png",
  92. "selectedIconPath": "static/images/ic_menu_shoping_pressed.png",
  93. "text": "购物车"
  94. },
  95. {
  96. "pagePath": "pages/ucenter/index/index",
  97. "iconPath": "static/images/ic_menu_me_nor.png",
  98. "selectedIconPath": "static/images/ic_menu_me_pressed.png",
  99. "text": "我的"
  100. }
  101. ]
  102. },
  103. "networkTimeout": {
  104. "request": 10000,
  105. "downloadFile": 10000
  106. },
  107. "debug": true,
  108. "permission": {
  109. "scope.userLocation": {
  110. "desc": "您的位置信息将用于小程序位置接口的效果展示"
  111. }
  112. },
  113. "sitemapLocation": "sitemap.json"
  114. }