|
@@ -67,7 +67,7 @@ export default {
|
|
|
const client_id = '101322838'
|
|
|
url = `https://graph.qq.com/oauth2.0/authorize?response_type=code&state=QQ-LOGIN&client_id=${client_id}&redirect_uri=${redirect_uri}`
|
|
|
} else if (thirdpart === 'gitee') {
|
|
|
- const client_id = 'c771eff6cf10c5353bc60eaf0c4a265ebdb91750e2fc844b61dbf75ace702723'
|
|
|
+ const client_id = '235ce26bbc59565b82c989aa3a407ce844cf59a7c5e0f9caa9bb3bf32cee5952'
|
|
|
url = `https://gitee.com/oauth/authorize?response_type=code&client_id=${client_id}&state=GITEE-LOGIN&redirect_uri=${redirect_uri}`
|
|
|
} else if (thirdpart === 'osc') {
|
|
|
const client_id = 'uLJ41IGu7qAGmzSVHwF4'
|