Skip to content

Commit

Permalink
feat: ✨ 测试
Browse files Browse the repository at this point in the history
  • Loading branch information
G committed Dec 27, 2023
1 parent 0d4e8f3 commit 0054117
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/admin/src/router/routes/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ const HomeRoute: RouteObject = {
children: [
{
path: '',
element: LazyLoad(lazy(() => import('@/views/home/index'))),
element: LazyLoad(
lazy(() => {
return import('@/views/home/index');
}),
),
meta: {
title: '首页',
key: 'home',
Expand Down

0 comments on commit 0054117

Please sign in to comment.