This commit is contained in:
2020-09-14 18:13:31 +00:00
parent 8aabc0f4fe
commit a82ac9c985
3 changed files with 7 additions and 2 deletions

View File

@@ -365,7 +365,10 @@ export default {
if (toPath != undefined) {
vm.$router.push({
name: "login",
params: { topath: window.location.pathname }
params: {
topath: window.location.pathname,
search: window.location.search
}
});
} else {
vm.$router.push({