Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【优化】图片上传组件:支持格式限制、大小限制、支持自动压缩、优化限制张数 #4379

Closed
JaneYork opened this issue Dec 7, 2022 · 3 comments

Comments

@JaneYork
Copy link

JaneYork commented Dec 7, 2022

版本号:

最新

前端版本:vue3版?还是 vue2版?

vue2

问题描述:

JImageUpload组件,设置isMultiple=true,number=4,如果ctrol+A,全选多雨4张图,则number限制不住。

截图&代码:

友情提示(为了提高issue处理效率):

  • 未按格式要求发帖,会被直接删掉;
  • 描述过于简单或模糊,导致无法处理的,会被直接删掉;
  • 请自己初判问题描述是否清楚,是否方便我们调查处理;
  • 针对问题请说明是Online在线功能(需说明用的主题模板),还是生成的代码功能;
@JaneYork
Copy link
Author

JaneYork commented Dec 7, 2022

更改内容

  • 优化图片张数限制
  • 支持限制图片格式
  • 支持限制图片大小
  • 支持图片压缩,默认超过3M自动压缩,可自定义

用法

压缩依赖于LRZ:https://github.com/think2011/localResizeIMG

yarn add lrz
<j-image-upload v-model="form.pic" :number="1" :limitWidth='0' :limitHeight='0' :isMultiple='false' ></j-image-upload>

参数说明

number:张图限制
isMultiple:true可多选,可以ctrl+A
limitWidth\limitHeight:宽高限制,不设置或设置0则不限制图片
doCompress:true/false,默认超过3M自动压缩
acceptType:可选,限制图片类型,默认image/*
zipPercent:可选,压缩率,默认0.7

测试及预览图

已经过大量测试,单图、多图,回显。

image

列表预览

image

点击预览

image

致谢🙏

部分灵感参考于PUSDN - PGZ俱乐部

组件JImageUpload.vue完整代码

jeecgboot/jeecgboot-vue2#2

@JaneYork JaneYork changed the title 【待优化】vue2前端图片上传组件问题 【优化】图片上传组件:支持格式限制、大小限制、支持自动压缩、优化限制张 Dec 7, 2022
@JaneYork JaneYork closed this as completed Dec 7, 2022
@JaneYork JaneYork changed the title 【优化】图片上传组件:支持格式限制、大小限制、支持自动压缩、优化限制张 【优化】图片上传组件:支持格式限制、大小限制、支持自动压缩、优化限制张数 Dec 7, 2022
@ZestfulCitrus
Copy link

这个提PR了吗?

@JaneYork
Copy link
Author

这个提PR了吗?

提了,但是貌似全部PR都不会被直接通过合并。也许他们偶尔看到后手动CV

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants