调整dashboard项目结构

This commit is contained in:
mlogclub
2026-04-24 11:27:49 +08:00
parent eb353cbbc8
commit 5fa30d29ef
88 changed files with 71 additions and 40 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export function LoginForm({
const nextPath = searchParams.get("next")
const wxworkError = searchParams.get("wxworkError")
const redirectPath =
nextPath && nextPath.startsWith("/") ? nextPath : "/"
nextPath && nextPath.startsWith("/") ? nextPath : "/dashboard"
useEffect(() => {
if (session) {