fix: 修改跳转地址

develop
sqlnice 2024-09-05 22:07:03 +08:00
parent 01406890f5
commit 36488fe428
1 changed files with 1 additions and 2 deletions

View File

@ -46,7 +46,6 @@ import 重要 from './images/警告级别-重要.png'
import 次要 from './images/警告级别-次要.png'
import 常规 from './images/警告级别-常规.png'
import dayjs from 'utils/day'
import { useRouter } from '@cmp/cmp-core'
export default {
components: { ItemCard },
data() {
@ -109,7 +108,7 @@ export default {
})
},
goPage() {
window.location.href = '/oms-web/monitor?redirect=/alarm/current'
window.location.href = '/oms-web//alarm/current'
}
}
}