Optimize directory structure. Optimize Slogan.

This commit is contained in:
2023-09-13 00:54:40 +08:00
parent a01fd4fed7
commit c7bc23e5eb
18 changed files with 91 additions and 60 deletions

View File

@@ -13,7 +13,7 @@ const routes: RouteObject[] = [
{
path: '/loading',
id: 'loading',
Component: React.lazy(() => import('@/components/LoadingMask'))
Component: React.lazy(() => import('@/components/common/LoadingMask'))
},
{
path: '',
@@ -23,7 +23,7 @@ const routes: RouteObject[] = [
{
path: '',
id: 'home',
Component: React.lazy(() => import('@/components/Home')),
Component: React.lazy(() => import('@/components/home')),
handle: {
name: '主页',
menu: true,