1
0

app.json 3.7 KB

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