This commit is contained in:
2021-07-05 19:07:33 +00:00
parent 3faa664ef8
commit b95dcfb13c
30 changed files with 69 additions and 137 deletions

View File

@@ -77,9 +77,6 @@ export default {
vm.formState.ready = true;
}
},
// beforeRouteEnter(to, from, next) {
// next(window.$gz.store.state.notifyAvailable);
// },
beforeDestroy() {
window.$gz.eventBus.$off("menu-click", clickHandler);
},