class.json 301 B

123456789101112
  1. {
  2. "window": {
  3. "onReachBottomDistance": 50
  4. },
  5. "component": true,
  6. "enablePullDownRefresh": false,
  7. "usingComponents": {
  8. "shareDialog": "/component/share/share",
  9. "popup": "/component/popup/popup",
  10. "goBackHome": "/component/goBackHome/goBackHome"
  11. }
  12. }