初志鑫 пре 4 година
родитељ
комит
5850cd07e2
1 измењених фајлова са 1 додато и 1 уклоњено
  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(() => {