congzc пре 2 година
родитељ
комит
cf80e02923
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/permission.ts

+ 1
- 1
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();
}


Loading…
Откажи
Сачувај