diff --git a/frontend/src/views/login/index.vue b/frontend/src/views/login/index.vue index 71fb07c317..3dd8fda949 100644 --- a/frontend/src/views/login/index.vue +++ b/frontend/src/views/login/index.vue @@ -348,7 +348,6 @@ export default { } if (this.loginTypes.includes(3) && this.defaultType === 3) { casLoginPage().then(res => { - debugger window.location.href = res.data }) }