fix: 首页跳转

develop
时启龙 2024-09-04 18:53:04 +08:00
parent 75235c6195
commit b1ca8c7324
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ export default {
})
},
goPage() {
window.location.href = '/oms-web/dashbaord?redirect=/alarm/current'
window.location.href = '/oms-web/monitor?redirect=/alarm/current'
}
}
}