统一通知中心

This commit is contained in:
2026-07-25 15:50:00 +08:00 Unverified
parent 13b61f191a
commit 2c6103d3ae
8 changed files with 552 additions and 144 deletions
+5
View File
@@ -197,6 +197,11 @@ const router = createRouter({
roles: ['SuperAdmin', 'AcademicAdmin', 'CollegeAdmin', 'Teacher'],
},
},
{
path: 'notifications',
name: 'notifications',
component: () => import('../views/NotificationCenterView.vue'),
},
{
path: 'student-status-changes',
name: 'student-status-changes',