fix: update performance menu to unvisible
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user