CN-1567 去掉左侧的Location Intelligence菜单

This commit is contained in:
hyx
2024-02-22 11:05:37 +08:00
parent fe14a790a5
commit d68ba693cc

View File

@@ -337,7 +337,7 @@ export default {
return this.$store.getters.menuList.find(menu => menu.code === 'locationIntelligence')
},
otherMenu () {
return this.$store.getters.menuList.filter(menu => ['networkAnalytics', 'I18N', 'entityDetail', 'entityGraph', 'detectionPolicy'].indexOf(menu.code) === -1)
return this.$store.getters.menuList.filter(menu => ['locationIntelligence','networkAnalytics', 'I18N', 'entityDetail', 'entityGraph', 'detectionPolicy'].indexOf(menu.code) === -1)
/* function excludeButton (menu) {
for (let i = 0; i < menu.length; i++) {