fix: 修改跳转地址
parent
01406890f5
commit
36488fe428
|
@ -46,7 +46,6 @@ import 重要 from './images/警告级别-重要.png'
|
||||||
import 次要 from './images/警告级别-次要.png'
|
import 次要 from './images/警告级别-次要.png'
|
||||||
import 常规 from './images/警告级别-常规.png'
|
import 常规 from './images/警告级别-常规.png'
|
||||||
import dayjs from 'utils/day'
|
import dayjs from 'utils/day'
|
||||||
import { useRouter } from '@cmp/cmp-core'
|
|
||||||
export default {
|
export default {
|
||||||
components: { ItemCard },
|
components: { ItemCard },
|
||||||
data() {
|
data() {
|
||||||
|
@ -109,7 +108,7 @@ export default {
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
goPage() {
|
goPage() {
|
||||||
window.location.href = '/oms-web/monitor?redirect=/alarm/current'
|
window.location.href = '/oms-web//alarm/current'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue