2024-10-29 设备中台-返回菜单注释
This commit is contained in:
parent
dd7be313d5
commit
913c968829
@ -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');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user