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 {