forked from Gitlink/forgeplus-react
FIX 去掉注册功能,登录改成直接跳转第三方登录链接
This commit is contained in:
parent
c8a08bbd7f
commit
288832d0ea
|
@ -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>:""}
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue