feat: notification页面

This commit is contained in:
2026-04-23 09:39:12 +08:00
parent cce310c2dc
commit 751cd1aa1f
6 changed files with 427 additions and 1 deletions

View File

@@ -29,6 +29,11 @@ const router = createRouter({
component: () => import('@/views/setting/index.vue'),
meta: { cache: true }
},
{
path: '/notifications',
name: 'notifications',
component: () => import('@/views/notifications/index.vue')
},
{
path: '/:pathMatch(.*)',
name: '404',