From a65dee94bcdf1a30d53e93338f8f6d378cd489b2 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 10 Nov 2022 09:59:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E4=B8=ADdebugger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/login/index.vue | 1 - 1 file changed, 1 deletion(-) 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 }) }