From b1ca8c7324811235f5472810a84d372a767fc62b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E5=90=AF=E9=BE=99?= Date: Wed, 4 Sep 2024 18:53:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A6=96=E9=A1=B5=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../setting_dashboard/new_dashboard_component/WarningList.vue | 2 +- 1 file changed, 1 insertion(+), 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 c91b683..3f631d0 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 @@ -109,7 +109,7 @@ export default { }) }, goPage() { - window.location.href = '/oms-web/dashbaord?redirect=/alarm/current' + window.location.href = '/oms-web/monitor?redirect=/alarm/current' } } }