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 @@
+