This commit is contained in:
2023-04-14 09:25:58 +08:00
parent 921ea417dd
commit 8da14bafef
10 changed files with 103 additions and 69 deletions

View File

@@ -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",
},
],
},
{