From 8ee717e2f5dc3053593d0f007ab6fbc05c192f4c Mon Sep 17 00:00:00 2001 From: dj <1042039504@qq.com> Date: Sun, 15 Dec 2024 15:53:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dcas=E5=8D=95=E7=82=B9?= =?UTF-8?q?=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/router/index.js b/src/router/index.js index eb533a3..9a240db 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -234,6 +234,7 @@ router.beforeEach(async (to, form, next) => { query: query })) // window.location.href = `${window.location.origin}/api/auth/cas/login` + // next({path: '/api/auth/cas/login'}) next({path: '/login'}) } } else {