diff --git a/src/pages/modules/login/login.vue b/src/pages/modules/login/login.vue index e74993d..8de1a62 100644 --- a/src/pages/modules/login/login.vue +++ b/src/pages/modules/login/login.vue @@ -158,7 +158,7 @@ export default { this.$store.dispatch('userInfo', JSON.stringify(obj)) this.$store.dispatch('setLoginInfo', {username: this.username, password: this.password}) this.hide() - this.$router.push('/index/home') + this.$router.push('/mini/home') } else { this.Dialog(res.desc) }