Commit 5850cd07 by 初志鑫

deploy

parent 65f30c91
...@@ -171,7 +171,7 @@ ...@@ -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(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment