diff --git a/src/permission.ts b/src/permission.ts index e1b011b..e3c213f 100644 --- a/src/permission.ts +++ b/src/permission.ts @@ -25,7 +25,7 @@ router.beforeEach(async (to, from, next) => { next(); } if (to.path === "/login") { - next({ path: "/createVideo" }); + // next({ path: "/createVideo" }); } else { next(); }