appDemo/cfg.json

23 lines
460 B
JSON
Raw Permalink Normal View History

2024-07-02 15:47:32 +00:00
{
"body": {
"api": "/saveForm",
"body": [
{
"label": "Name",
"name": "name",
"type": "input-text",
"required": true
},
{
"label": "Email邮箱",
"name": "email",
"type": "input-email",
"required": true
}
],
"mode": "horizontal",
"type": "form"
},
"title": "demo测试",
"type": "page"
}