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.
@@ -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) {