feat(阶段1): 端到端串通,前端显示本地库真实题目
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user