This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user