This commit is contained in:
2019-04-19 20:17:05 +00:00
parent 94a1955d86
commit b9440822b4
4 changed files with 27 additions and 12 deletions

View File

@@ -119,7 +119,7 @@ export default {
});
this.$gzevent.$on("menu-click", function handleMenuClick(menuitem) {
that.$gzmenu.handleClick(that, menuitem);
that.$gzmenu.handleAppClick(that, menuitem);
});
},
beforeDestroy() {