fix: 修改跳转地址

develop
sqlnice 2024-09-05 22:07:16 +08:00
parent 36488fe428
commit 663adbf759
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ export default {
})
},
goPage() {
window.location.href = '/oms-web//alarm/current'
window.location.href = '/oms-web/alarm/current'
}
}
}