From 5ee8168543aa7296687d11dac8eb49eeb22ad905 Mon Sep 17 00:00:00 2001 From: X_Rian <904416525@qq.com> Date: Fri, 14 Jun 2024 18:05:16 +0800 Subject: [PATCH] =?UTF-8?q?flx=EF=BC=9A=E4=BF=AE=E6=94=B9=E5=BF=98?= =?UTF-8?q?=E8=AE=B0=E5=AF=86=E7=A0=81|=E4=BA=BA=E5=91=98=E5=BD=95?= =?UTF-8?q?=E5=85=A5=E9=A1=B5=E9=9D=A2=E6=96=87=E5=AD=97=20=E4=BA=BA?= =?UTF-8?q?=E5=91=98=E5=BD=95=E5=85=A5=E9=99=90=E5=88=B6=E5=8F=AA=E8=83=BD?= =?UTF-8?q?=E4=BC=A0jpg=E6=A0=BC=E5=BC=8F=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/i18n/langs/cn/laborManage/personManage.js | 3 ++- .../projectFront/laborManage/personModule/administration.vue | 2 +- src/views/resetPassword/index.vue | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/assets/i18n/langs/cn/laborManage/personManage.js b/src/assets/i18n/langs/cn/laborManage/personManage.js index 8eb45274..3a4dc722 100644 --- a/src/assets/i18n/langs/cn/laborManage/personManage.js +++ b/src/assets/i18n/langs/cn/laborManage/personManage.js @@ -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: '暂无数据', diff --git a/src/views/projectFront/laborManage/personModule/administration.vue b/src/views/projectFront/laborManage/personModule/administration.vue index 39248fe6..83c0dd37 100644 --- a/src/views/projectFront/laborManage/personModule/administration.vue +++ b/src/views/projectFront/laborManage/personModule/administration.vue @@ -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" ) { diff --git a/src/views/resetPassword/index.vue b/src/views/resetPassword/index.vue index ca6a11b8..2b71add6 100644 --- a/src/views/resetPassword/index.vue +++ b/src/views/resetPassword/index.vue @@ -59,8 +59,9 @@ +