修改提交人脸登录中,登录按钮的文字

This commit is contained in:
袁帅
2022-09-07 16:47:12 +08:00
parent aabb2c13fc
commit b477fc9f53

View File

@ -435,7 +435,7 @@ const Index: React.FC<{}> = () => {
<Form.Item>
{/* onClick={() => {hanleFaceSubmit(null, null);}} */}
<Button type="primary" className="w100" loading = {submitLoading} htmlType="submit">
{submitLoading?'请稍候,正在验证中...':'登 录'}
</Button>
</Form.Item>
</Form>