congzc 2 anni fa
parent
commit
cf80e02923
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/permission.ts

+ 1
- 1
src/permission.ts Vedi File

@@ -25,7 +25,7 @@ router.beforeEach(async (to, from, next) => {
next();
}
if (to.path === "/login") {
next({ path: "/createVideo" });
// next({ path: "/createVideo" });
} else {
next();
}


Caricamento…
Annulla
Salva