home.json 419 B

1234567891011121314
  1. {
  2. "renderer": "skyline",
  3. "component": true,
  4. "pureDataPattern": "^_",
  5. "usingComponents": {
  6. "t-cell": "tdesign-miniprogram/cell/cell",
  7. "form-button": "../../components/button/button",
  8. "body-model": "./body-model/body-model",
  9. "report-health-scheme": "../../module/health/components/report-health-scheme/report-health-scheme"
  10. },
  11. "componentPlaceholder": {
  12. "report-health-scheme": "view"
  13. }
  14. }