fix: performance menu hidden

This commit is contained in:
2024-05-11 16:53:19 +08:00
parent f665656f86
commit 8eab3953ab
3 changed files with 46 additions and 2 deletions

View File

@@ -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;