1. 首页
  2. 数据库
  3. 其它
  4. iview admin富文本框上传本地图片

iview admin富文本框上传本地图片

上传者: 2021-01-15 22:35:54上传 PDF文件 25.07KB 热度 18次
路径:iview-admin/src/components/editor/editor.vue import { fileUpload, ResultImg } from '@/api/uploadFile' data () { return { formData: new FormData() //创建一个formData对象 } }, mounted () { let _this = this this.editor.customConfig.customUploadImg = async function (files, insert)
下载地址
用户评论