home.json 940 B

12345678910111213141516171819
  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. "card-report": "../../components/card-report/card-report",
  12. "follow-evaluation": "../../components/follow-evaluation/follow-evaluation",
  13. "follow-record": "../../components/follow-record/follow-record",
  14. "care-scheme": "../../components/care-scheme/care-scheme",
  15. "nodrug-therapy": "../../components/nodrug-therapy/nodrug-therapy",
  16. "care-record": "../../components/care-record/care-record",
  17. "chat-record": "../../components/chat-record/chat-record"
  18. }
  19. }