From 949dd1f7f09a8ea0554fbe63970f606821ed0617 Mon Sep 17 00:00:00 2001 From: Ironsp <1522278303@qq.com> Date: Tue, 26 May 2026 14:10:42 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E8=B7=AF=E7=94=B1=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 343f47f..233a651 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -219,7 +219,7 @@ const refresh = () => { }; const goToWarningList = () => { - router.push('/warningList/list'); + router.push('/WarningList/WarningList/list'); };