From ccb59b3beb0563a69494238bbdb9cd64afa52e4f Mon Sep 17 00:00:00 2001 From: liangweihao <734499798@qq.com> Date: Mon, 21 Jul 2025 21:57:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E7=8A=B6=E6=80=81=E4=BF=9D?= =?UTF-8?q?=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/router/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/router/index.ts b/frontend/src/router/index.ts index d8ada0f..d33b393 100644 --- a/frontend/src/router/index.ts +++ b/frontend/src/router/index.ts @@ -92,7 +92,7 @@ router.beforeEach(async ( } } - next() + next('/dashboard') }) export default router \ No newline at end of file