UI
This commit is contained in:
@ -44,7 +44,8 @@ const routes: Routes = [
|
||||
},
|
||||
{
|
||||
path: 'freight/config',
|
||||
component: FreightConfigComponent
|
||||
component: FreightConfigComponent,
|
||||
data: { guard: { ability: ['USERCENTER-FREIGHT-CONFIG-list'] } }
|
||||
},
|
||||
{ path: 'freight/user', component: FreightComponentsUserComponent, data: { guard: { ability: ['USERCENTER-FREIGHT-USER-list'] } } },
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user