摘要: 阿里云: web如何直传oss & 常见问题 如何使用input.Type=‘file‘拿到文件对象 1、在页面中添加 <input type="file" style="display: none" ref="input" @input="upload" > 在需要上传文件的地方增加 <butto 阅读全文
posted @ 2023-08-07 15:27 haonanElva 阅读(708) 评论(0) 推荐(0) 编辑
摘要: 图片压缩插件 1.安装插件 npm i js-image-compressor 2.引入 import ImageCompressor from 'js-image-compressor' 3.使用 compressionImage (file) { return new Promise((reso 阅读全文
posted @ 2023-08-07 15:10 haonanElva 阅读(543) 评论(0) 推荐(0) 编辑