333683c0 by chentao

no message

1 parent ddbdecc2
......@@ -119,7 +119,7 @@ public class SysOssServiceImpl implements ISysOssService, OssService {
List<String> repList = new ArrayList<>();
for (String url : list) {
if (StrUtil.isNotBlank(url) && StrUtil.isNotBlank(baseUrl)) {
repList.add(url.replace("127.0.0.1", baseUrl));
repList.add(url.replace("127.0.0.1:9000", baseUrl));
}
}
return String.join(StringUtils.SEPARATOR, repList);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!