fix: 首页告警列表跳转到[基础监控]

develop
时启龙 2024-08-28 17:11:36 +08:00
parent cfda3a9f0d
commit 6611360c9b
1 changed files with 6 additions and 1 deletions

View File

@ -101,7 +101,12 @@ export default {
})
},
goPage() {
this.$router.push({ path: '/oms-web/dashbaord?redirect=/alarm/current' })
this.$router.push({
name: 'OmsDashbaord',
query: {
redirect: '/alarm/current'
}
})
}
}
}