Rename LoadingMask to FullscreenLoadingMask

This commit is contained in:
2023-12-05 18:14:05 +08:00
parent d3bdbd0199
commit f19e08bdcd
9 changed files with 27 additions and 17 deletions

View File

@@ -22,7 +22,7 @@ const root: RouteJsonObject[] = [
path: 'loading',
absolutePath: '/loading',
id: 'loading',
component: React.lazy(() => import('@/components/common/LoadingMask'))
component: React.lazy(() => import('@/components/common/FullscreenLoadingMask'))
},
{
path: 'tools',