diff --git a/webs/sms-web/src/views/configs/setting_dashboard/new_dashboard_component/WarningList.vue b/webs/sms-web/src/views/configs/setting_dashboard/new_dashboard_component/WarningList.vue index f5cbda9..77d8ef2 100644 --- a/webs/sms-web/src/views/configs/setting_dashboard/new_dashboard_component/WarningList.vue +++ b/webs/sms-web/src/views/configs/setting_dashboard/new_dashboard_component/WarningList.vue @@ -101,7 +101,12 @@ export default { }) }, goPage() { - this.$router.push({ path: '/oms-web/dashbaord?redirect=/alarm/current' }) + this.$router.push({ + name: 'OmsDashbaord', + query: { + redirect: '/alarm/current' + } + }) } } }