contest problem list.

This commit is contained in:
2023-03-21 14:56:16 +08:00
parent 4af5a28c03
commit 658c60998b
6 changed files with 60 additions and 24 deletions

View File

@@ -16,7 +16,7 @@ function goEdit() {
function goEditProblems() {
router.push({
name: "admin contest problems",
name: "admin contest problem list",
params: { contestID: props.contest.id },
})
}