# 全局的组件如何使用
```
<wl-upload-imgs
:defaultList="defaultList"
@result="resultAction"
:severType="minzheng"
:resultFiltration= "true"
:maxNum="2"
>
</wl-upload-imgs>
```
### wlUploadFiles props
| 属性 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| defaultList | 默认显示的内容,格式:[{name:'',url:''}] | Array | [] |
| maxNum | 最多传递几张图片 | Number | 5 |
| maxNumMessage |提示的文字信息 | String | |
| severType |调用方式 | String | 默认:'oss',可以传递:'minzheng'(支持内网调用,服务器在民政) |
| resultFiltration |返回格式 | Boolean | 默认false,result回调返回的是数组[{...,url:'...'}] ,为true的时候返回的是字符串的图片地址,多个用逗号分割|
| options | severType为minzheng的时候会使用 | Object| 默认格式:{oneDir: 'upload',twoDir: 'wl',ip: 'https://qstb.mzj.shenyang.gov.cn',url: ''} 如果要更换上传域名和ip请替换ip值,如果完全更换地址,请替换url,oneDir是一级目录,twoDir是二级目录|
| maxSize | 图片最大限制 | Number| 2048 |
| format| 上传类型 | Array| ['jpg', 'jpeg', 'png'] |
| uploadUrl| 上传的地址>=0.3.5 | String| http://txy.juyouhx.com/Api/Api/ObjectToOss/ |
### Upload methods
| 方法名 | 说明 | 参数 |
| --- | --- | --- |
| clear | 清空已上传的文件列表(清空的时候也需要把默认显示的内容清空)>=0.3.6 | 无 |
- vue学习方向
- iview-admin项目说明
- 快速开始
- 开发工具
- 开始开发
- 接口的定义和调用
- 常用函数汇总
- 组件的定义
- iview开发规范说明
- 插件使用说明
- 时间插件
- 命名规范
- vue变量函数规则
- 接口嵌套使用说明
- 组件建立说明
- vue使用规范
- 数据检测特别说名
- iview-layout-themes
- util
- common
- xeUtils详细说明
- form表单自动生成
- theme1使用说明
- theme2使用说明
- hd-login登录组件说明
- wl-upload-files图片上传组件
- wl-upload-imgs
- wl-upload-oss-files
- wl-read-excel
- wl-dir-upload选择文件架
- system组件说明
- 机构管理wl-company-manager
- 用户管理
- wl-excel-import Excel数据导入
- 前台使用说明
- 后台使用说明
- Excel使用说明
- wl-vue2-editor
- 字符串截取方法
- redis常用说明
- 推荐redis使用规范