Browse Source

no message

xiaochan 2 months ago
parent
commit
dbef44c68d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/system/login.vue

+ 0 - 1
src/views/system/login.vue

@@ -121,7 +121,6 @@ const submit = () => {
         location.href = url.search.replace("?redirect=", "");
       } else {
         location.href = "/dashboard";
-        // router.push("/dashboard");
       }
     }
   });