Commit d9bc992f033f2d0624a86ade350cefbd1246857b
1 parent
b546bc474a
Exists in
master
and in
1 other branch
minor change
Showing
1 changed file
with
0 additions
and
14 deletions
Show diff stats
src/api/menu.js
... | ... | @@ -426,20 +426,6 @@ const parentMenu = [{ |
426 | 426 | { name: 'courseAttendance', title: 'View Course Attendance', component: 'View Course Attendance', action: '', }, |
427 | 427 | ] |
428 | 428 | }, |
429 | - // { | |
430 | - // path: '/CourseAttendance/:id', | |
431 | - // meta: {}, | |
432 | - // name: 'View Course Attendance', | |
433 | - // props: (route) => ({ | |
434 | - // type: route.query.type | |
435 | - // }), | |
436 | - // component: () => | |
437 | - // import( | |
438 | - // /* webpackChunkName: "routes" */ | |
439 | - // /* webpackMode: "lazy-once" */ | |
440 | - // `@/pages/Attendence/viewCourseAttendance.vue` | |
441 | - // ) | |
442 | - // }, | |
443 | 429 | ]; |
444 | 430 | // reorder menu |
445 | 431 | // Menu.forEach((item) => { | ... | ... |