This commit is contained in:
kochetkov 2024-11-07 16:40:39 +03:00
parent 6f676a4de1
commit 996824e2ca
2 changed files with 2 additions and 3 deletions

View file

@ -57,7 +57,7 @@
"reflect-metadata": "0.1.13", "reflect-metadata": "0.1.13",
"rxjs": "6.4.0", "rxjs": "6.4.0",
"rxjs-compat": "6.4.0", "rxjs-compat": "6.4.0",
"selectize": "0.12.4-cg.10", "selectize": "0.12.4-cg.11",
"systemjs": "0.21.4", "systemjs": "0.21.4",
"systemjs-plugin-babel": "0.0.25", "systemjs-plugin-babel": "0.0.25",
"tslib": "1.9.3", "tslib": "1.9.3",

View file

@ -15,10 +15,9 @@ const webbpmRoutes: Routes = [
}, },
{ {
path: '', path: '',
loadChildren: 'generated-sources/page-main.module#PagemainModule', loadChildren: 'generated-sources/page-conversion.module#PageconversionModule',
canActivate: [ConfirmExitGuard, RolesGuard], canActivate: [ConfirmExitGuard, RolesGuard],
pathMatch: 'full', pathMatch: 'full',
}, },
{ {
path: '**', path: '**',