@@ -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>