app.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/store/store",
  5. "pages/searchRoom/searchRoom",
  6. "pages/city/city",
  7. "pages/user/user",
  8. "pages/discover/discover",
  9. "pages/webview/index",
  10. "pages/ncategory/category",
  11. "pages/ucenter/index/index",
  12. "pages/catalog/catalog",
  13. "pages/coupon/coupon",
  14. "pages/offline/offline",
  15. "pages/category/category",
  16. "pages/brandDetail/brandDetail",
  17. "pages/coupon/info/info",
  18. "pages/newGoods/newGoods",
  19. "pages/hotGoods/hotGoods",
  20. "pages/ucenter/address/address",
  21. "pages/ucenter/addressAdd/addressAdd",
  22. "pages/ucenter/footprint/footprint",
  23. "pages/ucenter/order/order",
  24. "pages/ucenter/orderDetail/orderDetail",
  25. "pages/ucenter/feedback/feedback",
  26. "pages/ucenter/coupon/coupon",
  27. "pages/ucenter/collect/collect",
  28. "pages/auth/login/login",
  29. "pages/auth/register/register",
  30. "pages/auth/reset/reset",
  31. "pages/pay/pay",
  32. "pages/payResult/payResult",
  33. "pages/topic/topic",
  34. "pages/comment/comment",
  35. "pages/commentPost/commentPost",
  36. "pages/topicComment/topicComment",
  37. "pages/brand/brand",
  38. "pages/search/search",
  39. "pages/cart/cart",
  40. "pages/shopping/checkout/checkout",
  41. "pages/shopping/address/address",
  42. "pages/shopping/addressAdd/addressAdd",
  43. "pages/goods/goods",
  44. "pages/topicDetail/topicDetail",
  45. "pages/auth/mobile/mobile",
  46. "pages/shopping/selCoupon/selCoupon",
  47. "pages/ucenter/help/help",
  48. "pages/ucenter/helpInfo/helpInfo",
  49. "pages/auth/btnAuth/btnAuth",
  50. "pages/logistics/index",
  51. "pages/shared/shared",
  52. "pages/shareRoom/shareRoom",
  53. "pages/godis/godis",
  54. "component/auth/auth",
  55. "pages/user/imageCropper",
  56. "component/storeItem/storeItem",
  57. "component/roomItem/roomItem",
  58. "pages/sence/sence"
  59. ],
  60. "window": {
  61. "backgroundTextStyle": "dark",
  62. "navigationBarBackgroundColor": "#fff",
  63. "navigationBarTitleText": "指房宝(杭州)科技有限公司",
  64. "navigationBarTextStyle": "black",
  65. "enablePullDownRefresh": true
  66. },
  67. "subpackages": [
  68. {
  69. "root": "dataReport",
  70. "pages": [
  71. "pages/data-report/data-report"
  72. ],
  73. "plugins": {
  74. "ykfchat": {
  75. "version": "2.0.7",
  76. "provider": "wx1fdc8c9f3a3a05e4"
  77. }
  78. },
  79. "independent": false
  80. }
  81. ],
  82. "tabBar": {
  83. "backgroundColor": "#fff",
  84. "borderStyle": "white",
  85. "selectedColor": "#333333",
  86. "color": "#AFAFAF",
  87. "list": [
  88. {
  89. "pagePath": "pages/index/index",
  90. "iconPath": "static/images/icon/home_normal@2x.png",
  91. "selectedIconPath": "static/images/icon/home_selected@2x.png",
  92. "text": "首页"
  93. },
  94. {
  95. "pagePath": "pages/store/store",
  96. "iconPath": "static/images/icon/merchants_normal@2x.png",
  97. "selectedIconPath": "static/images/icon/merchants_selected@2x.png",
  98. "text": "VR广场"
  99. },
  100. {
  101. "pagePath": "pages/ucenter/index/index",
  102. "iconPath": "static/images/icon/me_normal@2x.png",
  103. "selectedIconPath": "static/images/icon/me_selected.png",
  104. "text": "我的"
  105. }
  106. ]
  107. },
  108. "networkTimeout": {
  109. "request": 10000,
  110. "downloadFile": 10000
  111. },
  112. "debug": true,
  113. "sitemapLocation": "sitemap.json",
  114. "usingComponents": {
  115. "lip-sync": "/component/voice/voice",
  116. "mp-sticky": "/component/sticky/index",
  117. "auth": "/component/auth/auth"
  118. }
  119. }