From 8204c668fe02ff655567fc129b70e9ee7709b75f Mon Sep 17 00:00:00 2001 From: Ned Palacios Date: Mon, 4 Dec 2023 11:14:45 +0800 Subject: [PATCH] feat: disable evaluation for now --- src/main/router.ts | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/main/router.ts b/src/main/router.ts index 8294ab8..7ecd792 100644 --- a/src/main/router.ts +++ b/src/main/router.ts @@ -200,21 +200,21 @@ const router = createRouter({ } } }, - { - name: 'course-evaluation-app', - path: '/apps/course-evaluation', - component: () => import('./pages/Apps/Evaluation.vue'), - meta: { - pageTitle: 'Course Evaluation', - navLink: { - group: 'Apps', - title: 'Course Evaluation', - order: 8, - icon: IconFeedbackOutline, - activeIcon: IconFeedback, - } - } - }, + // { + // name: 'course-evaluation-app', + // path: '/apps/course-evaluation', + // component: () => import('./pages/Apps/Evaluation.vue'), + // meta: { + // pageTitle: 'Course Evaluation', + // navLink: { + // group: 'Apps', + // title: 'Course Evaluation', + // order: 8, + // icon: IconFeedbackOutline, + // activeIcon: IconFeedback, + // } + // } + // }, { name: 'online-enrollment-app', path: '/apps/online-enrollment',