This commit is contained in:
初志鑫 2020-07-30 15:25:33 +08:00
parent 65f30c9119
commit 5850cd07e2

View File

@ -171,7 +171,7 @@
this.redirect === "/404" || this.redirect === "/401" this.redirect === "/404" || this.redirect === "/401"
? "/" ? "/"
: this.redirect; : this.redirect;
this.$router.push(sssrouterPath).catch(() => {}); this.$router.push(routerPath).catch(() => {});
this.loading = false; this.loading = false;
}) })
.catch(() => { .catch(() => {