From 49ad5f62388a2bbe8392bbb4ef735f536adee023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Wed, 7 Aug 2024 17:08:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=B3=E8=BD=AC=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hw-ui/src/views/login.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;