home.json 943 B

12345678910111213141516171819202122232425
  1. {
  2. "renderer": "skyline",
  3. "component": true,
  4. "pureDataPattern": "^_",
  5. "navigationStyle": "custom",
  6. "usingComponents": {
  7. "t-cell": "tdesign-miniprogram/cell/cell",
  8. "t-icon": "tdesign-miniprogram/icon/icon",
  9. "form-button": "../../components/button/button",
  10. "body-model": "./body-model/body-model",
  11. "vertical-steps": "/pages/home/vertical-steps/index",
  12. "report-health-scheme": "../../module/health/components/report-health-scheme/report-health-scheme",
  13. "science-card": "../../module/article/components/science-card/science-card",
  14. "t-popup": "tdesign-miniprogram/popup/popup",
  15. "tabbar": "../../components/tabbar/tabbar",
  16. "media-carousel": "../../components/media-carousel/media-carousel",
  17. "t-loading": "tdesign-miniprogram/loading/loading"
  18. },
  19. "componentPlaceholder": {
  20. "report-health-scheme": "view",
  21. "science-card": "view",
  22. "tabbar": "view",
  23. "media-carousel": "view"
  24. }
  25. }