This commit is contained in:
Lingzi
2022-03-28 10:02:34 +08:00
parent c1fb620227
commit 5693c85f30
11 changed files with 133 additions and 7 deletions

View File

@ -74,8 +74,8 @@ const routes: Routes = [
{
path: 'download',
loadChildren: () => import('./download/download.module').then(m => m.DownloadModule)
}
]
},
{ path: 'datatable', loadChildren: () => import('./datatable/datatable.module').then((m) => m.DatatableModule) },]
},
// passport
{
@ -100,4 +100,4 @@ const routes: Routes = [
],
exports: [RouterModule]
})
export class RouteRoutingModule {}
export class RouteRoutingModule { }