-- 替换为你的上传地址 --> :multiple="false" :auto-upload="true" :on-change="handleFileChange" :on-success="handleFileSuccess" :on-error="handleFileError" > <el-button slot="trigger" size="small" type="primary">选择文件</el-button> <div slot="tip" class=...