|
@@ -9,6 +9,7 @@ import practiceExam from "../view/practiceExam.vue";
|
|
import offlineExam from "../view/offlineExam.vue";
|
|
import offlineExam from "../view/offlineExam.vue";
|
|
import printExam from "../view/printExam.vue";
|
|
import printExam from "../view/printExam.vue";
|
|
import offlineExamOrgSettings from "../view/offlineExamOrgSettings.vue";
|
|
import offlineExamOrgSettings from "../view/offlineExamOrgSettings.vue";
|
|
|
|
+import onlineExamOrgSettings from "../view/onlineExamOrgSettings.vue";
|
|
import Tips from "../../portal/views/tips/Tips.vue";
|
|
import Tips from "../../portal/views/tips/Tips.vue";
|
|
|
|
|
|
export default [
|
|
export default [
|
|
@@ -64,6 +65,10 @@ export default [
|
|
{
|
|
{
|
|
path: "offlineExamOrgSettings/:id",
|
|
path: "offlineExamOrgSettings/:id",
|
|
component: offlineExamOrgSettings
|
|
component: offlineExamOrgSettings
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: "onlineExamOrgSettings/:id",
|
|
|
|
+ component: onlineExamOrgSettings
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|