Merge pull request #8338 from dataease/pr@dev-v2@perf__watermark_menu

perf(X-Pack): 水印菜单移到系统设置
This commit is contained in:
fit2cloud-chenyw 2024-03-05 14:43:15 +08:00 committed by GitHub
commit fd1c6ea5ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,6 +99,7 @@ public class MenuManage {
|| coreMenu.getId().equals(26L)
|| coreMenu.getId().equals(27L)
|| coreMenu.getId().equals(35L)
|| coreMenu.getId().equals(40L);
|| coreMenu.getId().equals(40L)
|| coreMenu.getId().equals(50L);
}
}