mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
Merge pull request #13853 from dataease/pr@dev-v2@feat_security_menu
feat(X-Pack): 新增安全设置菜单
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
1
core/core-frontend/src/assets/svg/icon_security.svg
Normal file
1
core/core-frontend/src/assets/svg/icon_security.svg
Normal 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 |
@@ -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,
|
||||
|
||||
@@ -4144,5 +4144,8 @@ export default {
|
||||
sync_to_org: '迁移至目标组织',
|
||||
sync_org_placeholder: '请选择目标组织',
|
||||
relation_picture: '血缘关系图'
|
||||
},
|
||||
security: {
|
||||
title: '安全设置'
|
||||
}
|
||||
}
|
||||
|
||||
2
de-xpack
2
de-xpack
Submodule de-xpack updated: bb65214283...ceef8f4f12
Reference in New Issue
Block a user