страница по умолчанию main
This commit is contained in:
parent
c3c18d772a
commit
effe95e0d1
3 changed files with 6 additions and 2 deletions
|
|
@ -60,6 +60,10 @@ const appRoutes: Routes = [
|
|||
component: TaskListComponent,
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: 'main',
|
||||
loadChildren: 'generated-sources/page-main.module#PagemainModule',
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ import {TaskNotFoundComponent} from "./../app/component/task-not-found.component
|
|||
const webbpmRoutes: Routes = [
|
||||
{
|
||||
path: '',
|
||||
component: HomeComponent,
|
||||
loadChildren: 'generated-sources/page-main.module#PagemainModule',
|
||||
canActivate: [AuthenticationGuard, ConfirmExitGuard],
|
||||
pathMatch: 'full',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<xmlPage>
|
||||
<id>c4fabfee-a26b-430e-94d6-931ab0e441fc</id>
|
||||
<id>main</id>
|
||||
<versions>
|
||||
<studioVersion>3.172.3</studioVersion>
|
||||
<packageVersions>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue