fix: bug#11369
This commit is contained in:
parent
83b9cc8dfc
commit
e1dd627601
|
@ -22,7 +22,11 @@ export const USER_CENTER_MENU_DATA = {
|
||||||
{
|
{
|
||||||
permission: 'user',
|
permission: 'user',
|
||||||
action: ['update-self-pwd']
|
action: ['update-self-pwd']
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
permission: 'system_config',
|
||||||
|
actions: ['query'],
|
||||||
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue