This commit is contained in:
Taric Xin
2022-05-05 18:02:41 +08:00
parent 69041b829b
commit c015f249a8
3 changed files with 50 additions and 41 deletions

View File

@ -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'] } } },
{