From f1850416c81f053aecc3bdf68f6095397fb98241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=92=E8=8F=9C=E7=99=BD=E7=8E=89=E6=B1=A4?= <79054161+Azir-11@users.noreply.github.com> Date: Sat, 1 Jun 2024 13:18:44 +0800 Subject: [PATCH] chore(other): correct spell mistake (#462) --- src/router/guard/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/guard/route.ts b/src/router/guard/route.ts index fbeaaa3bf..03a5121d4 100644 --- a/src/router/guard/route.ts +++ b/src/router/guard/route.ts @@ -46,7 +46,7 @@ export function createRouteGuard(router: Router) { next({ name: rootRoute }); } }, - // if is is constant route, then it is allowed to access directly + // if it is constant route, then it is allowed to access directly { condition: !needLogin, callback: () => {