diff --git a/src/views/init-home/data/baseMenu.ts b/src/views/init-home/data/baseMenu.ts index 7bd9aacf..2f749d08 100644 --- a/src/views/init-home/data/baseMenu.ts +++ b/src/views/init-home/data/baseMenu.ts @@ -22,7 +22,11 @@ export const USER_CENTER_MENU_DATA = { { permission: 'user', action: ['update-self-pwd'] - } + }, + { + permission: 'system_config', + actions: ['query'], + }, ] } ]