Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
初志鑫 committed Jul 30, 2020
1 parent 65f30c9 commit 5850cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/login/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit 5850cd0

Please sign in to comment.