Hide LoginDialog

This commit is contained in:
sylor_huang@126.com 2020-08-19 18:18:03 +08:00
parent ad3fe09cfb
commit 0922df3875
1 changed files with 2 additions and 2 deletions

View File

@ -580,9 +580,9 @@ class LoginDialog extends Component {
<label htmlFor="p_autolog" style={{ top: '0px' }}>下次自动登录</label>
</span>
<span className="fr">
<a onClick={(url) => this.getloginurl("https://www.trustie.net/account/lost_password")}
<a onClick={(url) => this.getloginurl("http://39.105.176.215/account/lost_password")}
className="mr3 color-grey-9">找回密码</a><em className="vertical-line"></em>
<a onClick={(url) => this.getloginurl("https://www.trustie.net/login?login=false")} className="color-grey-9">注册</a>
<a onClick={(url) => this.getloginurl("http://39.105.176.215/user_join")} className="color-grey-9">注册</a>
</span>
</p>