From 663adbf75972936537aa0a090303e41e7ee11f83 Mon Sep 17 00:00:00 2001 From: sqlnice <472252510@qq.com> Date: Thu, 5 Sep 2024 22:07:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= 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 547b44e..bfdb0d8 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 @@ -108,7 +108,7 @@ export default { }) }, goPage() { - window.location.href = '/oms-web//alarm/current' + window.location.href = '/oms-web/alarm/current' } } }