|
@@ -64,13 +64,13 @@ const routes = [
|
|
|
meta: { title: "预约订单" },
|
|
|
},
|
|
|
{
|
|
|
- path: "/examNotice/:applyId",
|
|
|
+ path: "/examNotice/:applyTaskId",
|
|
|
name: "ExamNotice",
|
|
|
component: () => import("@/pages/examNotice.vue"),
|
|
|
meta: { title: "考试须知" },
|
|
|
},
|
|
|
{
|
|
|
- path: "/examGuidance/:examRoomId",
|
|
|
+ path: "/examGuidance/:examSiteId",
|
|
|
name: "ExamGuidance",
|
|
|
component: () => import("@/pages/examGuidance.vue"),
|
|
|
meta: { title: "考场引导" },
|