diff --git a/src/oj/contest/components/ContestMenu.vue b/src/oj/contest/components/ContestMenu.vue new file mode 100644 index 0000000..f955072 --- /dev/null +++ b/src/oj/contest/components/ContestMenu.vue @@ -0,0 +1,54 @@ + + + + + + 比赛题目 + + + 提交信息 + + + 比赛排名 + + + + 菜单 + + + + diff --git a/src/oj/contest/detail.vue b/src/oj/contest/detail.vue index a9f240f..64a1181 100644 --- a/src/oj/contest/detail.vue +++ b/src/oj/contest/detail.vue @@ -1,50 +1,25 @@ @@ -61,40 +36,7 @@ const options = computed(() => [ - - - - 比赛题目 - - - 提交信息 - - - 比赛排名 - - - 管理员助手 - - - - 菜单 - - + - - - - diff --git a/src/routes.ts b/src/routes.ts index 18e6d04..99d3f8a 100644 --- a/src/routes.ts +++ b/src/routes.ts @@ -56,13 +56,6 @@ export const routes: RouteRecordRaw[] = [ meta: { requiresAuth: true }, name: "contest rank", }, - { - path: "helper", - component: () => import("oj/contest/pages/helper.vue"), - props: true, - meta: { requiresAuth: true }, - name: "contest helper", - }, ], }, {