fix: 修复cas单点登录

This commit is contained in:
dj
2024-12-15 15:53:50 +08:00
parent 4fa288ce22
commit 8ee717e2f5

View File

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