🐛 Fixes #417
This commit is contained in:
@@ -1847,12 +1847,16 @@ export default {
|
|||||||
? [flat("rawParams")]
|
? [flat("rawParams")]
|
||||||
: [deep("bodyParams")];
|
: [deep("bodyParams")];
|
||||||
|
|
||||||
this.$router.replace(
|
history.replaceState(
|
||||||
|
window.location.href,
|
||||||
|
"",
|
||||||
"/?" +
|
"/?" +
|
||||||
flats
|
encodeURIComponent(
|
||||||
.concat(deeps, bodyParams)
|
flats
|
||||||
.join("")
|
.concat(deeps, bodyParams)
|
||||||
.slice(0, -1)
|
.join("")
|
||||||
|
.slice(0, -1)
|
||||||
|
)
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
setRouteQueries(queries) {
|
setRouteQueries(queries) {
|
||||||
|
|||||||
Reference in New Issue
Block a user