初志鑫 4 gadi atpakaļ
vecāks
revīzija
5850cd07e2
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/views/login/index.vue

+ 1 - 1
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(() => {