home.json 619 B

1234567891011121314
  1. {
  2. "renderer": "skyline",
  3. "pureDataPattern": "^_",
  4. "component": true,
  5. "usingComponents": {
  6. "t-cell": "tdesign-miniprogram/cell/cell",
  7. "t-icon": "tdesign-miniprogram/icon/icon",
  8. "report-health-index": "../../components/report-health-index/report-health-index",
  9. "report-health-status": "../../components/report-health-status/report-health-status",
  10. "report-health-patient": "../../components/report-health-patient/report-health-patient",
  11. "report-health-scheme": "../../components/report-health-scheme/report-health-scheme",
  12. "card-report": "../../components/card-report/card-report"
  13. }
  14. }