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'); };