feat 路由跳转

This commit is contained in:
Ironsp
2026-05-26 14:10:42 +08:00
parent 64d60b27dc
commit 949dd1f7f0

View File

@@ -219,7 +219,7 @@ const refresh = () => {
};
const goToWarningList = () => {
router.push('/warningList/list');
router.push('/WarningList/WarningList/list');
};
</script>