flx:修改忘记密码|人员录入页面文字 人员录入限制只能传jpg格式图片
This commit is contained in:
parent
dc15002725
commit
5ee8168543
@ -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: '暂无数据',
|
||||
|
||||
@ -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"
|
||||
) {
|
||||
|
||||
@ -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"
|
||||
>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user