Sfoglia il codice sorgente

修改clever登录

dusenyao 10 mesi fa
parent
commit
d249cdd203
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/clever/index.vue

+ 1 - 1
src/views/clever/index.vue

@@ -14,7 +14,7 @@ export default {
 // 跳转到 clever 登录
 function jumpClever() {
   window.location.href =
-    'https://clever.com/oauth/instant-login?client_id=58ca6cd43a9f74ca351f&district_id=6669bc2b2ec76e8dc661681e';
+    'https://clever.com/oauth/authorize?response_type=code&redirect_uri=https%3A%2F%2Fgcls.helxsoft.cn&client_id=58ca6cd43a9f74ca351f';
 }
 </script>