Личный кабинет юр лица.page + откртыие этой страницы по умолчанию после авторизации

This commit is contained in:
Булат Хайруллин 2024-06-13 14:22:26 +03:00
parent 7ae9868381
commit c0c5680401
3 changed files with 1214 additions and 2 deletions

View file

@ -14,7 +14,7 @@ import {TaskNotFoundComponent} from "./../app/component/task-not-found.component
const webbpmRoutes: Routes = [
{
path: '',
component: HomeComponent,
loadChildren: 'generated-sources/page-lkul.module#PagelkulModule',
canActivate: [AuthenticationGuard, ConfirmExitGuard],
pathMatch: 'full',
},

View file

@ -1,2 +1,9 @@
<?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>