atr-components 0.2.232 → 0.2.234
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/core/utils/ToolsUtil.mjs +2 -2
- package/esm2020/lib/shared/img-canvas/img-canvas.component.mjs +1 -1
- package/fesm2015/atr-components.mjs +1 -1
- package/fesm2015/atr-components.mjs.map +1 -1
- package/fesm2020/atr-components.mjs +1 -1
- package/fesm2020/atr-components.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -403,7 +403,7 @@ class ToolsUtil {
|
|
|
403
403
|
if (url.startsWith("http")) {
|
|
404
404
|
return url;
|
|
405
405
|
}
|
|
406
|
-
return atr_static_datas.STATIC_OSS_URL + url;
|
|
406
|
+
return atr_static_datas.STATIC_OSS_URL + url + "?v=" + new Date().getTime();
|
|
407
407
|
}
|
|
408
408
|
static removeHtml(value) {
|
|
409
409
|
if (!value) {
|