congzc il y a 1 an
Parent
révision
cf80e02923
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/permission.ts

+ 1
- 1
src/permission.ts Voir le fichier

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


Chargement…
Annuler
Enregistrer