fix: performance menu hidden
This commit is contained in:
@@ -1143,6 +1143,28 @@ SET
|
||||
WHERE
|
||||
`menu_id` = 2095;
|
||||
|
||||
UPDATE `omc_db`.`sys_menu`
|
||||
SET
|
||||
`menu_name` = 'menu.perf.threshold',
|
||||
`parent_id` = 2099,
|
||||
`menu_sort` = 4,
|
||||
`path` = 'perfThreshold',
|
||||
`component` = 'perfManage/perfThreshold/index',
|
||||
`is_frame` = '1',
|
||||
`is_cache` = '0',
|
||||
`menu_type` = 'M',
|
||||
`visible` = '0',
|
||||
`status` = '1',
|
||||
`perms` = 'perfManage:perfThreshold:index',
|
||||
`icon` = 'icon-zhuanrang',
|
||||
`create_by` = 'supervisor',
|
||||
`create_time` = 1700000000000,
|
||||
`update_by` = 'supervisor',
|
||||
`update_time` = 1715417264697,
|
||||
`remark` = 'menu.perf.thresholdRemark'
|
||||
WHERE
|
||||
`menu_id` = 2103;
|
||||
|
||||
-- end: remove
|
||||
|
||||
SET FOREIGN_KEY_CHECKS = 1;
|
||||
|
||||
Reference in New Issue
Block a user