diff --git a/nkebao/src/router/index.tsx b/nkebao/src/router/index.tsx index 2c7c0311..87779623 100644 --- a/nkebao/src/router/index.tsx +++ b/nkebao/src/router/index.tsx @@ -36,7 +36,12 @@ const routes = allRoutes.map(wrapWithPermission); const AppRoutes = () => useRoutes(routes); const AppRouter: React.FC = () => ( - + );