fix: modify

aiops_dev
时启龙 2025-08-08 11:13:52 +08:00
parent 88c59ff076
commit e53bd35de5
1 changed files with 1 additions and 0 deletions

View File

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