sys5923812@126.com 1 month atrás
parent
commit
723a3a49a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/login.vue

+ 1 - 1
src/views/login.vue

@@ -129,7 +129,7 @@
     }
 
     function handleLogin3() {
-        router.push({path: redirect.value || "/", query: otherQueryParams})
+        router.push({path: "/index"})
     }
 
     handleLogin3()