diff --git a/src/mes/login/index.js b/src/mes/login/index.js index 51f6fc2..0001d3f 100644 --- a/src/mes/login/index.js +++ b/src/mes/login/index.js @@ -736,7 +736,7 @@ const FaceLoginAfterModal = props => { }} >
-
+ {configs .filter(item => item.sName !== "sPassWord") .map(item => handleGetFormItem(props, item, true))}