congzc 2 vuotta sitten
vanhempi
commit
cf80e02923
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/permission.ts

+ 1
- 1
src/permission.ts Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna