소스 검색

router: 评卷管理-任务管理-轨迹图

Michael Wang 4 년 전
부모
커밋
27d3c010d4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/router/index.ts

+ 2 - 2
src/router/index.ts

@@ -25,8 +25,8 @@ const routes = [
     component: () => import("@/features/library/quality/Quality.vue"),
   },
   {
-    path: "/admin/exam/library/inspected/start",
-    component: () => import("@/features/library/inspect/LibraryInspect.vue"),
+    path: "/admin/exam/track/library",
+    component: () => import("@/features/library/libraryTrack/LibraryTrack.vue"),
   },
   {
     path: "/:pathMatch(.*)*",