diff --git a/hw-ui/src/views/login.vue b/hw-ui/src/views/login.vue index 7ab8d6d..5b1debf 100644 --- a/hw-ui/src/views/login.vue +++ b/hw-ui/src/views/login.vue @@ -213,7 +213,7 @@ export default { } // this.$router.push({path: this.redirect || "/"}).catch(() => { // }); - this.$router.push({path: routeData.route || this.redirect || "/"}).catch(() => { + this.$router.push({path: routeData.route || this.redirect || "/",query:{}}).catch(() => { }); }).catch(() => { this.loading = false;