From e1dd6276019b4a1489cc24b6629203bc1e50bea2 Mon Sep 17 00:00:00 2001 From: xieyonghong <18010623010@163.com> Date: Sat, 1 Apr 2023 14:26:10 +0800 Subject: [PATCH] fix: bug#11369 --- src/views/init-home/data/baseMenu.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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'], + }, ] } ]