app.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/user/user",
  5. "pages/webview/index",
  6. "pages/discover/discover",
  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": "杭州天门科技有限公司",
  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. },
  73. "independent": false
  74. }
  75. ],
  76. "tabBar": {
  77. "backgroundColor": "#fff",
  78. "borderStyle": "black",
  79. "selectedColor": "#ED5D18",
  80. "color": "#666C7D",
  81. "list": [
  82. {
  83. "pagePath": "pages/index/index",
  84. "iconPath": "static/images/hbtab_home@2x.png",
  85. "selectedIconPath": "static/images/btab_home@2x.png",
  86. "text": "首页"
  87. },
  88. {
  89. "pagePath": "pages/ucenter/index/index",
  90. "iconPath": "static/images/hbtab_my@2x.png",
  91. "selectedIconPath": "static/images/btab_my@2x.png",
  92. "text": "我的"
  93. }
  94. ]
  95. },
  96. "networkTimeout": {
  97. "request": 10000,
  98. "downloadFile": 10000
  99. },
  100. "debug": true,
  101. "sitemapLocation": "sitemap.json",
  102. "usingComponents": {
  103. "lip-sync": "/component/voice/voice",
  104. "mp-sticky": "/component/sticky/index",
  105. "auth": "/component/auth/auth"
  106. }
  107. }