diff --git a/src/views/login/sso.vue b/src/views/login/sso.vue index 6d92ab0..4422b41 100644 --- a/src/views/login/sso.vue +++ b/src/views/login/sso.vue @@ -14,6 +14,7 @@ const description = ref('') const init = async () => { // sso?ticket=11&redirect=/cop-web/host-resource/vm const { token, ticket, redirect = '/home' } = route.query + console.log(route.query) const path = decodeURIComponent(redirect as string) if (token) { setToken(token as string)