This commit is contained in:
Taric Xin
2022-04-28 18:57:49 +08:00
parent 0ccd210146
commit 60c5d15564
2 changed files with 12 additions and 10 deletions

View File

@ -71,7 +71,7 @@ const routes: Routes = [
{
path: 'driver/config',
component: UserCenterComponentsDriverConfigComponent,
data: { guard: { ability: ['USERCENTER-DRIVER-CAPTAIN-list'] } }
data: { guard: { ability: ['USERCENTER-DRIVER-CONFIG-search'] } }
}
];