소스 검색

clever 登录

dusenyao 9 달 전
부모
커밋
216ad0bb08
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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/authorize?response_type=code&redirect_uri=https%3A%2F%2Fgcls.helxsoft.cn%2F%23%2F&client_id=109504315cb1f90dd6cd';
+    'https://clever.com/oauth/instant-login?client_id=109504315cb1f90dd6cd&district_id=6669bc2b2ec76e8dc661681e';
 }
 </script>