This commit is contained in:
2020-07-30 17:54:27 +00:00
parent 747779bc54
commit c8b1f4266c
2 changed files with 26 additions and 5 deletions

View File

@@ -307,7 +307,8 @@ export default {
})();
}
if (vm.$route.params.topath != undefined) {
let toPath = vm.$route.params.topath; //set in app.vue::mounted
if (toPath != undefined) {
vm.$router.push(vm.$route.params.topath);
} else {
vm.$router.push(vm.$store.state.homePage);