SUPPORT-9129: Fix
This commit is contained in:
parent
d1716cd9c8
commit
acbee1f441
5 changed files with 2 additions and 139 deletions
|
|
@ -5,11 +5,6 @@ import {RolesGuard} from "./guard/RolesGuard";
|
|||
|
||||
|
||||
const appRoutes: Routes = [
|
||||
{
|
||||
path: 'home',
|
||||
loadChildren: 'generated-sources/page-home.module#PagehomeModule',
|
||||
canActivate: [ConfirmExitGuard, RolesGuard]
|
||||
},
|
||||
{
|
||||
path: 'app_list',
|
||||
loadChildren: 'generated-sources/page-app_list.module#Pageapp_listModule',
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ const webbpmRoutes: Routes = [
|
|||
},
|
||||
{
|
||||
path: '',
|
||||
loadChildren: 'generated-sources/page-home.module#PagehomeModule',
|
||||
loadChildren: 'generated-sources/page-app_list.module#Pageapp_listModule',
|
||||
canActivate: [ConfirmExitGuard, RolesGuard],
|
||||
pathMatch: 'full',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ const webbpmRoutes: Routes = [
|
|||
},
|
||||
{
|
||||
path: '',
|
||||
loadChildren: 'generated-sources/page-home.module#PagehomeModule',
|
||||
loadChildren: 'generated-sources/page-app_list.module#Pageapp_listModule',
|
||||
canActivate: [ConfirmExitGuard, RolesGuard],
|
||||
pathMatch: 'full',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue