💄 Optimize webpage connections experience

This commit is contained in:
2025-08-03 12:29:12 +08:00
parent 3d236c35c9
commit e689d15688
4 changed files with 20 additions and 44 deletions

View File

@@ -55,6 +55,11 @@ const router = createRouter({
},
],
},
{
path: '/auth/callback',
name: 'authCallback',
component: () => import('../views/callback.vue'),
},
{
path: '/:notFound(.*)',
name: 'errorNotFound',