.
This commit is contained in:
parent
7a6d79fe12
commit
f5c4db0701
15 changed files with 21 additions and 72 deletions
|
|
@ -97,9 +97,7 @@ class TipagemRotas {
|
|||
let queryObj = Object.fromEntries(query.entries());
|
||||
const hash = url.hash;
|
||||
if (hash) {
|
||||
const hashObj = Object.fromEntries(
|
||||
new URLSearchParams(hash.slice(1)).entries()
|
||||
);
|
||||
const hashObj = Object.fromEntries(new URLSearchParams(hash.slice(1)).entries());
|
||||
queryObj = { ...queryObj, ...hashObj };
|
||||
}
|
||||
for (const chave in queryObj) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue