|
@@ -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('this.redirect_uri');
|
|
|
+ if (this.redirect_uri) this.$router.push(this.redirect_uri);
|
|
|
else if (!this.is_dev) this.toIndex();
|
|
|
},
|
|
|
computed: {
|