Личный кабинет юр лица.page + откртыие этой страницы по умолчанию после авторизации
This commit is contained in:
parent
7ae9868381
commit
c0c5680401
3 changed files with 1214 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ import {TaskNotFoundComponent} from "./../app/component/task-not-found.component
|
||||||
const webbpmRoutes: Routes = [
|
const webbpmRoutes: Routes = [
|
||||||
{
|
{
|
||||||
path: '',
|
path: '',
|
||||||
component: HomeComponent,
|
loadChildren: 'generated-sources/page-lkul.module#PagelkulModule',
|
||||||
canActivate: [AuthenticationGuard, ConfirmExitGuard],
|
canActivate: [AuthenticationGuard, ConfirmExitGuard],
|
||||||
pathMatch: 'full',
|
pathMatch: 'full',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
|
|
@ -1,2 +1,9 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<ns2:roles xmlns:ns2="http://cg.ru/web-bpm/bpm-role"/>
|
<ns2:roles xmlns:ns2="http://cg.ru/web-bpm/bpm-role">
|
||||||
|
<role>
|
||||||
|
<name>Юридическое лицо</name>
|
||||||
|
</role>
|
||||||
|
<role>
|
||||||
|
<name>Администратор</name>
|
||||||
|
</role>
|
||||||
|
</ns2:roles>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue