diff --git a/src/views/login/index.vue b/src/views/login/index.vue index b7b4c48c..68be1972 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -182,7 +182,7 @@ export default { this.$store.dispatch('user/login', this.loginForm) .then(() => { this.$router.push({ - path: this.redirect || '/', + path: this.redirect || '/documentation', query: this.otherQuery }, () => {}) })