强制buildSSR
All checks were successful
CI / build-and-test (push) Successful in 16m13s
CI / deploy (push) Successful in 1m47s

This commit is contained in:
SpecialX
2025-12-31 14:01:12 +08:00
parent 13e91e628d
commit 0da2eac0b4
9 changed files with 22 additions and 5 deletions

View File

@@ -4,6 +4,8 @@ import { getDemoStudentUser, getStudentHomeworkTakeData } from "@/modules/homewo
import { HomeworkTakeView } from "@/modules/homework/components/homework-take-view"
import { formatDate } from "@/shared/lib/utils"
export const dynamic = "force-dynamic"
export default async function StudentAssignmentTakePage({
params,
}: {
@@ -31,4 +33,3 @@ export default async function StudentAssignmentTakePage({
</div>
)
}