摘要: 图片单个上传,支持放大 import imgUpload from '@/components/upload/imgUpload'; // 图片单个上传 <imgUpload class="photoImage" :showTage="DragUploadShowTag" :picDesc="Dra 阅读全文
posted @ 2022-07-04 18:15 Gaochunling 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 场景描述: 前端请求接口,接口的response返回为文件流,前端进行下载 1、定义触发按钮 <el-button type="success" @click="export()">导 出</el-button> import { export } from '@/views/request.js' 阅读全文
posted @ 2022-07-04 17:27 Gaochunling 阅读(2121) 评论(0) 推荐(0) 编辑