lrf402788946 hace 4 años
padre
commit
394bd97887
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/login.vue

+ 1 - 1
src/views/login.vue

@@ -25,7 +25,7 @@ export default {
     console.log(user);
     localStorage.setItem('user', JSON.stringify(user));
     this.$toast.clear();
-    if (redirect_uri) this.$router.push({ path: this.redirect_uri });
+    if (this.redirect_uri) this.$router.push({ path: this.redirect_uri });
     else if (!this.is_dev) this.toIndex();
   },
   computed: {