diff --git a/src/router/index.js b/src/router/index.js index 6532a47..c4fdd4b 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -245,6 +245,14 @@ let router = new Router({ path: '/theoryExam/quesBank', component: () => import('../views/theoryExam/quesBank'), }, + { + path: '/theoryExam/knowledge', + component: () => import('../views/theoryExam/knowledge'), + }, + { + path: '/theoryExam/quesBankType', + component: () => import('../views/theoryExam/quesBankType'), + }, { path: '/404', component: () => import('../views/404.vue'), diff --git a/src/views/theoryExam/knowledge.vue b/src/views/theoryExam/knowledge.vue new file mode 100644 index 0000000..938f391 --- /dev/null +++ b/src/views/theoryExam/knowledge.vue @@ -0,0 +1,488 @@ + + + + + \ No newline at end of file diff --git a/src/views/theoryExam/quesBankType.vue b/src/views/theoryExam/quesBankType.vue new file mode 100644 index 0000000..41e28e1 --- /dev/null +++ b/src/views/theoryExam/quesBankType.vue @@ -0,0 +1,194 @@ + + + + +