强制buildSSR
This commit is contained in:
@@ -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>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user