Skip to content

Commit 3ee29ec

Browse files
committed
update url resove
1 parent d5324ab commit 3ee29ec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

_framework/dcwriter5.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,8 @@
276276
}
277277
}
278278
else {
279-
return strRuntimeUrl;
279+
var strUrl2 = new URL(strRuntimeUrl, window.location.href).href;
280+
return strUrl2;
280281
}
281282
}
282283
}).then(function () {

0 commit comments

Comments
 (0)