feat(阶段1): 端到端串通,前端显示本地库真实题目

This commit is contained in:
2026-08-06 21:19:52 -06:00
parent ae1fb329b5
commit e6329ecabb
3 changed files with 37 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ export const ojs: RouteRecordRaw = {
component: () => import("shared/layout/default.vue"),
children: [
{ path: "", component: () => import("oj/problem/list.vue") },
{ path: "dev-problems", component: () => import("oj/dev-problems.vue") },
{
path: "problem/:problemID",
component: () => import("oj/problem/detail.vue"),