app.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "pages": [
  3. "pages/discover/discover",
  4. "pages/index/index",
  5. "pages/webview/index",
  6. "pages/user/user",
  7. "pages/ncategory/category",
  8. "pages/ucenter/index/index",
  9. "pages/catalog/catalog",
  10. "pages/coupon/coupon",
  11. "pages/offline/offline",
  12. "pages/category/category",
  13. "pages/brandDetail/brandDetail",
  14. "pages/coupon/info/info",
  15. "pages/newGoods/newGoods",
  16. "pages/hotGoods/hotGoods",
  17. "pages/ucenter/address/address",
  18. "pages/ucenter/addressAdd/addressAdd",
  19. "pages/ucenter/footprint/footprint",
  20. "pages/ucenter/order/order",
  21. "pages/ucenter/orderDetail/orderDetail",
  22. "pages/ucenter/feedback/feedback",
  23. "pages/ucenter/coupon/coupon",
  24. "pages/ucenter/collect/collect",
  25. "pages/auth/login/login",
  26. "pages/auth/register/register",
  27. "pages/auth/reset/reset",
  28. "pages/pay/pay",
  29. "pages/payResult/payResult",
  30. "pages/topic/topic",
  31. "pages/comment/comment",
  32. "pages/commentPost/commentPost",
  33. "pages/topicComment/topicComment",
  34. "pages/brand/brand",
  35. "pages/search/search",
  36. "pages/cart/cart",
  37. "pages/shopping/checkout/checkout",
  38. "pages/shopping/address/address",
  39. "pages/shopping/addressAdd/addressAdd",
  40. "pages/goods/goods",
  41. "pages/topicDetail/topicDetail",
  42. "pages/auth/mobile/mobile",
  43. "pages/shopping/selCoupon/selCoupon",
  44. "pages/ucenter/help/help",
  45. "pages/ucenter/helpInfo/helpInfo",
  46. "pages/auth/btnAuth/btnAuth",
  47. "pages/logistics/index",
  48. "pages/shared/shared",
  49. "pages/share",
  50. "pages/godis/godis",
  51. "component/auth/auth",
  52. "pages/user/imageCropper"
  53. ],
  54. "window": {
  55. "backgroundTextStyle": "dark",
  56. "navigationBarBackgroundColor": "#fff",
  57. "navigationBarTitleText": "看店4DKanKan",
  58. "navigationBarTextStyle": "black",
  59. "enablePullDownRefresh": true
  60. },
  61. "subpackages": [
  62. {
  63. "root": "dataReport",
  64. "pages": [
  65. "pages/data-report/data-report"
  66. ],
  67. "plugins": {
  68. "ykfchat": {
  69. "version": "2.0.7",
  70. "provider": "wx1fdc8c9f3a3a05e4"
  71. },
  72. "live-player-plugin": {
  73. "version": "1.2.5",
  74. "provider": "wx2b03c6e691cd7370"
  75. }
  76. },
  77. "independent": false
  78. }
  79. ],
  80. "tabBar": {
  81. "custom": false,
  82. "backgroundColor": "#fff",
  83. "borderStyle": "black",
  84. "selectedColor": "#ED5D18",
  85. "color": "#666C7D",
  86. "ext-class": "extcls",
  87. "list": [
  88. {
  89. "pagePath": "pages/index/index",
  90. "iconPath": "static/images/hbtab_home@2x.png",
  91. "selectedIconPath": "static/images/btab_home@2x.png",
  92. "text": "店铺"
  93. },
  94. {
  95. "pagePath": "pages/catalog/catalog",
  96. "iconPath": "static/images/hbtab_classify@2x.png",
  97. "selectedIconPath": "static/images/btab_classify@2x.png",
  98. "text": "分类"
  99. },
  100. {
  101. "pagePath": "pages/discover/discover",
  102. "iconPath": "static/images/btab_view@2x.png",
  103. "selectedIconPath": "static/images/btab_view_active@2x.png",
  104. "text": "发现",
  105. "keynote": true
  106. },
  107. {
  108. "pagePath": "pages/cart/cart",
  109. "iconPath": "static/images/hbtab_cart@2x.png",
  110. "selectedIconPath": "static/images/btab_cart@2x.png",
  111. "text": "购物车"
  112. },
  113. {
  114. "pagePath": "pages/ucenter/index/index",
  115. "iconPath": "static/images/hbtab_my@2x.png",
  116. "selectedIconPath": "static/images/btab_my@2x.png",
  117. "text": "我的"
  118. }
  119. ]
  120. },
  121. "networkTimeout": {
  122. "request": 10000,
  123. "downloadFile": 10000
  124. },
  125. "debug": true,
  126. "sitemapLocation": "sitemap.json",
  127. "usingComponents": {
  128. "lip-sync": "/component/voice/voice",
  129. "mp-sticky": "/component/sticky/index",
  130. "auth": "/component/auth/auth"
  131. }
  132. }