This commit is contained in:
2021-06-16 23:02:02 +00:00
parent e1912d5f14
commit 68768a47c6
4 changed files with 58 additions and 16 deletions

View File

@@ -301,12 +301,15 @@ function generateMenu(vm) {
vm: vm
});
menuOptions.menuItems.push({
title: "DirectNotification",
icon: "$ayiCommentAlt",
data: "home-notify-direct",
key: "app:nav"
});
if (!window.$gz.store.state.isCustomerUser) {
menuOptions.menuItems.push({
title: "DirectNotification",
icon: "$ayiCommentAlt",
data: "home-notify-direct",
key: "app:nav"
});
}
window.$gz.eventBus.$emit("menu-change", menuOptions);
}
/////////////////////////////////