app.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "pages":[
  3. "pages/index/index",
  4. "pages/logs/logs",
  5. "pages/aaa/abc",
  6. "pages/bbb/bbc",
  7. "pages/ccc/cbc"
  8. ],
  9. "window":{
  10. "backgroundTextStyle":"light",
  11. "navigationBarBackgroundColor": "#fff",
  12. "navigationBarTitleText": "Weixin",
  13. "navigationBarTextStyle":"black"
  14. },
  15. "usingComponents": {
  16. "van-button": "@vant/weapp/button",
  17. "van-empty": "@vant/weapp/empty/index",
  18. "van-icon": "@vant/weapp/icon/index",
  19. "van-row": "@vant/weapp/row/index",
  20. "van-col": "@vant/weapp/col/index",
  21. "van-cell": "@vant/weapp/cell/index",
  22. "van-cell-group": "@vant/weapp/cell-group/index",
  23. "van-tabbar": "@vant/weapp/tabbar/index",
  24. "van-tabbar-item": "@vant/weapp/tabbar-item/index",
  25. "van-panel": "@vant/weapp/panel/index",
  26. "van-divider": "@vant/weapp/divider/index",
  27. "van-goods-action": "@vant/weapp/goods-action/index",
  28. "van-goods-action-icon": "@vant/weapp/goods-action-icon/index",
  29. "van-goods-action-button": "@vant/weapp/goods-action-button/index",
  30. "van-card": "@vant/weapp/card/index",
  31. "van-swipe-cell": "@vant/weapp/swipe-cell/index"
  32. },
  33. "sitemapLocation": "sitemap.json"
  34. }