app.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. {
  2. "pages": [
  3. "pages/start/start",
  4. "pages/shop/select",
  5. "pages/index/index",
  6. "pages/notice/index",
  7. "pages/notice/show",
  8. "pages/category/category",
  9. "pages/goods/list",
  10. "pages/goods/fav",
  11. "pages/goods-details/index",
  12. "pages/shop-cart/index",
  13. "pages/to-pay-order/index",
  14. "pages/select-address/index",
  15. "pages/address-add/index",
  16. "pages/order-list/index",
  17. "pages/order-details/index",
  18. "pages/order-details/scan-result",
  19. "pages/order/refundApply",
  20. "pages/wuliu/index",
  21. "pages/my/index",
  22. "pages/withdraw/index",
  23. "pages/score-excharge/index",
  24. "pages/score-excharge/growth",
  25. "pages/asset/index",
  26. "pages/score/index",
  27. "pages/score/growth",
  28. "pages/sign/index",
  29. "pages/maidan/index",
  30. "pages/fx/apply",
  31. "pages/fx/apply-status",
  32. "pages/fx/members",
  33. "pages/fx/commisionLog",
  34. "pages/coupons/index",
  35. "pages/coupons/merge",
  36. "pages/invoice/list",
  37. "pages/invoice/apply",
  38. "pages/deposit/pay",
  39. "pages/live/index",
  40. "pages/help/detail",
  41. "pages/help/index",
  42. "pages/about/index",
  43. "pages/idCheck/index",
  44. "pages/videoCall/videoCall",
  45. "pages/peisong/detail",
  46. "pages/peisong/orders",
  47. "pages/pwd-pay/reset",
  48. "pages/pwd-pay/modify",
  49. "pages/pwd-pay/set",
  50. "pages/my/feedback",
  51. "pages/search/index",
  52. "pages/my/info",
  53. "pages/my/setting",
  54. "pages/my/info-menu"
  55. ],
  56. "window": {
  57. "backgroundTextStyle": "light",
  58. "navigationBarBackgroundColor": "#fff",
  59. "navigationBarTitleText": "",
  60. "navigationBarTextStyle": "black",
  61. "onReachBottomDistance": 50
  62. },
  63. "tabBar": {
  64. "color": "#6e6d6b",
  65. "selectedColor": "#e64340",
  66. "borderStyle": "white",
  67. "backgroundColor": "#fff",
  68. "list": [
  69. {
  70. "pagePath": "pages/index/index",
  71. "iconPath": "images/nav/home-off.png",
  72. "selectedIconPath": "images/nav/home-on.png",
  73. "text": "首页"
  74. },
  75. {
  76. "pagePath": "pages/category/category",
  77. "iconPath": "images/nav/fl-off.png",
  78. "selectedIconPath": "images/nav/fl-on.png",
  79. "text": "分类"
  80. },
  81. {
  82. "pagePath": "pages/coupons/index",
  83. "iconPath": "images/nav/coupon-off.png",
  84. "selectedIconPath": "images/nav/coupon-on.png",
  85. "text": "优惠券"
  86. },
  87. {
  88. "pagePath": "pages/shop-cart/index",
  89. "iconPath": "images/nav/cart-off.png",
  90. "selectedIconPath": "images/nav/cart-on.png",
  91. "text": "购物车"
  92. },
  93. {
  94. "pagePath": "pages/my/index",
  95. "iconPath": "images/nav/my-off.png",
  96. "selectedIconPath": "images/nav/my-on.png",
  97. "text": "我的"
  98. }
  99. ]
  100. },
  101. "permission": {
  102. "scope.userLocation": {
  103. "desc": "获取离你最近的门店"
  104. }
  105. },
  106. "usingComponents": {
  107. "float-menu": "/components/float-menu/index",
  108. "parser":"/components/parser.20200414.min/parser",
  109. "van-notice-bar": "@vant/weapp/notice-bar/index",
  110. "van-search": "@vant/weapp/search/index",
  111. "van-divider": "@vant/weapp/divider/index",
  112. "van-icon": "@vant/weapp/icon/index",
  113. "van-count-down": "@vant/weapp/count-down/index",
  114. "van-button": "@vant/weapp/button/index",
  115. "van-cell": "@vant/weapp/cell/index",
  116. "van-cell-group": "@vant/weapp/cell-group/index",
  117. "van-tag": "@vant/weapp/tag/index",
  118. "van-card": "@vant/weapp/card/index",
  119. "van-progress": "@vant/weapp/progress/index",
  120. "van-submit-bar": "@vant/weapp/submit-bar/index",
  121. "van-field": "@vant/weapp/field/index",
  122. "van-radio": "@vant/weapp/radio/index",
  123. "van-radio-group": "@vant/weapp/radio-group/index",
  124. "van-sidebar": "@vant/weapp/sidebar/index",
  125. "van-sidebar-item": "@vant/weapp/sidebar-item/index",
  126. "van-empty": "@vant/weapp/empty/index",
  127. "van-goods-action": "@vant/weapp/goods-action/index",
  128. "van-goods-action-icon": "@vant/weapp/goods-action-icon/index",
  129. "van-goods-action-button": "@vant/weapp/goods-action-button/index",
  130. "van-popup": "@vant/weapp/popup/index",
  131. "van-stepper": "@vant/weapp/stepper/index",
  132. "van-sticky": "@vant/weapp/sticky/index",
  133. "van-dialog": "@vant/weapp/dialog/index",
  134. "van-swipe-cell": "@vant/weapp/swipe-cell/index",
  135. "van-calendar": "@vant/weapp/calendar/index",
  136. "van-switch": "@vant/weapp/switch/index",
  137. "van-rate": "@vant/weapp/rate/index",
  138. "van-uploader": "@vant/weapp/uploader/index",
  139. "van-grid": "@vant/weapp/grid/index",
  140. "van-grid-item": "@vant/weapp/grid-item/index",
  141. "van-image": "@vant/weapp/image/index",
  142. "van-tab": "@vant/weapp/tab/index",
  143. "van-tabs": "@vant/weapp/tabs/index"
  144. },
  145. "sitemapLocation": "sitemap.json"
  146. }