fix: bug#11369

This commit is contained in:
xieyonghong 2023-04-01 14:26:10 +08:00
parent 83b9cc8dfc
commit e1dd627601
1 changed files with 5 additions and 1 deletions

View File

@ -22,7 +22,11 @@ export const USER_CENTER_MENU_DATA = {
{
permission: 'user',
action: ['update-self-pwd']
}
},
{
permission: 'system_config',
actions: ['query'],
},
]
}
]