|
|
|
@ -533,7 +533,7 @@ class LoginDialog extends Component {
|
|
|
|
|
this.setState({
|
|
|
|
|
qqlogin:true
|
|
|
|
|
})
|
|
|
|
|
window.location.href=`https://graph.qq.com/oauth2.0/show?which=Login&display=pc&client_id=101508858&redirect_uri=https%3a%2f%2f${window.location.host}%2fotherloginstart&response_type=code`
|
|
|
|
|
window.location.href=`https://graph.qq.com/oauth2.0/show?which=Login&display=pc&client_id=101508858&redirect_uri=https%3a%2f%2f${window.location.host}%2otherloginqq&response_type=code`
|
|
|
|
|
|
|
|
|
|
// window.location.href=`https://graph.qq.com/oauth2.0/show?which=Login&display=pc&client_id=101508858&redirect_uri=https%3a%2f%2fwww.educoder.net%2fotherloginstart&tp=qq&response_type=code`
|
|
|
|
|
}
|
|
|
|
@ -668,9 +668,9 @@ class LoginDialog extends Component {
|
|
|
|
|
<a onClick={()=>this.openweixinlogin()}>
|
|
|
|
|
<img src={require('./WeChat.png')} alt="微信登录"/>
|
|
|
|
|
</a>
|
|
|
|
|
{/*<a onClick={()=>this.openqqlogin()} className={"ml10"}>*/}
|
|
|
|
|
{/*<img src={require('./qq.png')} alt="qq登录"/>*/}
|
|
|
|
|
{/*</a>*/}
|
|
|
|
|
<a onClick={()=>this.openqqlogin()} className={"ml10"}>
|
|
|
|
|
<img src={require('./qq.png')} alt="qq登录"/>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</p>:""}
|
|
|
|
|
|
|
|
|
|