登录状态保持

This commit is contained in:
2025-07-21 21:57:39 +08:00
parent fa8787777e
commit ccb59b3beb

View File

@@ -92,7 +92,7 @@ router.beforeEach(async (
} }
} }
next() next('/dashboard')
}) })
export default router export default router