Merge pull request #13853 from dataease/pr@dev-v2@feat_security_menu

feat(X-Pack): 新增安全设置菜单
This commit is contained in:
dataeaseShu
2024-12-05 13:50:01 +08:00
committed by GitHub
5 changed files with 8 additions and 1 deletions

View File

@@ -106,6 +106,7 @@ public class MenuManage {
|| coreMenu.getId().equals(60L)
|| coreMenu.getId().equals(61L)
|| coreMenu.getId().equals(80L)
|| coreMenu.getId().equals(90L)
|| coreMenu.getPid().equals(70L);
}
}

View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1733372295469" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4281" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M213.333333 736.597333l298.666667 149.333334 298.666667-149.333334V204.373333L512 171.2 213.333333 204.373333v532.224zM128 128l384-42.666667 384 42.666667v661.333333l-384 192-384-192V128z" fill="" p-id="4282"></path><path d="M341.333333 448h341.333334v85.333333H341.333333z" fill="" p-id="4283"></path><path d="M469.333333 320h85.333334v341.333333h-85.333334z" fill="" p-id="4284"></path></svg>

After

Width:  |  Height:  |  Size: 727 B

View File

@@ -19,6 +19,7 @@ import watermark from '@/assets/svg/watermark.svg'
import icon_font from '@/assets/svg/icon_font.svg'
import icon_msg_fill from '@/assets/svg/icon_msg_fill.svg'
import icon_free from '@/assets/svg/icon_free.svg'
import icon_security from '@/assets/svg/icon_security.svg'
const iconMap = {
appearance: appearance,
@@ -32,6 +33,7 @@ const iconMap = {
icon_font: icon_font,
icon_msg_fill: icon_msg_fill,
icon_free: icon_free,
icon_security,
auth: auth,
association: association,
threshold: threshold,

View File

@@ -4144,5 +4144,8 @@ export default {
sync_to_org: '迁移至目标组织',
sync_org_placeholder: '请选择目标组织',
relation_picture: '血缘关系图'
},
security: {
title: '安全设置'
}
}