lrf402788946 4 năm trước cách đây
mục cha
commit
7e0e3c7679
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 (this.redirect_uri) this.$router.push({ path: this.redirect_uri });
+    if (this.redirect_uri) this.$router.push('this.redirect_uri');
     else if (!this.is_dev) this.toIndex();
   },
   computed: {