Explorar el Código

fix: login

pull/66/head
Tyler Chen hace 4 años
padre
commit
a406a27a39
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      src/_pages/Layout.vue

+ 2
- 0
src/_pages/Layout.vue Ver fichero

@@ -115,6 +115,8 @@ export default {
this.$route.path === '/verifyEmail'
) {
this.$router.push('/');
} else {
this.initDefaults();
}
},
},


Cargando…
Cancelar
Guardar