各类申请
This commit is contained in:
@@ -208,6 +208,14 @@ const router = createRouter({
|
||||
name: 'notifications',
|
||||
component: () => import('../views/NotificationCenterView.vue'),
|
||||
},
|
||||
{
|
||||
path: 'approvals',
|
||||
name: 'approvals',
|
||||
component: () => import('../views/ApprovalCenterView.vue'),
|
||||
meta: {
|
||||
roles: ['SuperAdmin', 'AcademicAdmin', 'CollegeAdmin', 'Counselor', 'Teacher', 'Student'],
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'student-status-changes',
|
||||
name: 'student-status-changes',
|
||||
|
||||
Reference in New Issue
Block a user