dusenyao 9 mēneši atpakaļ
vecāks
revīzija
f1ccc07b5a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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%2FGCLS-Learn%2F%23%2Flogin&client_id=109504315cb1f90dd6cd';
+    'https://clever.com/oauth/authorize?response_type=code&redirect_uri=https%3A%2F%2Fgcls.helxsoft.cn%2F%23%2F&client_id=109504315cb1f90dd6cd';
 }
 </script>