初志鑫 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 === "/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(() => {