diff --git a/src/views/login/index.vue b/src/views/login/index.vue index fd12d27..a1b23c5 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -171,7 +171,7 @@ this.redirect === "/404" || this.redirect === "/401" ? "/" : this.redirect; - this.$router.push(sssrouterPath).catch(() => {}); + this.$router.push(routerPath).catch(() => {}); this.loading = false; }) .catch(() => {