flx:修改忘记密码|人员录入页面文字 人员录入限制只能传jpg格式图片

This commit is contained in:
X_Rian 2024-06-14 18:05:16 +08:00
parent dc15002725
commit 5ee8168543
3 changed files with 5 additions and 3 deletions

View File

@ -71,7 +71,8 @@ export default {
highBeatDownload: '高拍仪插件下载',
IdCardHead: '身份证头像',
spotFaceCollection: '现场采集人脸',
imgHint: '现场采集人脸要求人脸正面免冠照jpeg或jpg格式图片像素需为640x480像素或以上图片大小需不超过500KB,人脸眼间距需大于60像素点',
// '现场采集人脸要求人脸正面免冠照jpeg或jpg格式图片像素需为640x480像素或以上图片大小需不超过500KB,人脸眼间距需大于60像素点'
imgHint: '现场采集人脸要求人脸正面免冠照jpg格式图片像素需为640x480像素或以上图片大小需为10-200KB,人脸大小占整张图片1/3以上',
cancel: '取消',
confirm: '确定',
noData: '暂无数据',

View File

@ -3461,7 +3461,7 @@ export default {
handleBeforeUpload(file, type) {
if (type == 4) {
if (
file.type != "image/jpeg" &&
// file.type != "image/jpeg" &&
file.type != "image/jpg"
// file.type != "image/png"
) {

View File

@ -59,8 +59,9 @@
<img :src="codeImgData.img" @click="getImgCode" alt="" />
</div>
</el-form-item>
<!-- 找回方式 -->
<el-form-item
label="找回方式"
label="邮箱"
prop="backEmail"
v-if="[1].includes(stepActive) && firstNext"
>