2024-10-29 设备中台-返回菜单注释

This commit is contained in:
Rain 2024-10-29 09:25:17 +08:00
parent dd7be313d5
commit 913c968829

View File

@ -199,7 +199,7 @@ export default {
return this.$store.state.menuList.filter(item => { return this.$store.state.menuList.filter(item => {
return this.company != 'xingxuan' && return this.company != 'xingxuan' &&
item.target != '_blank' && item.target != '_blank' &&
!item.menuEquipment && // !item.menuEquipment &&
(item.menuName != 'LED大屏显示器' || this.company != 'nanchang'); (item.menuName != 'LED大屏显示器' || this.company != 'nanchang');
}); });
} }