Browse Source

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

Michael Wang 4 năm trước cách đây
mục cha
commit
27d3c010d4
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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(.*)*",