fix: 首页告警列表跳转到[基础监控]
parent
cfda3a9f0d
commit
6611360c9b
|
@ -101,7 +101,12 @@ export default {
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
goPage() {
|
goPage() {
|
||||||
this.$router.push({ path: '/oms-web/dashbaord?redirect=/alarm/current' })
|
this.$router.push({
|
||||||
|
name: 'OmsDashbaord',
|
||||||
|
query: {
|
||||||
|
redirect: '/alarm/current'
|
||||||
|
}
|
||||||
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue