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