|
@@ -148,7 +148,7 @@ const Login2p: React.FC = () => {
|
|
|
验证码登录
|
|
|
</Button>
|
|
|
</Form.Item>
|
|
|
- <Form.Item style={{ textAlign: 'center' }}>
|
|
|
+ {/* <Form.Item style={{ textAlign: 'center' }}>
|
|
|
<Button
|
|
|
icon={<WechatOutlined style={{ color: '#60C84D' }} />}
|
|
|
onClick={() =>
|
|
@@ -158,7 +158,7 @@ const Login2p: React.FC = () => {
|
|
|
size="large"
|
|
|
style={{ paddingTop: '7px' }}
|
|
|
></Button>
|
|
|
- </Form.Item>
|
|
|
+ </Form.Item> */}
|
|
|
</Form>
|
|
|
</Card>
|
|
|
</Col>
|