fix: 修复cas单点登录
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user