最近在项目中,使用了elementUI的<el-upload>做上传文件,使用自定义:http-request的时候不显示默认的进度条。 其实这个问题有两种解决方案,一种是在action中直接写上要上传路径的url,然后在on-success中获取返回值的路径(保存到服务器中,会返回url的路径地址);另一种方法就是自定义进度条,也就是在:http-request后...
上传jar包 <el-upload ref="upload"name="filesList"action="/api/master/press/upgrade":auto-upload="false":file-list="filesList":multiple="true":data="addParams":headers="header":on-success="onSuccess":on-error="onError" > <el-button slot="trigger" size="small" type="primary">选取文件...
最近在项目中,使用了elementUI的<el-upload>做上传文件,使用自定义:http-request的时候不显示默认的进度条。