mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
docs: autofille 补充个示例不然有人想不到
This commit is contained in:
parent
01561cecef
commit
3bc918fdf6
@ -229,7 +229,13 @@ app.listen(8080, function () {});
|
||||
}
|
||||
```
|
||||
|
||||
这样上传成功后,会把接口中的 `url` 变量,赋值给 `myUrl` 变量
|
||||
这样上传成功后,会把接口中的 `url` 变量,赋值给 `myUrl` 变量,这个里支持表达式,比如在前面加上域名
|
||||
|
||||
```json
|
||||
"autoFill": {
|
||||
"myUrl": "https://cdn.com/${filename}"
|
||||
}
|
||||
```
|
||||
|
||||
**多选模式**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user