Update from Vibe Studio

This commit is contained in:
Vibe Studio
2026-01-21 10:08:30 +00:00
parent 976704f9ec
commit 41bfc88c9d
3 changed files with 542 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ const router: RouteObject[] = [
children: [
{
path: '/',
element: LazyLoad(lazy(() => import('@/pages/home')))
element: LazyLoad(lazy(() => import('@/pages/id-card-recognition')))
},
{
path: '/test1',