|
@@ -3,6 +3,11 @@ import student from "../view/student.vue";
|
|
import examStudentImport from "../view/examStudentImport.vue";
|
|
import examStudentImport from "../view/examStudentImport.vue";
|
|
import examStudent from "../view/examStudent.vue";
|
|
import examStudent from "../view/examStudent.vue";
|
|
import examInfo from "../view/examInfo.vue";
|
|
import examInfo from "../view/examInfo.vue";
|
|
|
|
+import traditionExam from "../view/traditionExam.vue";
|
|
|
|
+import onlineExam from "../view/onlineExam.vue";
|
|
|
|
+import practiceExam from "../view/practiceExam.vue";
|
|
|
|
+import offlineExam from "../view/offlineExam.vue";
|
|
|
|
+import printExam from "../view/printExam.vue";
|
|
|
|
|
|
export default [
|
|
export default [
|
|
{
|
|
{
|
|
@@ -29,6 +34,26 @@ export default [
|
|
path: "examInfo", //考试管理
|
|
path: "examInfo", //考试管理
|
|
meta: { pageName: "考试管理" },
|
|
meta: { pageName: "考试管理" },
|
|
component: examInfo
|
|
component: examInfo
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: "traditionExam/:id",
|
|
|
|
+ component: traditionExam
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: "onlineExam/:id",
|
|
|
|
+ component: onlineExam
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: "practiceExam/:id",
|
|
|
|
+ component: practiceExam
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: "printExam/:id",
|
|
|
|
+ component: printExam
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: "offlineExam/:id",
|
|
|
|
+ component: offlineExam
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|