FIX 去掉注册功能,登录改成直接跳转第三方登录链接

This commit is contained in:
jasder duan 2023-05-31 17:25:57 +08:00
parent c8a08bbd7f
commit 288832d0ea
1 changed files with 1 additions and 2 deletions

View File

@ -994,8 +994,7 @@ class LoginRegisterComponent extends Component {
<div>
{weixinlogin===false&&this.props.weixinlogin===undefined?<Menu mode="horizontal" selectedKeys={tab} onClick={this.changeTab} className="mt20">
<Menu.Item key="0" className={tab===0?"active font-18":"font-18"} > 登录</Menu.Item>
<Menu.Item key="1" className={tab===1?"active font-18 ":"font-18 "} style={{marginLeft:"10px"}} >注册</Menu.Item>
<Menu.Item key="1" className={tab===1?"active font-18 ":"font-18 "} style={{marginLeft:"10px"}} >登录</Menu.Item>
</Menu>:""}
{