app.json 3.3 KB

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