Quellcode durchsuchen

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

Michael Wang vor 4 Jahren
Ursprung
Commit
27d3c010d4
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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(.*)*",