app.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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. "pages/sync/sync",
  53. "pages/sync/room/room"
  54. ],
  55. "window": {
  56. "backgroundTextStyle": "dark",
  57. "navigationBarBackgroundColor": "#fff",
  58. "navigationBarTitleText": "看店4DKanKan",
  59. "navigationBarTextStyle": "black",
  60. "enablePullDownRefresh": true
  61. },
  62. "subpackages": [
  63. {
  64. "root": "dataReport",
  65. "pages": [
  66. "pages/data-report/data-report"
  67. ],
  68. "plugins": {
  69. "ykfchat": {
  70. "version": "2.0.7",
  71. "provider": "wx1fdc8c9f3a3a05e4"
  72. },
  73. "live-player-plugin": {
  74. "version": "1.2.5",
  75. "provider": "wx2b03c6e691cd7370"
  76. }
  77. },
  78. "independent": false
  79. }
  80. ],
  81. "tabBar": {
  82. "custom": false,
  83. "backgroundColor": "#fff",
  84. "borderStyle": "black",
  85. "selectedColor": "#ED5D18",
  86. "color": "#666C7D",
  87. "ext-class": "extcls",
  88. "list": [
  89. {
  90. "pagePath": "pages/index/index",
  91. "iconPath": "static/images/hbtab_home@2x.png",
  92. "selectedIconPath": "static/images/btab_home@2x.png",
  93. "text": "店铺"
  94. },
  95. {
  96. "pagePath": "pages/sync/sync",
  97. "iconPath": "static/images/members.png",
  98. "selectedIconPath": "static/images/members-active.png",
  99. "text": "VR带看"
  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. "lip-sync-v4": "/component/voice-v4/voice",
  118. "mp-sticky": "/component/sticky/index",
  119. "auth": "/component/auth/auth"
  120. }
  121. }