diff --git a/src/router/index.ts b/src/router/index.ts index fdc7559..f94c403 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -87,8 +87,6 @@ router.beforeEach(async (to, from, next) => { if (!checkAuthen && to.meta.Auth) { router.push({ name: "loginMain" }); } - } else { - next(); } next(); });