app.json 815 B

123456789101112131415161718192021222324252627
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/logs/logs",
  5. "pages/success/paySuccess",
  6. "pages/business/business"
  7. ],
  8. "window": {
  9. "backgroundTextStyle": "light",
  10. "navigationBarBackgroundColor": "#fff",
  11. "navigationBarTitleText": "Weixin",
  12. "navigationBarTextStyle": "black"
  13. },
  14. "sitemapLocation": "sitemap.json",
  15. "usingComponents": {
  16. "van-button": "@vant/weapp/button/index",
  17. "van-empty": "@vant/weapp/empty/index",
  18. "van-row": "@vant/weapp/row/index",
  19. "van-col": "@vant/weapp/col/index",
  20. "van-search": "@vant/weapp/search/index",
  21. "van-card": "@vant/weapp/card/index",
  22. "van-icon": "@vant/weapp/icon/index",
  23. "van-tag": "@vant/weapp/tag/index",
  24. "van-tabbar": "@vant/weapp/tabbar/index",
  25. "van-tabbar-item": "@vant/weapp/tabbar-item/index"
  26. }
  27. }