sys5923812@126.com 1 月之前
父节点
当前提交
723a3a49a5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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()