diff options
Diffstat (limited to 'public/bundle.js')
| -rw-r--r-- | public/bundle.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/bundle.js b/public/bundle.js index 40c8552..ffe8908 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -1647,7 +1647,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); function _get_url(_url, data) { - var url = new URL(document.origin + _url); + var url = new URL(window.location.origin + _url); console.log(_url, data, window.location.origin); if (data) { Object.keys(data).forEach(function (key) { |
