fix: update performance menu to unvisible

This commit is contained in:
2024-04-25 15:36:06 +08:00
parent 65d93d4e45
commit 83ba655a7f
3 changed files with 7 additions and 7 deletions

View File

@@ -703,7 +703,7 @@ SET
`is_frame` = '1',
`is_cache` = '1',
`menu_type` = 'M',
`visible` = '1',
`visible` = '0',
`status` = '1',
`perms` = 'perfManage:taskManage:index',
`icon` = 'icon-wofaqi',
@@ -725,7 +725,7 @@ SET
`is_frame` = '1',
`is_cache` = '1',
`menu_type` = 'M',
`visible` = '1',
`visible` = '0',
`status` = '1',
`perms` = 'perfManage:perfData:index',
`icon` = 'icon-soutubiao',
@@ -747,7 +747,7 @@ SET
`is_frame` = '1',
`is_cache` = '0',
`menu_type` = 'M',
`visible` = '1',
`visible` = '0',
`status` = '1',
`perms` = 'perfManage:perfThreshold:index',
`icon` = 'icon-zhuanrang',