This commit is contained in:
Taric Xin
2022-01-24 14:03:52 +08:00
parent 034a3bc695
commit da62ad6fce
21 changed files with 12 additions and 761 deletions

View File

@ -28,7 +28,6 @@ const routes: Routes = [
children: [
{ path: '', redirectTo: 'dashboard', pathMatch: 'full' },
{ path: 'dashboard', component: DashboardComponent },
{ path: 'demo', loadChildren: () => import('./demo/demo.module').then(m => m.DemoModule) },
{
path: 'account',
loadChildren: () => import('./account/account.module').then(m => m.AccountModule)