fix: modify

develop
时启龙 2024-08-28 17:38:18 +08:00
parent 2ccfc6ffa1
commit b956ef7efe
1 changed files with 1 additions and 7 deletions

View File

@ -102,13 +102,7 @@ export default {
}) })
}, },
goPage() { goPage() {
const router = useRouter() window.location.href = '/oms-web/dashbaord?redirect=/alarm/current'
router.push({
name: 'OmsDashbaord',
query: {
redirect: '/alarm/current'
}
})
} }
} }
} }