This commit is contained in:
Lemuel Marquez
2020-12-28 21:49:18 -06:00
parent 065561783c
commit 55564b8e8b
+1 -1
View File
@@ -29,7 +29,7 @@ export default {
!localStorage.getItem("tipoUsuario") ||
!localStorage.getItem("token")
)
this.$$router.push("/");
this.$router.push("/");
},
methods: {
cerrarSesion() {