This commit is contained in:
@@ -307,8 +307,8 @@ export default {
|
||||
})();
|
||||
}
|
||||
|
||||
if (vm.$store.state.openObject != null) {
|
||||
window.$gz.eventBus.$emit("openobject", null);
|
||||
if (vm.$route.params.topath != undefined) {
|
||||
vm.$router.push(vm.$route.params.topath);
|
||||
} else {
|
||||
vm.$router.push(vm.$store.state.homePage);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user