Change css to scss

This commit is contained in:
2023-09-05 21:35:27 +08:00
parent 9bab2d5c0b
commit 75e872127c
13 changed files with 260 additions and 347 deletions

View File

@@ -12,15 +12,8 @@ const routes: RouteObject[] = [
},
{
path: '',
id: 'manager',
id: 'home',
Component: React.lazy(() => import('@/pages/Home')),
children: [
{
id: 'manager-sub',
path: 'sub',
Component: React.lazy(() => import('@/pages/Home'))
}
],
handle: {
auth: false
}