diff --git a/package/document/src/document/zh-CN/components/upload.md b/package/document/src/document/zh-CN/components/upload.md index 9bf0bca2..12f743af 100644 --- a/package/document/src/document/zh-CN/components/upload.md +++ b/package/document/src/document/zh-CN/components/upload.md @@ -189,7 +189,7 @@ export default { | 属性 | 描述 | 类型 | 默认值 | 可选值 | | ----------- | -------- | ------- | --------- | ---------------------------------- | -| url | 服务端上传接口 | string | -- | -- | +| url | 服务端上传接口的地址 | string | -- | -- | | data | 请求上传接口的额外参数 | object | -- | -- | | headers | 接口的请求头 | object | -- | -- | | acceptMime | 文件选择框时的可选文件类型 | string | `images` | `images` |