Browse Source

clever 登录

dusenyao 8 tháng trước cách đây
mục cha
commit
216ad0bb08
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>