mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-11 09:58:39 +00:00
fix url building
This commit is contained in:
parent
e0ad50126a
commit
74cb863a3e
|
|
@ -147,7 +147,7 @@ export class UriFactory
|
|||
let pars = [];
|
||||
for (const a in comps) {
|
||||
if (comps.hasOwnProperty(a) && comps[a] !== '' && comps[a] !== null) {
|
||||
pars.push(a + '=' + encodeURIComponent(comps[a]).replace(/%25/ig, '%'));
|
||||
pars.push(a + '=' + comps[a]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user