diff --git a/public/react/src/modules/login/Otherloginqq.js b/public/react/src/modules/login/Otherloginqq.js index e8e3b73d6..30407bf3c 100644 --- a/public/react/src/modules/login/Otherloginqq.js +++ b/public/react/src/modules/login/Otherloginqq.js @@ -14,7 +14,7 @@ class Otherloginqq extends Component { let codeurl = `/auth/qq/callback`; axios.get(codeurl,{params:{ code:type[1], - redirect_uri:`https://test-newweb.educoder.net/otherloginqq` + redirect_uri:`https://${window.location.host}/otherloginqq` }}).then((result)=> { if(result){ if(result.data.status===0){