|
|
@@ -85,7 +85,7 @@ export default {
|
|
|
methods: {
|
|
|
async loginAction() {
|
|
|
window.location = `http://p.seecoder.cn/api/interaction?scope=openid&client_id=seec-seec&redirect_uri=${encodeURI(
|
|
|
- "http://seec.seecoder.cn/api/auth/receive"
|
|
|
+ "http://seecoder-ii-pool.seec.seecoder.cn/api/auth/receive"
|
|
|
)}`;
|
|
|
// if (this.submitting) return;
|
|
|
|