From e53bd35de56cf642a13dae07442dee669c53e3d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E5=90=AF=E9=BE=99?= Date: Fri, 8 Aug 2025 11:13:52 +0800 Subject: [PATCH] fix: modify --- src/views/login/sso.vue | 1 + 1 file changed, 1 insertion(+) 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)