<Upload ref="upload" :show-upload-list="false" :format="['jpg','jpeg','png']" :max-size="2048" :action="$api.upload" multiple type="drag" :on-success="uploadZhizhao" style="display: inline-block;width:80px; margin-left: 15px; margin-top: 15px;"> <div style="width: 80px;height:80px;line-height: 80px;"> <Icon type="md-add" size="30"/> </div> </Upload>上传文件
uploadLogo(response,file) { this.formValidate.logo = response.data.url; },获取url