| 1234567891011121314151617 |
- {
- "renderer": "skyline",
- "component": true,
- "pureDataPattern": "^_",
- "usingComponents": {
- "t-cell": "tdesign-miniprogram/cell/cell",
- "t-icon": "tdesign-miniprogram/icon/icon",
- "form-button": "../../components/button/button",
- "body-model": "./body-model/body-model",
- "report-health-scheme": "../../module/health/components/report-health-scheme/report-health-scheme",
- "science-card": "../../module/article/components/science-card/science-card"
- },
- "componentPlaceholder": {
- "report-health-scheme": "view",
- "science-card": "view"
- }
- }
|