mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-06-03 08:19:15 +08:00
deploy
This commit is contained in:
parent
65f30c9119
commit
5850cd07e2
@ -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(() => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user