Browse Source

微信扫码登录隐藏

lwei 1 year ago
parent
commit
6ab1b34fc8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Login2p/Login2p.tsx

+ 2 - 2
src/Login2p/Login2p.tsx

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