From 6611360c9bfebee41df7a26a1068d3eeae9d8240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E5=90=AF=E9=BE=99?= Date: Wed, 28 Aug 2024 17:11:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A6=96=E9=A1=B5=E5=91=8A=E8=AD=A6?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E8=B7=B3=E8=BD=AC=E5=88=B0[=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E7=9B=91=E6=8E=A7]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../new_dashboard_component/WarningList.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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' + } + }) } } }